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

import React from 'react'; import PropTypes from 'prop-types'; import { HorizontalBar } from 'react-chartjs-2'; import { StyledHorizontalBarChart } from './HorizontalBarChart.style'; const HorizontalBarChart = ({ children, debugId }) => { const...

Team, As per my requirement I have to create a onclick function for x-axis labels and get label data inside function. Also draw underline for each of the x-axis labels....

question

I need tooltip to be enabled by default... Onclicking a button I need to show all tooltips and on clicking another button i need to hide all tooltips...is it possibel?...

question

legend: { display: true, position: "right", align: "start", itemWrap: true, padding: 0, labels: { usePointStyle: true, boxWidth: 15, itemWrap: true, fontSize: 10, fontFamily: "Lexia", fontColor: "#3C4242", padding: 8 }, added...

question

In Line chart, it won't be showing all labels. it will always emit the first label. ![oie_B774SmL6d4GL](https://user-images.githubusercontent.com/53002125/93883471-36888c80-fcff-11ea-897b-66d2c4dbae3a.png)

How do I implement a vertical line chart with working tooltips? please check the design

question

Hello, Is it possible to use your charts with data that looks like [ [apple, fig, pear], [apple, chicken, fish], [cereal, sandwich, fish] ] Label: [breakfast, lunch, dinner] and I'd...

question

Line disappears about halfway in graphs with great width (above 10000px) and only the data points (dots) remain. Graph is wrapped around a div with smaller width and overflow:auto so...

Awaiting Reproduction

The bar chart renders only half the data. renders only even number indexed. (0, 2, 4, 6). Is this a bug ? Any advice to the problem

Awaiting Reproduction

The problem is getting the value read by the request made to the API, but I've already used the value in options normally, only when it arrives at the plugin...

question