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

Drawing a vertical line chart

Open sterkhedkar opened this issue 4 years ago • 1 comments

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

Screenshot 2020-10-12 at 2 36 43 PM

sterkhedkar avatar Oct 12 '20 09:10 sterkhedkar

Hi @sterkhedkar 👋

Sorry for a late reply. You can create a vertical line chart by using Line component and setting options property indexAxis to 'y'.

To permanently display data labels I suggest using chartjs-plugin-datalabels. Although it might be tricky to display them in a single column like on the suggested design. Here's a code sandbox to try out different styling options.

Hope that helps!

Arantiryo avatar May 04 '22 12:05 Arantiryo