Hi Ehsan,

This behavior is because the width of bars in time series are decided by
the number of bars in the viewport but ECharts doesn't provide a width
option in the value (time) unit. That means, when zooming, the width
stays the same as long as the number of bars does not change.

If you have urgent requirements about it, I would suggest using category
axis instead of time series so that you can control how data should be
"binned" into categories.

Thanks

*Ovilia*


On Mon, Nov 29, 2021 at 11:03 AM Ehsan Saberian <ehsan.saber...@gmail.com>
wrote:

> Hello,
> I posted an issue in your github repo about 5 days ago. It's about binning
> of time series data whe XAxis type is 'time'.
> Solving the problem is very urgent for our team project.
> I would appreciate it if you can check that soon. The issue link is:
> https://github.com/apache/echarts/issues/16099
>
> Regards,
> -Eh
>

Reply via email to