rd3
rd3 copied to clipboard
react + d3
- also fix security warning of handlebars package under < 4.0.0
I've building something using rd3, and have a line graph that has two data sets loaded asynchronously. One data set is guaranteed to be "downloaded" before the other. I unfortunately...
Maintain
I would be willing to maintain, I just forked to create a Line Bar combined chart.
`` expects `colors` as a prop. The default is from d3, and the type is `function`. However, this line makes it difficult to add custom colors for this component: ```...
I am unable to use string values in x axis. I get the error: Error: attribute: Expected number, "MNaN,NaNLNaN,NaNL…". I am able to use string values for x axis in...
Hi, I went through the docs but did not find a prop I can pass into LineChart which allows us to control whether to connect or not to connect missing...
No Class accessors, and hand written styles make pairing colors with legend text difficult and detached. Curious if we could extend the color of the legend 'dot' to the color...
I hacked the core to extend for children, felt dirty, and decided I'd just make an issue. Just with the line graph at the moment, I feel like it would...
I put all of the examples in one page, and find them overlapped. (look at the below screenshot, bar chart overlap line chart.) is this a bug?  ``` import...