I need to develop color axis using bubble highchart with [x, y, z] values , for reference https://developers.google.com/chart/interactive/docs/gallery/bubblechart#color-by-numbers
I need to develop above mentioned bubble chart which is developed in google chart to High chart [bubble] .
Based on the answer from this topic - stepped-color-shading-in-highcharts-doughnut-chart.
Wrapping bubble's prototype:
Live example and output
http://jsfiddle.net/4y3qgdmn/41/
Since Highcharts v7.2.0 you can add
coloraxis
module and use it for almost all series types:Live demo: http://jsfiddle.net/BlackLabel/swL0ngvm/
API Reference: https://api.highcharts.com/highcharts/colorAxis
Blog: https://www.highcharts.com/blog/news/color-coded-data/