Profile Picturedodobelieve@gmail.com
$16.80

Highcharts gauge with non-linear scale markings

0 ratings
Add to cart

Highcharts gauge with non-linear scale markings

$16.80
0 ratings

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);

highcharts gauge with non-linear scale markings-sample-1

sample-2:

let markings = [-10, 0, 20, 40, 80, 200];
setGauge(markings, 180);

highcharts gauge with non-linear scale markings-sample-2

Add to cart

You'll get source code of this sample.

Size
1.81 KB
Copy product URL