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

⚛️ Simple, immersive & interactive charts for React

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

Version: `^3.0.0-beta.38` CSS: Tailwind **Only the axes are rendered, the chart is not visible.** What happens: - It works correctly in a desktop browser, even simulating responsive layouts for small...

in some computers (it's may depend in screen size), the labels usually not displayed. Especially in the first loading what could it be? thanks a lot

I made this suggestion in the ideas discussion - https://github.com/TanStack/react-charts/discussions/294 This simply exports the useChartContext hook. I also changed the hook to throw an error if it is not within...

Using the latest beta and I can't quite find an example or relevant api that would always show a value within a bar chart. Ie. each bar chart should render...

See https://codesandbox.io/s/nostalgic-field-kzsx15 ![image](https://user-images.githubusercontent.com/1499212/177477689-810ecf15-897c-4de6-938f-592c01e14682.png) Stacked bar is floating and is higher than the actual value total. ` const data = [ { label: "Keyword Distribution", data: [ { x: "", y:...

I am traying to migrate my react app to use vitejs . And i am getting an error Link to this issue https://stackblitz.com/edit/vitejs-vite-crfeul?file=package.json,src%2FApp.jsx&terminal=dev

Hi, I'm using 2 charts on one page, after directing from this page to another page with the table I got performance issues with scrolling (it is not smooth). If...

Fix typo: onoly to only

Version: 3.0.0-beta32 It's expected that a serie containing a `color` would be utilized: ``` { label: "Average Ranking", data: [ { primary: new Date("2021-10-01"), secondary: 20 }, { primary: new...