3d_bar chart 3d parameter in x-axis has to be first
Brought to you by:
monk-e-boy
This shows the 3d x-axis
"x_axis": { "3d": 5, "colour": "#909090", "labels": [ 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 ] }
This don't
"x_axis": { "colour": "#909090", "labels": [ 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 ], "3d": 5}
I think that is not important where the parameter is located in json.