[Snyk] Upgrade @amcharts/amcharts4 from 4.9.23 to 4.9.26 #31
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.
Snyk has created this PR to upgrade @amcharts/amcharts4 from 4.9.23 to 4.9.26.
ℹ️ Keep your dependencies up-to-date. This makes it easier to fix existing vulnerabilities and to more quickly identify and fix newly disclosed vulnerabilities when they affect your project.
Release notes
Package name: @amcharts/amcharts4
[4.9.26] - 2020-06-07
Fixed
showOnInit = false
were not shown on a chart initially (since last release only).[4.9.25] - 2020-06-06
Added
am4core.options.autoDispose
added (defaultfalse
). If set totrue
, when chart is being created in a container that has already existing chart, instead of "Chart was not disposed" warning in console, the chart being overwritten will be disposed.Changed
Fixed
data
was updated openExportMenu
was forcibly being closed."Z"
and"ZZ"
indicators ininputDateFormat
were being ignored.sequencedInterpolation = true
set and it was hidden via legend, its legend item lost disabled color when chart was resized.bullet.locationX
andbullet.locationY
was being ignored on aColumnSeries
withCategoryAxis
.XYCursor
enabled.[4.9.24] - 2020-05-29
Added
minWidth
,minHeight
,maxWidth
, andmaxHeight
. Control minimum and maximum dimensions of the target image.am4core.create(undefined, ...)
) then, when needed placed into container usingchart.moveHtmlContainer(target)
(wheretarget
can either be id or a reference of DOM element).groupInterval
property added toDateAxis
. You can use it to force certain grouping internal whengroupData = true
instead of one chosen dynamically.Changed
stroke
/fill
settings will now accept values as RGB objects (e.g.:{ r: 255, g: 0, b: 0 }
).scale
now scales source SVG before converting to image, instead of resampling target image.syncWithAxis = true
set, it is excluded from common zoom range for better syncing.Fixed
XYCursor
settingsnapToSeries
now uses better precision in placing cursor lines/axis tooltips.[4.9.23] - 2020-05-19
Added
removedfromqueue
event added toSprite
. It is invoked whenam4core.options.queue = true
oram4core.options.onlyShowOnViewport = true
and the Sprite (chart) is removed from queue (appears on the screen).groupperiodchanged
event added toDateAxis
. It is invoked when data grouping is on and grouping period is changed.Fixed
snapToSeries
onXYCursor
was resulting in error.RadarChart
was resulting in an error if used as a column or bullet template in some other chart.AxisRendererRadial.innerRadius
was ignored if set in percent andRadarChart.innerRadius
was not set.Note: You are seeing this because you or someone else with access to this repository has authorized Snyk to open upgrade PRs.
For more information:
🧐 View latest project report
🛠 Adjust upgrade PR settings
🔕 Ignore this dependency or unsubscribe from future upgrade PRs