You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
when the right edge of the selected range hit the chart's right edge, the bar count is not match my selection.
What is expected?
bar count should match my selection.
What is actually happening?
there is one extra bar.
I need to display a table below the bar chart. And the rows of table is the same as the bar count.
I use zoom event params to calculate the rows.
But when selection hit the edge, the row count calculated from event params is one less then the chart.
The text was updated successfully, but these errors were encountered:
Hi! We've received your issue and please be patient to get responded. 🎉
The average response time is expected to be within one day for weekdays.
In the meanwhile, please make sure that you have posted enough image to demo your request. You may also check out the API and chart option to get the answer.
If you don't get helped for a long time (over a week) or have an urgent question to ask, you may also send an email to dev@echarts.apache.org. Please attach the issue link if it's a technical question.
If you are interested in the project, you may also subscribe our mailing list.
Version
4.9.0
Reproduction link
https://stackblitz.com/edit/js-xpyfvk?file=index.js
Steps to reproduce
when the right edge of the selected range hit the chart's right edge, the bar count is not match my selection.
What is expected?
bar count should match my selection.
What is actually happening?
there is one extra bar.
I need to display a table below the bar chart. And the rows of table is the same as the bar count.
I use zoom event params to calculate the rows.
But when selection hit the edge, the row count calculated from event params is one less then the chart.
The text was updated successfully, but these errors were encountered: