NOTE: This is a Non-Apache Release
v3.5.2
-
[+] Supported useUTC, which enables display
axisLabel
andtooltip
in local time or UTC. Related default setttings are modified:axisLabel
andtooltip
display local time by default, anddata
recognize time string as local time if timezone not specified. See the time part in series.data. Fixed the problem that whenaxis.type
is'time'
tick is determined by UTC and can not align with daytime. Fixed #5396 and #5393。 -
[+] Supported axisLabel.showMinLabel and axisLabel.showMaxLabel.
-
[+] Supported funnel.sort, which enables sorting funnel by index or customized function.
-
[^] Fixed float error of
axisTick
. See #5041。 -
[^] Fixed that
axisTick
did not display when value was too small. See #5386. -
[^] Fixed when tooltip.trigger was
'axis'
,dispatchAction
showTip did not work. See #5423. -
[^] Fixed that visualMap disabled
itemStyle
of map. See #5388. -
[^] Fixed that tooltip.trigger did not support
'none'
. See #5400。 -
[^] Fixed that
data.lineStyle.color
of parallel did not work. See #5363.