Am running between things today so I'm not able to debug your example right now, but I'd expect GWT Highcharts could support that chart type since it's just a variant of a "solid gauge" type. Here's a quick working "solid gauge" example chart that I'm copying/pasting from elsewhere in hopes that it's of help to you:
The solid gauge works for me. But I have no idea what I have to change to make it a activity gauge. The activity gauge has the same type "solidgauge", not sure what makes the difference ^^
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hey Guys,
is there a way to get the Activity Gauge working in GWT? Seems to be not implemented yet by GWT Highcharts.
Is there a way to set the type manually without the enum type or another workaround?
http://www.highcharts.com/demo/gauge-activity
I tried to modify this code for the solid gauge, but did not get it working:
Best regards
Jan
Last edit: jan10101 2017-01-03
Am running between things today so I'm not able to debug your example right now, but I'd expect GWT Highcharts could support that chart type since it's just a variant of a "solid gauge" type. Here's a quick working "solid gauge" example chart that I'm copying/pasting from elsewhere in hopes that it's of help to you:
Thanks for reply!
The solid gauge works for me. But I have no idea what I have to change to make it a activity gauge. The activity gauge has the same type "solidgauge", not sure what makes the difference ^^