fix(deps): update dependency @amcharts/amcharts5 to v5.10.5 #101
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
5.9.13
->5.10.5
Release Notes
amcharts/amcharts5 (@amcharts/amcharts5)
v5.10.5
Compare Source
[5.10.5] - 2024-09-06
Added
scrollToChild()
method added toContainer
. Scrolls the container to the target child element if the container is scrollable and the element is currently outside of view.StockChart
drawing tool added: "Line Arrow".Changed
StockChart
is inselected by clicking on a chart's plot area the new drawing will not be added anymore.Fixed
StockChart
.StockChart
drawing while other drawing was selected, would drag the selected drawing as well.v5.10.4
Compare Source
[5.10.4] - 2024-08-30
Changed
showTooltipOn: "click"
elements will toggle tooltip, rather than keep it open.Fixed
"Horizontal Line"
and"Horizontal Ray"
lines are now allow for longer overzoom / X-axis scope.GaplessDateAxis
could some time become too wide.v5.10.3
Compare Source
[5.10.3] - 2024-08-23
Fixed
5.10.2
. It will now allow overzoom based on axis'maxDeviation
setting.v5.10.2
Compare Source
[5.10.2] - 2024-08-23
Added
panSensitivity
added toAxisRenderer
(default:1
).maxPanOut
added toZoomableContainer
(default:0.4
).addLine(tool, panel, point)
addedDrawingControl
. Allows adding line drawings via API. Supports ("Line"
,"Horizontal Line"
,"Horizontal Ray"
,"Vertical Line"
tools). More info.Fixed
minBulletDistance
of aXYSeries
was ignored when base axis wasCategoryAxis
and other axis wasDateAxis
.v5.10.1
Compare Source
[5.10.1] - 2024-08-09
Added
fillGradient
setting added toLabel
.Changed
Fixed
LineSeries
fixed.PieSeries
tick was not visible if pie had two equal slices.root.nonce
was not being added to all dynamically-loaded stylesheets.ValueAxis
in some very rare cases.v5.10.0
Compare Source
[5.10.0] - 2024-07-22
Added
dataContext
) added toComponent
's methodspushDataItem
andmakeDataItem
, allowing to pass in a data context object related to the data item.PatternSet
added. Allows serving patterns similarly toColorSet
. More info.patterns
added toHierarchy
,PercentSeries
,Venn
,SerialChart
,FlowNodes
. More info.fillPattern
added toIFlowNodesDataItem
,IHierarchyDataItem
,IPercentSeriesDataItem
,IVennDataItem
,ISeriesSettings
.Fixed
LinkedHierarchy
nodes were not clickable when children were added usingaddChildData()
method.topLevel
inHierarchy
chart, it would show nodes from upper levels.ChartIndicator
. This could cause a memory leak.Sprite
'shover()
/unhover()
methods now check if theSprite
is not disposed. This fixes some potential errors when disposed items are being referenced.DurationFormatter
was not rounding fractional numbers properly in some cases.Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.