JavaScript Horizontal Bar Chart - Editor

Also known as Bar Graph, Column Chart or Column Graph

Example showing the Horizontal variant of LightningChart JS Bar Chart.
Rotating the Bar Chart is as simple as adding one parameter:

const barChart = lc.BarChart({
    type: BarChartTypes.Horizontal,
})

In this example scenario, the Bar Chart is used to visualize the temperatures of different cities over the world.
Built-in, automatic sorting is utilized to show the bars in order from hottest to coldest.