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
If my scatterplot start with an array of of Nominal data ('strings') and I change the data to Ordinal data ('numbers') and then 'redraw' it works just fine
But there's a bug
If I draw my chart with 'Ordinal' first and change it to 'Nominal' and then redraw it doesn't display the Nominal data or any points...the y axis in my example stays as numbers and the points disappear
@destradafilm there's an opened PR #1285 which attempts to clear axis types on newPlot. I'm not particularly happy with it at the moment. That said, the issue you're pointing out is very much known, so I'll close this ticket.
If my scatterplot start with an array of of Nominal data ('strings') and I change the data to Ordinal data ('numbers') and then 'redraw' it works just fine
But there's a bug
If I draw my chart with 'Ordinal' first and change it to 'Nominal' and then redraw it doesn't display the Nominal data or any points...the y axis in my example stays as numbers and the points disappear
CODEPEN:
http://codepen.io/destrada/pen/LWORGW
The text was updated successfully, but these errors were encountered: