Closed labriola closed 2 years ago
There may be more to this as well. I currently have my site locking up users in production because the configuration that worked previously now does a re-layout infinitely
Thanks for the heads up! We'll need to fix it.
Fixed in 5.1.5.
minSize
setting added to Flow
(Chord
and Sankey
) series. It's a relative value to the sum of all values in the series. If set, this relative value will be used for small-value nodes when calculating their size. For example, if it's set to 0.01
, small nodes will be sized like their value is 1% of the total sum of all values in series.XYChart
was inverted to make it consistent with OS native scrolling direction."i"
format was not working properly when no milliseconds were supplied.minZoomCount
and maxZoomCount
on a GaplessDateAxis
was not working properly.XYChart
scrollbar was not reacting to chart's pan via mouse drag or wheel.GaplessDateAxis
was not being placed properly. Grid and Label placement improved.ForceDirectedTree
could freeze when used with Animated theme in some cases.MapSeries
after geoJSON
was updated was not working properly which resulted heat rules not to be applied.RadarChart
.XYChart
was fully zoomed in, using mouse wheel would start panning the chart instead of zoom.Make sure you clear your browser cache after upgrading. And feel free to contact us again if you are still experiencing this issue.
It appears in the last release, if you set a topDepth = 1 and do NOT provide an animation theme, you can lock up the browser
1) Just take your own example. open in codepen or jsfiddle. https://www.amcharts.com/demos/force-directed-tree/ 2) Add a topDepth: 1 to the creation of the force directed instance 3) Remove the animation theme. (root.setThemes([am5themes_Animated.new(root)]);
You will lock the browser in (what appears to be) a recursive loop