data-ui icon indicating copy to clipboard operation
data-ui copied to clipboard

A collection of data-rich UI components 📈

Results 26 data-ui issues
Sort by recently updated
recently updated
newest added

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...

help wanted
feature

Would it be possible to add className prop to yAxis and xAxis?

help wanted
feature

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_'...

help wanted
feature
limitation

Hi Team, Could you please let me know how to Integrate Line Series Component in Histogram. Please find the attached file for reference. ![image](https://user-images.githubusercontent.com/25978086/50072759-6b97af00-01fc-11e9-89ef-784f0bffe063.png) Thanks

feature

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...

bug

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...

bug

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...

feature

``` 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...

feature
limitation

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...

feature