This is an automated email from the ASF dual-hosted git repository. shenyi pushed a commit to branch next in repository https://gitbox.apache.org/repos/asf/incubator-echarts.git
commit b78633406af45e58f016a8d3c261c52259fd2d3f Merge: 39bd739 1b5efea Author: Yi Shen <[email protected]> AuthorDate: Fri Jul 24 14:20:02 2020 +0800 Merge pull request #13008 from apache/optimize-style [FEATURE] [5.0] Improve style of dataZoom, visualMap, timeline components. Bug fixes from next branch src/ExtensionAPI.ts | 2 - src/chart/bar/BarView.ts | 1 - src/chart/bar/PictorialBarView.ts | 14 +- src/chart/custom.ts | 2 +- src/chart/gauge/GaugeView.ts | 4 +- src/chart/heatmap/HeatmapView.ts | 2 +- src/chart/helper/LineDraw.ts | 3 +- src/chart/helper/Polyline.ts | 1 + src/chart/helper/Symbol.ts | 31 +++- src/chart/helper/SymbolDraw.ts | 3 +- src/chart/pie/labelLayout.ts | 5 + src/chart/radar/RadarView.ts | 16 +- src/chart/treemap/TreemapView.ts | 2 + src/component/axisPointer/axisTrigger.ts | 18 +- src/component/axisPointer/viewHelper.ts | 1 - src/component/dataZoom/SliderZoomModel.ts | 60 +++++-- src/component/dataZoom/SliderZoomView.ts | 141 ++++++++++----- src/component/legend/LegendView.ts | 21 ++- src/component/timeline/SliderTimelineModel.ts | 61 +++++-- src/component/timeline/SliderTimelineView.ts | 170 ++++++++++++------ src/component/timeline/TimelineModel.ts | 21 +++ src/component/visualMap/ContinuousModel.ts | 48 ++++- src/component/visualMap/ContinuousView.ts | 243 ++++++++++++++++++-------- src/echarts.ts | 75 ++++---- src/label/labelStyle.ts | 46 ++++- src/layout/barGrid.ts | 14 +- src/legacy/getTextRect.ts | 50 ++++++ src/util/format.ts | 3 + src/util/graphic.ts | 6 +- src/util/states.ts | 4 +- src/util/symbol.ts | 2 +- src/util/types.ts | 11 +- test/boxplot.html | 2 +- test/timeline-finance.html | 6 +- test/visualMap-scatter-symbolSize.html | 1 + 35 files changed, 801 insertions(+), 289 deletions(-) --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
