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

I have the following dependency in package.json ``` "@data-ui/xy-chart": "^0.0.84", "@vx/tooltip": "^0.0.192" ``` When running yarn start (compiling the project), webpack gives warning ``` WARNING in ./node_modules/@data-ui/shared/esm/enhancer/WithTooltip.js 3:60-78 export 'withTooltipPropTypes'...

Xaxis label angle does not work properly and Xaxis "tickLabelComponent" prop is not used, I suppose. And Im working with pre-binned data and data order does not matter to histogram...

Is there any plan to migrate the sparklines in data-ui to the latest version of vx?

`@data-ui` is being deprecated. We would like to re-write some packages in TypeScript and consolidate our visualization efforts. Thus the following package changes are planned for the monorepo: - Re-write...

Even though #201 I built an R package https://timelyportfolio.github.io/dataui so that we can easily access your incredible work in R. Thanks so much for all your efforts on `data-ui` and...

💔 Breaking Changes Introduces 16.3 as the oldest compatible React version (where they introduced the UNSAFE_ aliases) 🐛 Bug Fix Removes warnings about unsafe lifecycle methods

Some dependency issues that were caused by (in my opinion), a poorly named version of a build dependency (this dep should've been a major release instead of minor) See issue...

🏆 Enhancements Currently if a user of `XYChart` or `Network` passes their own `onMouseLeave` or `onMouseMove` props **in addition to** a `renderTooltip` prop, the mouse handlers are overwritten by the...

Hey, Is there a way to sync brushes? I tried to figure out a way to do so using `onBrushStart` and `onBrushEnd` but theres no way that I found to...

Hi, we are currently using Superset and I started to look at using the event flow viz which would fit one of our use cases very nicely. The application that...

help wanted