fix(deps): update dependency echarts to v6 #122
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.5.0
->6.0.0
Release Notes
apache/echarts (echarts)
v6.0.0
Compare Source
grid
(Cartesian),geo
,polar
, etc.) are supported to be declaratively laid out in the cells of matrix and calendar coordinate system. #19807 #21093 (Ovilia) #21005 #21108 (100pah)grid
component) axis labels and axis names overflowing the canvas, prevent axis names from overlapping with axis labels, and make them the default. #21059 (100pah) #19534 (robin-gerling) #16825 (konrad-amtenbrink)roamTrigger
; supportclip
ongeo
andseries.map
; support cursor style change when hovering on the roaming area; supportpreserveAspect
ongeo
,series.map
andseries.graph
; fix the percent base ofcenter
ongeo
,series.map
,series.graph
andseries.tree
; enhance the behavior for roaming area overlapping. #19807#issuecomment-2974437299 (100pah)z
option for markPoint/markLine/markArea. #21117 (sz-p)z2
option for markPoint/markLine/markArea. #20782 (sz-p)relativeTo
option for specifying the relative target of marker position. #20166 #21042 (Ovilia)displayTransition
option to control whether to enable the tooltip display transition. #20966 (jqqin)unboundedRange
option. #21113 (100pah)triggerEvent
option. #18164 #20907 (sz-p)tooltipDisabled
for custom series. #20447 (Ovilia)roundCap
when changes. #20582 (Ovilia)emphasis.focus
is'trajectory'
with large data. #20959 (plainheart)startValue
option from theBarSeriesOption
interface. #20901 (plainheart)blur.itemStyle
not working. #21081 (mustcanbedo) #21124 (Ovilia)getSvgDataURL
. #20760 (plainheart)echarts/theme/v5.js
to restore the old visual style and location settings. See #20865.echarts/src/theme/light.ts
is now migrated toecharts/theme/rainbow.js
.grid.outerBoundsMode: 'none'
to disable the anti-overflow mechanism, and/or use optionxAxis/yAxis.axisLabel.nameMoveOverlap: false
to disable the anti-axisLabel-axisName-overlap mechanism. See #21059.center
(such as the base of'33%'
) ongeo
,series.map
,series.graph
andseries.tree
are changed. The previous percent base is incorrect. But if you need to restore, setlegacyViewCoordSysCenterBase: true
(on the root level of an echarts option). See #19807#issuecomment-2974437299.fontStyle
,fontWeight
,fontSize
,fontFamily
,textShadowColor
,textShadowBlur
,textShadowOffsetX
,textShadowOffsetY
) are changed to inherit the plain label styles. You can userichInheritPlainLabel: false
(on the root level of an echarts option, or at the same level of the label style options) to restore it. See #20977New Contributors
v5.6.0
Compare Source
regions[].silent
option. #20566 (Ovilia)isTruncated
state property forText
element. #1101 (100pah)'relative'
for highlighting ancestor and descendant nodes. #20399 (sz-p)showMinLine
/showMaxLine
option forsplitLine
. #20114 (adaelixir)handleLabel.show
option. #20082 (Ovilia)silent
option fordayLabel
/monthLabel
/yearLabel
. #20492 (plainheart)cursor
option. #20113 (adaelixir)aria.data.excludeDimensionId
to exclude specific dimensions in aria-label. #20218 (semla)role="img"
to chart container element. #20050 (ViniciusCestarii)areaStyle
skewing in stepped line series and incorrectconnectNull
behavior #20092 (Ovilia)selectedMode
is disabled. #20551 (sz-p)notMerge
strategy. #20435 (ktx-abhay)textStyle.lineHeight
does not work. #20398 (sz-p)links
/nodes
/levels
option is undefined. #20380 (sz-p)series.encode
with category axis. #20324 (jonoshearman)minmax
sampling behavior. #20315 (ribeirompl)transparent
color issue. #1076 (plainheart)SeriesData#rawIndexOf
function. #20534 (plainheart)overflow
is'truncate'
. #1091 (linghaoSu) #1100 (100Pah)symbolOffset
can be a 2d array for both symbols. #20491 (plainheart)New Contributors
v5.5.1
Compare Source
startValue
option. #17078 (jiawulin001)itemStyle.borderRadius
option. #19763 (deftliang){a}/{A}
. #19888 (maurodesouza)totalZoom
parameter for thegeoroam
event. #19837 (zhaoxinggang)scaleLimit
option to limit the zooming. #18304 (liuyizhou)seriesData.getLinkedData
. #19901 (plainheart)endAngle
is not applied on the empty circle. #19642 (plainheart)MouseEvent
doesn't exist. #19620 (plainheart)import('echarts/types/dist/shared')
can not visit'echarts/types/dist/shared.d.ts'
since v5.5.0. #20030 (100pah)New Contributors
Configuration
📅 Schedule: Branch creation - Only on Sunday and Saturday ( * * * * 0,6 ) (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, 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.