score:1
A bar series in Highcharts with a small modification will be a nice solution to create such a chart. The left side images can be added as x-axis categories. Example:
(function(H) {
H.wrap(H.seriesTypes.column.prototype, 'translate', function(proceed) {
proceed.apply(this, Array.prototype.slice.call(arguments, 1));
this.points.forEach(point => {
point.shapeArgs.height = 8;
});
});
})(Highcharts);
Highcharts.chart('container', {
series: [{
pointPadding: 0,
groupPadding: 0,
borderRadius: 6,
type: 'bar',
data: [{
x: 0,
y: 21,
color: 'orange'
},
...
]
}],
xAxis: {
gridLineWidth: 1,
lineWidth: 0,
labels: {
useHTML: true,
x: 15
},
categories: [
'<img src="https://www.highcharts.com/samples/graphics/sun.png">',
...
]
}
});
Live demo: http://jsfiddle.net/BlackLabel/qotzdehL/
API Reference: https://api.highcharts.com/highcharts/xAxis.labels
Source: stackoverflow.com
Related Query
- Native Android SDK graph
- How can I make React Native in Android aware of a click event in a tooltip in a Highcharts chart?
- Strange character in the Highstock source code
- How to create a drilleable bar graph in jsp page using open source charts API
- Is it possible to create trading graph in react native (like in photo)?
- HighCharts Bubble graph JSON as data source
- How to modify the code so that Highcharts graph does not cover fixed navigation bar at the top of the page?
- how to Extend highchart plot band outside graph using android wrapper
- HighCharts: drawing graph paper for ECG on Android
- HIChart not showing graph when first time loads android
- Highcharts Graph not recreating on same Android activity
- cant work live stock graph in android using json data url
- The graph is not equal on the basis of the addition code in Highcharts
- Highchart specific width stack column bar graph
- Disable-Click on Legend in HighCharts Column Graph
- High charts remove dots from the line graph
- missing value in highcharts line graph results in no line, just points
- Highcharts: Line graph with half solid line and half dotted line?
- Scrolling over highcharts graph
- How to make stacked column graph to show total data value on top
- drawing custom lines on highchart graph
- How to hyperlink bar graph in highcharts
- Highcharts - Dyanmic graph with no initial data
- Highstocks graph width not correctly rendered
- Highcharts graph X-axis label for different date ranges
- How to change graph colour above and below plotline in Highcharts
- Rotated X-Axis labels overlap the graph itself
- Set stacking column graph colors from the bottom up
- Optimize JavaScript DrillDown code
- Click event on clicking on the graph
More Query from same tag
- HighCharts: Reaching options of other charts from point event
- Using hours and minutes as data in highcharts donut chart
- Javascript HighCharts Pie color change not working
- Highcharts "click" range on load with jquery, or addSeries on load
- React Highchart: Synchronized chart and tooltip is not highlighting the points
- Disable markers if data > 1 in highcharts
- How to remove the data-range sign if the data is zero on y axis of highcharts?
- Can't change series edgeColor in highCharts after chart is drawn
- Animating column chart
- Highstocks(compare chart) input data without using getJSON
- Highstock - irregular time interval
- Highcharts 's width is not correctly rendered at a hidden div
- Highchart 5: Pie Drilldown labels and back button not visible
- Set 2d json to highcharts
- Use A3 page on Highcharts exporting
- Animation for dynamically loaded new data with Highcharts
- Highcharts JSON, chart not displaying
- Highchart: Only show one series at a time
- How to create scrollbar in Highcharts
- HighStock setExtremes in angular HighStock
- How do I overlay a Highchart with a SVG graphic?
- Printing text on the chart
- Highmaps: How do you change the name of a state
- dynamically change fontWeight on a legend item Highcharts
- Highcharts - Custom X axis format
- Highcharts annotations text to print in graph
- Chart highlighting in the highcharts javascript API
- Jquery, highchart: render plot on button click, roll backs
- ExtJS Highcharts Re-Charting Load Mask Hangs
- Highcharts dataLabel overlap