JavaScript Line Charts are a typical pictorial representation that depicts trends and
behaviors over time. It is represented by a series of data points connected with a line.
Column Chart
A JavaScript Column Chart, just like other bar graphs uses vertical bars to display data
and is used to compare values across categories.
Area Chart
With their mountain-like appearance, JavaScript Area Charts are used to represent
quantitative variations.
Bar Chart
Unlike the Column chart, a JavaScript Bar Chart is oriented in a horizontal manner using
rectangular bars.
Mixed Chart
A JavaScript Mixed Chart or a Combo Chart is a visualization that allows the combination
of two or more distinct graphs.
Candlestick Chart
A candlestick chart (also called Japanese candlestick chart) is a style of financial
chart used to describe price movements of a security, derivative, or currency.
Bubble Chart
JavaScript Bubble Charts are useful for showing data in a three-dimensional manner. In a
bubble chart, data points are depicted with bubbles.
Scatter Chart
For non-linearly related variables, JavaScript Scatter Charts are quite useful when
there is a need to graphically establish a relationship between the variables.
Heatmap Chart
A heat map is a two-dimensional representation of data in which values are represented
by colors.
Pie Chart
A pie chart (or a circle chart) is a circular statistical graphic, which is divided into
slices to illustrate numerical proportion.
Radial Bar Chart
Radial Bar Charts are valuable in showing comparisons between categories by using
circularly shaped bars.
Radar Chart
Radar chart is a graphical method of displaying two-dimensional chart of three or more
quantitative variables represented on axes starting from the same point.