-
Is there any easy way to import this npm package as es-module? I set `"type": "module"` to my `package.json` file and
`import * as fc from 'd3fc'` is not working...
-
Is there a drag and drop option for d3fc-label-layout?
-
## Bug Report
### Steps to Reproduce:
1. Load this dummy data of student exams in different subjects and periods: https://gist.github.com/mhkeller/8831f579f814af2a7415e043457d4e56
2. Select the…
-
Does it have ES module version so that I could use `import * as d3fc from './path/d3fc.js';` syntax?
-
I need a simple demo or tutorial to understand how does webgl work with d3fc to animate a simple circle symbol/point/line with data, for example, given an array of x,y points rendering an animated dot…
-
d3fc is missing CSP compliance.
The code at:
[d3fc/packages/d3fc-element/src/css.js](https://github.com/d3fc/d3fc/blob/master/packages/d3fc-element/src/css.js)
Causes a content security policy …
-
see the following:
-
How to avoid build error on nextjs?
Error [ERR_REQUIRE_ESM]: require() of ES Module
`(...) node_modules/d3-array/src/index.js from`
` (...) node_modules/d3fc/build/d3fc.js not supported. Inst…
-
Assume `master` is pushed containing commit `A`. Another commit `B` is added on top of `master` and pushed. Assuming the build for commit `A` starts before `B` is pushed, the following occurs when CI …
-
I have code that works just fine using `fc.seriesSvgCandlestick()` and `fc.seriesSvgBar()` but when switching to Canvas versions of those I get below errors, is this is a bug or am I missing something…