Highcharts gauge with non-linear scale markings
$16.80
$16.80
https://schema.org/InStock
usd
dodobelieve@gmail.com
This is a sample code that implements a Highcharts gauge chart with non-linear scale markings.
The sample code uses Highcharts CDN in JavaScript, and the algorithm used is also applicable to other languages or frameworks.
sample-1:
let markings = [-50, -20, -10, 0, 10, 20, 40, 80, 200];
setGauge(markings, -30);
sample-2:
let markings = [-10, 0, 20, 40, 80, 200];
setGauge(markings, 180);
You'll get source code of this sample.
Size
1.81 KB
Add to wishlist