Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is there a D3 Gauge allowing multiple series/columns?

I'm looking for something like this in D3 or C3js:

Multi Gauge

The default Gauge Chart in C3 takes in multiple columns as data, but then displays them on the same line, so they are overriding eachother.

like image 949
Cos Avatar asked Oct 20 '22 15:10

Cos


1 Answers

If you're using Angular 4 you can use ngx-charts, which provides an easily configurable multi-series gauge. This is their demo page or just checkout their github repo. The package is written using D3 so you can likely customize it more if needed by forking the repo.

like image 190
mtpultz Avatar answered Oct 22 '22 07:10

mtpultz