Advanced Settings GUI: More Chart Options

Issue #307 resolved
Ulas created an issue

Would be great to have more options in the GUI by default as we use them frequently.

@Wei Wang please add the additional options you use.

Legend
"legend": {"enabled": true,"layout": "vertical","align": "right","verticalAlign": "middle"}

Zoom
"chart": {"zoomType": "x","panning": true,"panKey": "shift"}

Plot Options
"plotOptions": {"column": {"stacking": "normal","dataLabels": {"enabled": true,"format": "{y:,.2f}%"}},"series": {"borderRadius": 3}}

Y-Axis
"yAxis": [{"lineWidth": 0,"title": {"enabled": false},"labels": {"enabled": true,"format": "{value}%"}}]

X-Axis
"xAxis": [{"plotBands": [{"borderColor": "rgba(150, 150, 150, 0.15)","from": -0.5,"to": 3.5}],"title": {"enabled": false},"labels": {"enabled": true}}]

Series
"series": [{"color": "#384044","stack": "budget","type": "line","dataLabels": {"enabled": false,"style": {"textOutline": "none"},"format": "{y:,.0f}"}},{"color": "rgba(255,255,255,0)","stack": "actual","type": "line","dataLabels": {"enabled": true,"style": {"textOutline": "none"},"format": "{y:,.0f}"}},{"stack": "actual"}]

Comments (2)

  1. Log in to comment