Skip to content
Advertisement

Need some help in creating this graph using Angular libraries

enter code hereChartenter image description here

Need some help in creating this graph using Angular libraries. I’m using Angular HighCharts but not able to create the graph

Visit https://jsfiddle.net/6Lbvrwmf/2/

<div id="container"></div>

Advertisement

Answer

Your example is not a standard one and will need some workarounds. I’m not sure what Vehicle count represents and what is the relation betwen them and Average CC Days. I’ve created a demo you can base on. The main assumption is using scatter series with modiefied marker and editing dataLabels using formatter options.

Sample demo: https://jsfiddle.net/BlackLabel/fm0ex14y/

API References: https://api.highcharts.com/highcharts/series.scatter.dataLabels.formatter https://api.highcharts.com/highcharts/series.scatter

​If you have further inquiries, you may reach out to me at any time.

User contributions licensed under: CC BY-SA
4 People found this is helpful
Advertisement