[Solved] How to build Scada Alerts using HighCharts
I think that in your case the best idea will be to use simple heatmap chart. It will give you a possibility of changing the data, resizing the chart, using tooltip etc. Here you can find code that may help you: $(‘#container’).highcharts({ chart: { type: ‘heatmap’, marginTop: 40, marginBottom: 80, }, xAxis: { visible: false … Read more