Replies: 3 comments
-
Could you please create bug report? |
Beta Was this translation helpful? Give feedback.
0 replies
-
Thanks for the report, I transferred this discussion to an issue so we can track and fix it. |
Beta Was this translation helpful? Give feedback.
0 replies
-
@atjbat can you help me with the steps to reproduce the issue please. How did you reload the data so the exception occurred? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I' ve try to use the Axes multiple section and I' ve detected a little bug in class StrokeAndFillCartesianSeries.
The bug is : if I try to reload the chart with a new number of lines of series then StrokeAndFillCartesianSeries go in exception because in the void :
public override void SoftDelete(IChartView chart) line 96
at the line :
var primaryAxis = core.YAxes[ScalesYAt];
It try to delete the line absent because now I' ve a minor number of lines
I've put this modify:
Beta Was this translation helpful? Give feedback.
All reactions