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
Something happened from v3 to v4 that really messed up how a bar series deals with negative values. The painter completely fails to draw bar charts in the opposite direct - this was working just fine in v3.
The following is for the same exact code, just updating from v3 to v4 of package.
Here is the output from v3:
Here is the output from v4:
NOTE: The data labels are messed up because of #23 in v4 - this issue is just focused on the bar segment painter issue as seen below.
Issue Resolution:
I tried to dig around, but could not find anything to identify what is causing the issue. @dharanidharandharmasivam@JayavigneshwaranG - please let me know if you have any thoughts on this.