in the combochart visualizationAPI, measureAxis is not working as expected. even in the documentation, it is misspelled as measureAxes.
so when i use "measureAxis": { "show": "labels" }, It shows the default (label and title). and when i use "measureAxes": { "show": "labels" }, then it throws errors "Cannot read property 'show' of undefined".
is it a bug in the API?
any idea or workaround suggestions?
Thanks