in the combochart visualizationAPI, measureAxisis 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".