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
@cnavarreteliz because every visualization uses their own set of values ("size" for Treemap, "x" and "y" for BarChart), this will probably have to be done at the visualization level (and not in d3plus-viz).
Does this break every type of chart, or just specific ones?
@davelandry I've been investigating more about this bug, and I found that the NaN problem is related with Plot.js, but I haven't identified yet the root cause of the problem.
thanks for the update @cnavarreteliz! can you try using the underlying data in a sandboxed jsfiddle so that we can isolate which chart(s) is causing the error?
In datasets received by d3plus, filter the nan values.
The text was updated successfully, but these errors were encountered: