skokenes / d3-lasso

A lasso plugin for d3
BSD 3-Clause "New" or "Revised" License
88 stars 35 forks source link

Attempted import error #18

Open kaustavbhattacharjee opened 3 years ago

kaustavbhattacharjee commented 3 years ago

I am receiving this error statement: Attempted import error: 'lasso' is not exported from 'd3' (imported as 'd3')

I have a react setup and have installed d3-lasso using npm like this: npm install d3-lasso

What am I missing here?

gioele-antoci commented 3 years ago

How are you importing it?

kaustavbhattacharjee commented 3 years ago

I am importing d3 this way: import * as d3 from 'd3';

Not importing d3-lasso separately.

gauthiii commented 1 month ago

I tried importing like this in html code

It gived Uncaught (in promise) TypeError: d3.lasso is not a function