data-ui
data-ui copied to clipboard
A collection of data-rich UI components 📈
It looks like only Network, XYChart, Histogram and EventFlow currently support click handling. I see that click handling in Histogram was only implemented recently in #102. You mention that it...
Would it be possible to add className prop to yAxis and xAxis?
I have been trying to make a horizontal stacked bar graph. **xScale** in stacked bar series only accepts type '_band_'. I assume that it would need to be type '_linear_'...
Hi Team, Could you please let me know how to Integrate Line Series Component in Histogram. Please find the attached file for reference.  Thanks
Thanks for your hard work on this component! It looks great and has proven super useful for my project. I'm displaying a histogram using a BarSeries and a DensitySeries, based...
Hi there, I've been trying for a (long) while but i can't figure out how to make an ordinal LineSeries - chart with String 'x' values. It seems to be...
Hi, I was wondering if there is a quick way to position the X/Y Axis in the center of the graph (or in different positions based on dynamic median)? This...
``` react-dom.development.js:2912 Error: attribute height: A negative value is not valid. ("-3.8790836274461924") ``` Cannot seem to have y values that are negative in bar charts. Is this expected? I was...
Hello @williaster I have looked around, i have checked the docs, I can't still figure out how to do a biaxial line chart. I have added the axisRight, but it...