NOTE: This is a Non-Apache Release
3.6.2
-
[+] Supported draw custom series on Baidu Map (bmap). See example 1 and example 2。
-
[+] Supported show parent labels in treemap. See example. See #5869 and #5579.
-
[+] Supported specifying mouse cursor style by: series-line.cursor, series-bar.cursor, series-pie.cursor, series-scatter.cursor, series-effectScatter.cursor, series-graph.cursor, series-pictorialBar.cursor.
-
[+] Support both negative and positive bounding data specified on series-picotrialBar.symbolBoundingData. See #5793.
-
[+] Supported label.formatterin
treemap
. See #5757. -
[+] Supported label.normal.textStyle.align and label.normal.textStyle.basealign in
timeline
. See #5960. -
[^] Fixed that
tooltip
did not work when large scatter was zoomed. See#5837. -
[^] Fixed that parameter
position
did not work when trigger showTip action. See #5874. -
[^] Fixed that sometimes the sum of the percent value is less than
100%
slightly in pie, which was caused by precision problem. See #5850. -
[^] Fixed only the last
markPoint
ormarkLine
was displayed whenseries.name
was the same. See #5712. -
[^] Fixed that barBorderRadius did not work in horizontal bar. See #5943.
-
[^] Fixed the zoom point error when applying dataZoom-inside on Y axis. See #5278.
-
[^] Fixed sometimes radar did not display normally. See #5986.