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
Let's say if there are 365 DataPoint and the width of the parent container div is 450px. Then the graph is not being loaded with error attribute width: A negative value is not valid. ("-0.03536031420765029"). (SS)
Expected behavior
If it is the width of bar, mathematically, it can never be negative. So, there might be some mathematical error.
There should be an option for min bar width. If the calculated bar width is less than min bar width, there should be scroll/overflow.
Actual behavior
Currently, graph is being blank as shown in SS with below error message.
rect attribute width: A negative value is not valid. ("-0.03536031420765029")
Bug summary
Let's say if there are 365 DataPoint and the width of the parent container div is 450px. Then the graph is not being loaded with error attribute width: A negative value is not valid. ("-0.03536031420765029"). (SS)
Expected behavior
If it is the width of bar, mathematically, it can never be negative. So, there might be some mathematical error.
There should be an option for min bar width. If the calculated bar width is less than min bar width, there should be scroll/overflow.
Actual behavior
Currently, graph is being blank as shown in SS with below error message.
Specifications
The text was updated successfully, but these errors were encountered: