How to add data label only to the last data point of a line chart | Chart.js

Let’s explore how to add data label only to the last data point in Chart js 3. To do this we will need the use of the chartjs-plugin-datalabels or also known as the chartjs data labels plugin. In Chartjs, chart.js or chart js you can do many things but for this we will use a… Continue reading How to add data label only to the last data point of a line chart | Chart.js

barPercentage and categoryPercentage in Chart JS

One of the more complicated matters is the barPercentage and categoryPercentage in Chart JS. While both are very essential they might be confusing. The Chart.js documentation does explain it in a closely visual manner it is not clear for most. barPercentage vs categoryPercentage in Chart JS This video will show you how the barPercentage and… Continue reading barPercentage and categoryPercentage in Chart JS

How to Add Custom Annotation Line on Hover in Chart JS

How to add custom annotation line on hover in Chart JS How to add a custom annotation line on hover in Chart js. An annotation line is a line usually vertical or horizontal line that highlights a specific point. Usually to indicate an important event on the chart or precisely see the exact data point… Continue reading How to Add Custom Annotation Line on Hover in Chart JS

What is chart JS used for?

What is Chart js, and what is Chart js used for? Chart js helps you draw charts and visualize data in a quick and easy manner with Javascript. Chart js is an open-source javascript library and is a well-known chart drawing library in Javascript. It comes with 8 different types of charts such as bar… Continue reading What is chart JS used for?

Chart JS Video Guide

Always wanted to learn Chart JS but needed to understand the instructions in a more visual way? This website covers Chart JS with a more visual approach. The goal here is to ensure higher level of understanding. Chart JS is a wonder javascript library with many options while being still quite compact. That makes Chart… Continue reading Chart JS Video Guide