Closed workingbuddy10 closed 8 months ago
I am afraid this is out of scope of free support.
@zeroin this demo is been provided by @amcharts at #1365
I have only added the polyline data and now it is not working.
https://github.com/amcharts/amcharts5/assets/137867461/2bfbe1de-f7d4-4c07-864c-ab89c61cbc3a
When we use eraser to erase the user drawn drawings then unseriliase drawings are also removing. @martynasma you can test this at the above given codepen link!!
It looks like PolyLine tool does not add drawingId
. We'll look into it.
Thanks @martynasma for considering it!
Fixed in 5.8.5.
forceHidden
(default: false
) setting added to StockControl
. Enables forcing some StockChart
controls to be always hidden.DateRangeSelector
event added: "rangeselected"
.PriodSelector
event added: "periodselected"
.Picture
was disposed before external image was finished loading (since 5.8.3).DateRangeSelector
were ignoring Root
's timezone
and utc
settings.strokeWidth > 1
) was being ignored as a hit target for interactive elements.Scrollbar
grips would not update their position according to maxZoomCount
/minZoomCount
setting in some cases.Treemap
node could result tooltip of some other node to appear.Treemap
node would remain on the same node, even if pointer would move to some other node.{ timeUnit: "week", count: 2 }
(count > 1) was added to a DateAxis
, labels were flickering while scrolling.zoomToDates()
/zoomToValues()
on a DateAxis
was resulting not exact dates when data grouping was enabled and grouping period would changed during zoom.Make sure you clear your browser cache after upgrading. And feel free to contact us again if you are still experiencing this issue.
Thanks for the quick upgrade @martynasma
But the polyline issue is still there. Case 1:
Case 2:
It works fine for me in both cases. Did you clear your browser cache?
Yes now it worked for me, I had only refreshed the app. Thanks @martynasma ! 💯
In the case of polyline I was facing the issue while deleting the drawing. Both user made drawing and unserialize drawings were deleting.
Steps to reproduce :
https://github.com/amcharts/amcharts5/assets/137867461/d0445b28-9eac-43dd-a1de-091cf525c3f8
But when I create polyline first then unsearilze the drawings, and then use the delete button it works fine.
Code pen to test : https://codepen.io/Ansh-m-the-reactor/pen/eYoNJNv