data visualization - highcharts solidgauge - make it striped or 3D -


i using highcharts solid gauge make donut charts.

enter image description here

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:

enter image description here

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

Popular posts from this blog

wordpress - (T_ENDFOREACH) php error -

Export Excel workseet into txt file using vba - (text and numbers with formulas) -

Using django-mptt to get only the categories that have items -