I am trying to create a chart in vegaLite having dual axis. Isuue is that second y axis value are in decimal if i do not use format second y axis then it simple make format with 4 decimal digit but i need up 3 decimal digit after point
if i use format (“format”:”0.3f”) then it look like repeative value on axis
desire view i need only with 3 decimal value after point and non repeative
i am setting maxDomain second y axis values on the basis dynamic data values (few more then the max value of the field it is dynamic pre calculatd )