data visualization - highcharts solidgauge - make it striped or 3D -
i using highcharts solid gauge make donut charts.
i want blue series 3d. want green series 3d. how do this?
if not possible, want red series striped, not solid.
thank help.
please ignore bugs.
based on can research, doesn't seem can apply 3d settings solid gauges.
you can donut charts, however, can see in example: http://jsfiddle.net/brightmatrix/nxkv5woh/.
all added here following code:
chart: { type: 'pie', options3d: { enabled: true, alpha: 45 } },
this result:
as striped series, there highcharts plug-in pattern fills might helpful you: http://www.highcharts.com/plugin-registry/single/9/pattern-fill.
if, however, wanted banded effect looks spokes on wheel, achieve "dummy" series of even-numbered data on separate series, each data point has alternate color.
i hope information helpful.
Comments
Post a Comment