Ivan Tsenilov

Results 51 comments of Ivan Tsenilov

Hi @krip4ik 👋 Is the issue still relevant with the latest `chart.js` and `react-chartjs-2` versions?

Hi @anusha-ey I don't believe `itemWrap` is a valid property of `legend` (at least as of [chart.js version 3.7.1](https://www.chartjs.org/docs/latest/configuration/legend.html)). If the issue is still relevant, please take a look at...

Hi @stardev24 👋 Sorry for a late reply, but you should look into [chart.js legend configuration options](https://www.chartjs.org/docs/latest/configuration/legend.html), specifically `onClick` event.

Hi @vijaybaskar17 👋 If the issue is till relevant, please check out [chartjs-plugin-datalabels](https://chartjs-plugin-datalabels.netlify.app/guide/#table-of-contents), it should give you necessary tools to implement such functionality.

Hi @erkanisuf 👋 Have you considered passing labels separately like in this [example](https://codesandbox.io/s/adoring-shadow-t6ij1d?file=/App.tsx)?

Hi @Sabike-Raja 👋 Is the issue still relevant for you with the latest versions of `chart.js` and `react-chartjs-2`?

Hi @kavitharajsekaran Apologies for a late reply, is the issue still relevant with the latest versions of `react-chartjs-2` and `Chart.js`?

> Hi @Blademaster680! I've had no luck trying to reproduce the issue. Would you please fork [this codesandbox](https://codesandbox.io/s/github/reactchartjs/react-chartjs-2/tree/master/sandboxes/chart/ref?from-embed) and replicate it?

Hey @MartinP-C 👋 Thank you for the detailed explanation! I'll keep the issue open for now but it looks like the root cause is found and this can be marked...

Hi @awsomesroka Do you think you could create a minimal reproduction using [this code sandbox example](https://codesandbox.io/s/github/reactchartjs/react-chartjs-2/tree/master/sandboxes/line/default?from-embed)? Or if you're are using redux and think that might be causing the error,...