Natixar / natixar-frontend

The static front end of the Natixar SaaS platform
0 stars 5 forks source link

Dashboard Stacked Area Chart Random Behavior #33

Closed lepeuvedic-natixar closed 3 weeks ago

lepeuvedic-natixar commented 2 months ago

The Apex chart (time series) relies too much on transparency, and it has several negative consequences which must be corrected:

1 - Because the three curves are strictly stacked and only take positive values, the two curves in the bottom are always show superimposed with the other two colors. Due to transparency, the colors do not match exactly with the legend, where colors are also transparent, but shown on a white background. Colors do not match legend

2 - The order in which the three curves operations / downstream / upstream appear is randomly changing every time the data is refreshed.

Bug is also present on main branch.

ChrisNatixar commented 3 weeks ago

Appears to be fixed