Customizable multi-type, multi-y axis code ChartJS - Part 2
Following the part code of ChartJS 2.x, after part 1 of ChartJS , we discussed the multi-line display of the chart. We continue to present to you some ChartJS modifications that may be required for your requirements in part 2 of this article will edit some more interesting options. In addition to the multi lines, we will have multi y axes, which is a very important property when you want to display multiple lines with different data indicators on the same chart. Highlights in this post: – Show multiple yAxis columns, corresponding color annotation. – Connect the 2 point line with data or 2 adjacent points. – Ignoring the empty point or not ignore the empty point. – Show and hide the lines with one click. Connect the 2 point line with data and Ignoring the empty point. Connect the 2 adjacent points and not ignore the empty point. Show and hide the lines with one click head label. 1. HTML tag to display Chart <div class=”chart-conta...