Unable to render a chart in a child of a detached node #7024
Labels
Comments
Hi @natalan |
oluwasayo
pushed a commit
to vaadin/vaadin-charts
that referenced
this issue
Jun 25, 2018
oluwasayo
pushed a commit
to vaadin/vaadin-charts
that referenced
this issue
Jun 25, 2018
oluwasayo
added a commit
to vaadin/vaadin-charts
that referenced
this issue
Jun 25, 2018
* Upgrade to Highcharts 6 * Fix 3D by performing 3D setup after next render after initialization completes. Add observers after initialization. * 3D Stacking workaround. highcharts/highcharts#8417 * Move 'stacking' from vaadin-chart-series to vaadin-chart as a result of highcharts/highcharts#8475 * Remove test cases for inferred X in series data as a result of highcharts/highcharts#8462 * Remove workaround for highcharts/highcharts#7024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@TorsteinHonsi there is another regression since 5800b1b:
chart.renderTo
node is getting removed from a parent container and never put back to the original location after "pre-rendering" and removal hereIt was working as expected in 5.0.12 and broken in 5.0.13 and 5.0.14
Live demo with steps to reproduce
http://jsfiddle.net/45mt97xs/
The text was updated successfully, but these errors were encountered: