react-chartjs-2
react-chartjs-2 copied to clipboard
React components for Chart.js, the most popular charting library
This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.[View this repository on the Mend.io Web Portal](https://developer.mend.io/github/reactchartjs/react-chartjs-2). ## Config Migration Needed - [ ]...
### 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...
[](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) | [](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
Hello i would like to add (string , possibly icon) where the red line is.  My options are like this: ``` xAxes: [{ type:...
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...
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...
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...