Closed HawtinZeng closed 1 month ago
Which specific example are you trying to build?
map-globe-rotate-to-country
It's a windows specific problem, the solution is here: https://nodejs.org/en/blog/vulnerability/april-2024-security-releases-2
We found an issue with imports in MapChart-related examples. We're introducing a fix in the next version.
Fixed in 5.10.6.
hideDrawingGrips
setting (default: false
) added to StockChart
. If set to true, grips of drawings will be hidden when not in drawing mode.toggleDrawing(enabled: boolean)
method added to StockChart
. Toggles drawing mode on or off.autoOpenSettings
setting (default: true
) added to Indicator
. If set to false
, a settings modal will not pop up automatically when the indicator is added to chart via indicator control.StockChart
labels and icons are no longer draggable to avoid interfering with chart drag/zoom.StockChart
. Grip at the end of the arrow removed.shortName
(which is "Volume Profile", too, by default but can be changed to anything else).Modal
content will now have its contents aligned to start
, rather than left
, to properly handle RTL direction.MapChart
were not correctly importing geodata.clearDrawings()
was erroring if there was "Line Arrow" drawings added to StockChart
.scrollToChild
method of Container
was not working properly.Make sure you clear your browser cache after upgrading. And feel free to contact us again if you are still experiencing this issue.
Run: yarn install yarn run-example Then got an error as follows: