react-charts icon indicating copy to clipboard operation
react-charts copied to clipboard

⚛️ Simple, immersive & interactive charts for React

Results 74 react-charts issues
Sort by recently updated
recently updated
newest added

I am using the latest version of react-charts, 3.0.0-beta.57 I'm attempting to change the styling options of the tags used for the ticks on the graph axes. Based on this...

The bar chart Horizontal calculates the maxium x axis by checking the available values but I want to set the maxvalue to 100 as the comparison is in 100 and...

Wanted to share a recently discovered vulnerability, showing as High in npm audit. d3-color vulnerable to ReDoS Patched in >=3.1.0 Path: react-charts > d3-scale > d3-interpolate > d3-color ![image](https://user-images.githubusercontent.com/3419523/202801038-58562a7a-6a43-4403-80a1-0276154bcb0d.png)

``` Error [ERR_REQUIRE_ESM]: require() of ES Module /Users/lacymorrow/repo/gridamp-next/node_modules/d3-time-format/src/index.js from /Users/lacymorrow/repo/gridamp-next/node_modules/react-charts/lib/utils/buildAxis.linear.js not supported. Instead change the require of index.js in /Users/lacymorrow/repo/gridamp-next/node_modules/react-charts/lib/utils/buildAxis.linear.js to a dynamic import() which is available in all CommonJS...

Hello, I am a beginner from China and encountered some problems when using MultipleAxes charts. When I converted the label data of the x-axis into a string(No problem with numbers),...

Hi @tannerlinsley thanks for amazing library :) Can you please update dependency d3-scale:3.3.0 to latest version? There is a [vulnerability](https://github.com/advisories/GHSA-36jr-mh4h-2g58) in d3-color:2.0.0 which is transient dependency

candlestick chart type would be amazing. any thoughts on this feature being added?

When using a `bar` element type in conjunction with the primary axis as dates, the bars get huge with no relevance to the graph. [See reproduction](https://codesandbox.io/s/magical-dawn-n79yfr?file=/src/components/Line.tsx) As `line`: ![image](https://github.com/TanStack/react-charts/assets/10504365/396c0e9e-8cd8-4a4b-8525-ccdcce4cd119) As...

Hey man, I really love TanStack - great work! I have been playing around with the Bar version of the Chart and I saw a strange behaviour, the bar with...