-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
bar chart: values are shifted #475
Comments
I described the same problem here (in german though): I hope it gets fixed soon :) |
Some hints:
I believe that the general problem is that everything starts from 0 instead of 1 and the calculation of the months is always with 30 days. |
I looked at the difference between the 3 sources. Two of them start at the same day, the third a few days later. |
Another weird thing: the bug is present when I use the 2 or 3 month time axis zoom. With 6 months the 3 values are grouped correctly. Still a day in the future, but at least not shifted. |
Same bug here. Bar charts are wrongly shifted by +1 days into the future on an x-axis that is split by days. While the new v1.71 "offset" feature provides a workaround to the bar eChart graphics, the offset does not fix the data displayed while mouse over hovering (then it simply contradicts the chart display). |
Hallo. |
I have a bar char with three sources of data. Two of them are displayed together, the third is displayed at the previous day.
Well, technically the two are displayed two days in the future, and the third is one day into the future . Tat's a separate bug, bar chart is off by two days. For example the data of yesterday (29 November) is displayed as for Friday 1. of December for two sources, for the third it is displayed as for today (30 November)
All three sources have timestamps of 23:59 ish, all before 00:00. Nevertheless they seem to be treated differently.
The text was updated successfully, but these errors were encountered: