You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@echarts.apache.org by Abed Karakira <ak...@gmail.com> on 2021/08/30 11:09:38 UTC

Y-axis interval

Hello,

I have three bar charts beside each other. I want them to have the same
scale.

So, I want them to have the same maximum number in the y-axis.

Is this applicable?

Best regards,
Abed Karakira

Re: Y-axis interval

Posted by Yi Shen <sh...@gmail.com>.
Hi,

Yes, you can set `yAxis.max` to a fixed number.
In addition, `yAxis.min` and `yAxis.interval` are also available if you
want to fix the ticks calculation.

Regards.

On Mon, Aug 30, 2021 at 7:09 PM Abed Karakira <ak...@gmail.com> wrote:

> Hello,
>
> I have three bar charts beside each other. I want them to have the same
> scale.
>
> So, I want them to have the same maximum number in the y-axis.
>
> Is this applicable?
>
> Best regards,
> Abed Karakira
>


-- 
Yi Shen
Apache ECharts PMC