score:1
Accepted answer
I think that this demo will be a good start for you to create a chart as in the shared image.
Demo: https://jsfiddle.net/BlackLabel/fd0h6o23/
series: [{
stacking: 'normal',
color: 'rgb(100,100,200)',
data: [
[0, 1],
[0, 1],
[0, 1],
[0, 1],
[0, 1],
[0, 1],
[0, 1],
[0, 1],
[0, 1],
[0, 1],
[0, 1],
[0, 1]
],
grouping: false,
borderWidth: 4,
borderColor: 'rgb(30,30,70.1)'
}, {
stacking: 'normal',
stack: 'b',
grouping: false,
color: 'rgb(200,100,200)',
data: [
[0, 1],
[0, 1],
[0, 1],
[0, 1],
[0, 1],
[0, 1],
[0, 1],
[0, 1],
[0, 1]
],
borderWidth: 4,
borderColor: 'rgb(30,30,70, 1)'
}, {
stacking: 'normal',
color: 'rgb(100,100,200)',
data: [
[1, 1],
[1, 1],
[1, 1],
[1, 1],
[1, 1],
[1, 1],
[1, 1],
[1, 1],
[1, 1],
[1, 1],
[1, 1],
[1, 1]
],
grouping: false,
borderWidth: 4,
borderColor: 'rgb(30,30,70.1)'
}, {
stacking: 'normal',
stack: 'b',
grouping: false,
color: 'rgb(200,100,200)',
data: [
[1, 1],
[1, 1],
[1, 1],
[1, 1],
[1, 1],
[1, 1],
],
borderWidth: 4,
borderColor: 'rgb(30,30,70, 1)'
}]
EDIT
I also found other useful examples:
- https://jsfiddle.net/jsotma6a/
- https://jsfiddle.net/d_paul/t7uu122p/
- https://www.highcharts.com/samples/highcharts/studies/dotplot-equalizer
More you can find under searching for the "Highcharts equalizer chart".
Source: stackoverflow.com
Related Query
- Highcharts - Segmented column bar
- Maximum bar width in Highcharts column charts
- highcharts jquery dynamic change chart type column to bar
- Highcharts stacked column bar with line
- How to add a horizontal line in Column bar chart in Highcharts plugin?
- Get the end points of each bar in a highcharts column chart
- How to change color of bar in column chart with different level of percentage in highcharts
- How to make split grouped column bar chart in highcharts with percentage?
- highcharts column chart with line, need line start at bar start
- highcharts - Not able to switch between bar to column or vice versa graph type in drilldown
- Highcharts - column chart has space between bar and xAxis
- Highcharts - Column Chart Drilldown, how to change the drilldown bar color based on some value
- Highcharts Chart Bar - How can I display in the chart, only one column from my HTML table?
- Add a line on each bar for stacked and grouped column in HighCharts
- after using for loop all my column graphs are plotted in single color i need each bar in different color in highcharts
- How to modify the code so that Highcharts graph does not cover fixed navigation bar at the top of the page?
- Align second scatter series to the side similar to how column and bar charts do using HighCharts
- Highcharts Bar Chart Without Column
- How to reduce the space between Bars with a fixed bar width in Highcharts column chart?
- Highcharts no drilldown on bar / column click
- Highcharts - Stacked Bar Column - Total Value of Stacked Bar not Correct with Negative and Positive Values
- Highcharts multiple column bar chart with "fill" effect
- How to create a column range chart in Highcharts using range and navigator functions?
- How do you change the colour of each category within a highcharts column chart?
- set different colors for each column in highcharts
- Highchart specific width stack column bar graph
- How do I rotate my HighCharts bar chart so its vertical, not horizontal?
- Disable-Click on Legend in HighCharts Column Graph
- Styling bar colors in Highcharts with a gradient issue
- dealing with highcharts bar chart with really long category names
More Query from same tag
- How to create a new Highstock chart with new Highchart and not jquery?
- Highchart on mobile (Touch to zoom out and zoom in) - LineChart
- Highcharts not rendering in internet explorer
- trouble embeding highcharts in a html php page
- How do I display csv data in Highcharts?
- Highcharts - Always keep hover state on single slice
- Highcharts datetime line travels backwards with unsorted data
- Toggle connectNulls with button
- Export button on highcharts to open new tab
- HighCharts - how to show the lineborder in Area Charts
- Highcharts Gantt Setting Dependency Type
- Highcharts with angularjs: smooth transition of bars when updating values
- How to enable mouse hover on subtitle or title of pie chart using highchart
- HighCharts-Removing the padding for a bar chart
- Accessing Highcharts when used with jQuery
- How to get the angular component class reference inside an emitted Highcharts selection event callback function?
- How to convert to jpg and download div containing highchart and dynamically generated html table?
- Non-contiguous time series in Highcharts
- Bind event to right-click
- Issue with Spider HighChart as it is showing as a line chart sometimes
- highcharts drilldown not run on django,
- Highcharts: stacked bar -> How to change color?
- HighCharts - When I download csv, can I switch data source to new one?
- HighCharts datetime xAxis without missing values (weekends)
- highcharter change highlight color on hover
- Highchart tooltips formatter issue
- is Dumbell.js supporting with previous version of highchart?
- Highcharts:Column Range chart having height of bar same as the height of interval in y Axis
- Replace NAN value in order to avoid Crash
- getJSON different line options