Its impossible to set yAxis max values per axis in multi axis chart during design activity in Ad-Hoc View Editor, please find the steps below:
* open /public/Samples/Ad_Hoc_Views/01__Geographic_Results_by_Segment with Ad-Hoc View Editor
* then navigate Chart Format > Advanced
* add following property: yAxis
* add its value: [{}, {}, {"max": 2}]
Expected result:
Second yAxis should set max value property
Current result:
All the available yAxis.max properties is set instead of yAxis[2].max
Components | AdHoc |