Ivan Tsenilov

Results 51 comments of Ivan Tsenilov

Hi @shiiheb 👋 Thank you for bringing this up! We'll definetly look into this issue. In the mean time you can create your own `div` to be used as `legendContainer`...

After looking into the issue a bit closely, it apprears that this is the intended behavior as `chart.js` works in just the same way ([code sandbox](https://codesandbox.io/s/hardcore-maria-uzps7t?file=/src/index.js)) without `react-chartjs-2`.

Hi @jmuronis 👋 Thanks for bringing this up! You also need to import and register `Filler` for `lineTension` to work.

Hi @madebycaliper 👋 Have you tried just passing the `tooltip` options to `chartOptions.plugins`? I've modified the original example to do it this way and it seems to be working just...

It should be possible by listening to the `draw` event similar to how it's done is [this example](https://codesandbox.io/s/github/chartist-js/chartist/main/sandboxes/line/modify-drawing?file=/index.ts).

Hi @lurchinms 👋 Not sure if it's still relevant but here's [a code pen](https://codepen.io/junglist/pen/MbPgXd) with a line chart using gradient `fill`.

Pie chart labels are created with a `text` tag and bar chart labels are created with a `span`. So you need to use `fill` with pie chart labels and `color`...

Hi @JCL2 👋 Is the issue still relevant for you?

Thank you for the reply! Looks like it's still there, I was able to reproduce it in [this code sandbox](https://codesandbox.io/s/friendly-dubinsky-u65xjy?file=/index.ts). We'll definetly take a stab at resolving the issue :...

Hi @hafezdivandari Is the issue still relevant for you? Looks like it works fine with the latest version.