I would like to draw dotted line using chartjs. I did not see any options in creating dotted lines. I feel we need to extend the chartjs to support this. Can some one help me in
In Chart.js 2.1+, use the borderDash option within your dataset. It takes an array of two numbers. See this codepen
Chart.js 2.1+
borderDash