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
In this codepen the first pie graph (i.e. on the left) does not look right!
The graphs reversed and the text is presented outside as a result of bad input data where domain.x[1] is not greater than domain.x[0].
In this codepen the first
pie
graph (i.e. on the left) does not look right!The graphs reversed and the text is presented
outside
as a result of bad input data wheredomain.x
[1] is not greater thandomain.x
[0].We shouldn't allow that here:
plotly.js/src/plots/domain.js
Lines 111 to 132 in 99fc02f
The text was updated successfully, but these errors were encountered: