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
When downgrading DynamicObj to v. 2.0, it runs without issue. I haven't discovered if this affects other charts, or if it would work for histograms with different configuration options. I used the following options, though I cannot share the full code
Chart.Histogram(
X = xValues,
Name = modelName,
MarkerColor = color,
ShowLegend = showLegend,
XBins = bins
)
Thanks for reporting this @ntwilson. We are aware of a few problems that the latest major version of DynamicObj brings when used with Plotly.NET (internal tests fail as well when upgrading the Plotly.NET repo from v2 to v3).
The best way is to just not upgrade this dependency for now. I think i will publish a patch to Plotly.NET that pins the version to > v3 though.
The core lib has been ported to use DynObj v4 (see #472), however it will take a while until this is live as it will be contained in Plotly.NET v6 which will include a few other large changes to the codebase.
Description
When installed with DynamicObj v. 3.0,
Chart.Histogram
crashes:When downgrading DynamicObj to v. 2.0, it runs without issue. I haven't discovered if this affects other charts, or if it would work for histograms with different configuration options. I used the following options, though I cannot share the full code
Known workarounds
Just downgrade Dynamic Obj to >= 2.0 and < 3.0
Related information
The text was updated successfully, but these errors were encountered: