3.5.2
NOTE: This is a Non-Apache Release
v3.5.2
-
[+] Supported useUTC, which enables display
axisLabelandtooltipin local time or UTC. Related default setttings are modified:axisLabelandtooltipdisplay local time by default, anddatarecognize time string as local time if timezone not specified. See the time part in series.data. Fixed the problem that whenaxis.typeis'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
axisTickdid not display when value was too small. See #5386. -
[^] Fixed when tooltip.trigger was
'axis',dispatchActionshowTip did not work. See #5423. -
[^] Fixed that visualMap disabled
itemStyleof map. See #5388. -
[^] Fixed that tooltip.trigger did not support
'none'. See #5400。 -
[^] Fixed that
data.lineStyle.colorof parallel did not work. See #5363.