Density Chart
A density chart is often used to display the distribution of a data set. A density chart is based on a kernel density estimate (KDE) to visualize the probability density of a data set.
The demo below shows the distribution of the 2022 car’s fuel consumption ratings in one city.
Good to know
Pros:
- An excellent chart to display massive data set density.
Cons:
- Basic knowledge of the statistics is required to create the chart and gather insights from the data.
Remark
You can use the density chart to compare the probability density of multiple data sets.Information
Learn more about how to create a density chart with Highcharts.