react-chartjs-2 icon indicating copy to clipboard operation
react-chartjs-2 copied to clipboard

React components for Chart.js, the most popular charting library

Results 131 react-chartjs-2 issues
Sort by recently updated
recently updated
newest added

This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more. > [!WARNING] These dependencies are deprecated: | Datasource | Name | Replacement PR? |...

### Would you like to work on a fix? - [ ] Check this if you would like to implement a PR, we are more than happy to help you...

bug

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | @​types/faker | [`5.5.3` -> `5.5.9`](https://renovatebot.com/diffs/npm/@types%2ffaker/5.5.3/5.5.9) | [![age](https://badges.renovateapi.com/packages/npm/@types%2ffaker/5.5.9/age-slim)](https://docs.renovatebot.com/merge-confidence/)...

Is it possible to create a chart with horizontal floating bars or is it possible to fix this with a work around

question

Hello i would like to add (string , possibly icon) where the red line is. ![Screenshot 2021-08-03 at 10 51 29](https://user-images.githubusercontent.com/63913743/127979183-5789df27-9fcb-4f55-8889-3d4b235e2fa6.png) My options are like this: ``` xAxes: [{ type:...

question

I'm using 2 axes for different datasets. When the dataset is turned off `0 0.1, 0.2` is shown on the corresponding axis. Is there any way to hide the axis...

question

i am useing react-chartjs-2 npm where my lable set for bar graph and line graph is different. Is it possible to make different labels for x-axis. I am facing the...

Using the following options to render a `Bar` chart ``` responsive: true, legend: { display: false }, scales: { xAxes: [{ categoryPercentage: 0.6, barPercentage: 1.0, barThickness: 'flex', type: 'time', offset:...

may i know how to generate a bar chart with each labels contains its own bar of data eg : ``` data = { labels: ["apple", "orange", "pear"], datasets: **this...

question

I'm using react-chartjs-2 to display charts with time scales in my app. The charts work as intended when the app is running in a development environment, but as soon as...