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

Hi, while running react-charts inside a WebComponent (via https://www.npmjs.com/package/react-to-webcomponent), I ran into a small problem in Tooltip.tsx where the value passed into `window.getComputedStyle()` would ultimately become `null` and thus crashes...

Do not merge until #240 is resolved. Currently accepting color as a string but considering perhaps adding a styles object too? The rendering is also a bit clumsy, mainly because...

There was a TS problem when trying to guess the return value of `min` and `max` in this case. Casting it helped. Originally I had something broken in my local...

The active tooltip formatter is based on the serie below the pointer, instead of on the serie that should be formatted. Note that in the video below, all values are...

Hi there i have an issue with nextjs failing to build on the latest beta version due to the use of require to import in library. The latest working version...

I'm feeding the chart with 2 dates - 31.8, 1.9. I'm noticing cosmetic ticks are added - which are not based on underlying data and seem to be there because...

I've noticed X axis doesn't start from 0 when switching between dates (think date picker changes which changes chart data in runtime) I've notice this occuring mostly when (dayjs exmaple)...

Feeding different chart values sometimes causes the X axis to not format the text properly, resizing the browser will solve it. I've noticed this happens when switching between values with...

```js const materializedData = [] 7 | 8 | // First access the data, and provide it to the context > 9 | for (let seriesIndex = 0; seriesIndex <...

Hi all, We're selecting a charting library and wanted to see if react charts is still / will be supported? It doesn't say "beta" on the tanstack site, but the...