How to customize Y-Axis scale division step in VegaLite

29 views Asked by At

I have a issue that link to already ask question on stackoverflow Refrence question

I'm working with Vega-Lite and trying to customize the y-axis interval steps to achieve a specific step size. I want the y-axis to be displayed with intervals of 10 (e.g., 0, 10, 20, 30, ...). I have attempted to use the tickMinStep property, but it doesn't seem to provide the desired output.

0

There are 0 answers