ChartJs
Line Chart
A line chart is a way of plotting data points on a line. Often,it is used to show trend data,or the comparison of two data sets.
Stacked Area Chart
Line charts can be configured into stacked area charts by changing the settings on the y axis to enable stacking. Stacked area charts can be used to show how one data trend is made up of a number of smaller pieces.
Bar Chart
A bar chart provides a way of showing data values represented as vertical bars. It is sometimes used to show trend data,and the comparison of multiple data sets side by side.
Radar Chart
A radar chart is a way of showing multiple data points and the variation between them. They are often useful for comparing the points of two or more different data sets.
Pie Chart
Pie charts are probably the most commonly used charts. They are divided into segments,the arc of each segment shows the proportional value of each piece of data.
Doughnut Chart
Doughnut Chart are also registered under two aliases in the Chart core. Other than their different default value,and different alias,they are exactly the same.
Polar Chart
Polar area charts are similar to pie charts,but each segment has the same angle - the radius of the segment differs depending on the value.
Bubble Chart
A bubble chart is used to display three dimensions of data at the same time. The location of the bubble is determined by the first two dimensions and the corresponding horizontal and vertical axes. The third dimension is represented by the size of the individual bubbles.
Gradient
You can create complex gradients for chart using createLinearGradient
property