This is an automated email from the ASF dual-hosted git repository.

shenyi pushed a change to branch next-i18n
in repository https://gitbox.apache.org/repos/asf/incubator-echarts.git.


    from 4d5783a  feat(i18n): fix neither en or zh undefined
     add e44445d  feat(time): improve time axis formatter
     add 6c6917d  WIP
     add 7f0f8bb  fix(time): eliminate labels that are not nice
     add 9a80b83  feat(time): include level information in time axis
     add 64f2f00  Merge branch 'next' into time-formatter
     add 5da563e  refactor(time): rename variables
     add e0f0584  feat(time): label style for different levels and units
     add 0466be2  feat(time): fix time axis extent
     add a14c8cd  feat(time): level formatters
     add 3bee422  feat(time): add half day and more
     add cca2853  feat(time): remove unnecessary code and update test cases
     add f2d34e0  feat(time): update lang
     add 9033996  feat: make line bolder when line is in emphasis mode, 
designed by apache#12931.
     add 2883997  fix: fix a typo in test case.
     add c0b4e97  tweak: tweak bolder option to `series.emphasis.bolder` from 
`series.bolderWhenHover`.
     add 6ea5a42  tweak: tweak bolder fetcher.
     add 30c00f4  feat(dataZoom): optimize style. add borderRadius, 
selectedDataBackground
     add aea2fbf  feat(visualMap): optimize visualMap style. add several 
styling config
     add 9a665c5  feat(visualMap): optimize indicator and handle in symbolSize 
visual mapping
     add 3ac3175  fix(lines): fix unexpected fill in polyline
     add 41ba157  fix(export): add back echarts.format.getTextRect
     add 8fea284  fix(label): support legacy style color: 'auto' for color: 
'inherit' usage.
     add 6f5d9d7  fix(symbol): fix image symbol not display bug
     add 6fca352  fix(axisPointer): not use align: 'center' because it's 
already been calculated
     add a7c0d8c  feat(bar): improve gaps between bar. #12935
     add a7f2c16  fix(state): not blur others when highlighting with axisPointer
     add 3ddf62a  fix: add back hover layer.
     add 26ca0b5  fix(treemap): truncate text when exceeds height
     add 459a9d8  feat(timeline): optimize timeline style. add progress config
     add 45a7ef3  timeline: progress logic tweak.
     add 1dda43c  fix(pie): fix wrong label x,y in select state when position 
is inside
     add 7a09ecc  refact(state): useHoverLayer all replaced with 
states.emphasis.hoverLayer
     add 33a8ec7  fix(legend): fix legend color with visual encoded on 
style.stroke
     add 74aefce  feat(timeline): improve icon and label color.
     add 1b5efea  fix(timeline): fix wrong progress status on label when 
several labels are ignored
     add b786334  Merge pull request #13008 from apache/optimize-style
     add 9857603  Merge branch 'next' of 
https://github.com/apache/incubator-echarts into design-12931
     add e538b37  fix(radar): fix default polygon shown bug.
     add e86484b  Merge branch 'next' of 
https://github.com/apache/incubator-echarts into design-12931
     add 17a9770  tweak: tweak the option `emphasis.bolder` to 
`emphasis.lineStyle.width: bolder`.
     add ec0f7c0  fix: remove useless code.
     add 9e8994a  fix(grid): fix a typo in GridModel.ts.
     add eb9fda9  tweak: use `polyline.style.lineWidth` instead of 
`lineStyleModel.get('width')`.
     add aff984a  Merge pull request #13013 from plainheart/design-12931
     add 84d4b3f  feat(dataZoom): add brushSelect
     add d330531  fix(dataZoom): optimize brushing interaction
     add 8e27053  feat(state): provide enter/leave state in api
     add 08a965a  feat(dataZoom): add drag zone when using brush in dataZoom
     add cafd98e  fix(dataZoom): put resize handle on top of move handle
     add 09f5550  feat(dataZoom): add icon on move handle
     add 2b6aa05  feat(dataZoom): tweak default style
     add b2ea4c4  fix(dataZoom): enable brushSelect by default. fix dataZoom 
location with move handle.
     add 359a7b3  fix(dataZoom): transparent move handle since it's shown by 
default
     add 4ebc9ef  fix(dataZoom): fix invisible shape not update bug
     add 1accbd0  fix(dataZoom): constraint brush on zoom panel.
     add e416d23  Merge pull request #13025 from apache/datazoom-brush
     add f741580  dataZoom: tweak move handle style
     add a1ce568  fix: revert the break change brought by 
0b5b67f4f17c2f3abc48c466bff0923e36e72892 ( default value rule of 
toolbox.dataZoom. xAxis/yAxis )
     add c854eff  fix(treemap): optimize treemap label display in zoom animation
     add 1e62b33  fix(treemap): disable breadcrumb text animation
     add 27058cb  fix(treemap): fix upper label truncate in zoom animation
     add 569a4cf  fix(timeline): fix null pointer access.
     add eede51a  fix(ts): fix type errors.
     add 236e0eb  chore(devfast): fix umd may be wrapped multiple times bug.
     add 0f8fa84  chore: fix prepublish to generate lib and esm
     add ad561df  chore: update extension prepublish
     add f7fc1cb  refact: move getECData to a separate module to avoid circular 
dependency
     add 1341f20  chore: fix release command.
     add 2a667b8  chore: parallel build for release.
     add 8040f54  chore: fix extension build
     add ee0b8f3  chore(prepublish): transform entry root folder to esm and lib
     add fb1eeb8  chore(prepublish): fix babel types dependency
     add 0dae350  chore(prepublish): transform __DEV__ to node env expr.
     add c94865f  chore(release): remove __DEV__ in distribution file
     add 7fea331  chore(prepublish): fix __DEV__ not transformed in esm build
     add e882d9a  chore(release): transform __DEV__ after all bundled.
     add 4a9d334  chore(prepublish): replace zrender root folder in esm and lib.
     add 7b70cd1  fix(test): not use min.js in test
     add e87a789  Merge pull request #13034 from apache/next-npm-env
     add b0fb270  chore(devfast): replace __DEV__ with '_DEV_'
     add 2572fa7  merge next
     add fd5750b  Merge pull request #12859 from apache/time-formatter
     add ee32d1e  fix(axis): fix category labels not shown after refacted time 
axis
     add 2a909d9  fix(time): tooltip formatter for time axis #12859
     add 5170b52  Merge pull request #13039 from apache/time-formatter
     add 353fee9  fix(axis): fix axisType null pointer access bug.
     add 70fa023  fix(axis): fix axisType null pointer access bug.
     add ca10b34  fix(legend): fix logic issue caused null pointer access.
     add 9f53004  fix(axis): pass tick value to the formatter instead of object 
to avoid breaking change.
     add d395b4b  fix(util/number): the `parseDate` function can not parse a 
date string like `2020-07-29 09:2:5`.
     add b45a188  Merge pull request #13044 from plainheart/chore-fix
     add 41656cf  fix(time): fix time format precision in dataZoom label and 
tooltip
     add 6eca9ac  style(time): improve code style
     add 785c6e2  Feat: new default tooltip
     add 60c5897  Fix typo and change layout for tooltip content
     add c5fcc79  Remove chinese comments
     add 0bc34e4  tooltip new layout update
     add bcf3258  Find nearset series
     add 5232cad  tooltip arrow style and box shadow
     add 3ab2274  New tooltip for pie
     add ebadfd2  Tooltip margin
     add 4706928  Radar tooltip layout
     add 48dc408  save
     add 76c645b  Merge branch 'next' into tooltip
     add 11d3a50  tooltip unified function
     add 5f65d97  code simplification
     add 050ad8c  Sankey tooltip border
     add 29cad06  Set sankey item visual
     add 8809320  Find cartesian2d base axis
     add c5ae307  Add tooltip order value
     add 078f89f  Markline tooltip border color
     add dccaa3a  Map tooltip series name condition
     add 664386d  Tooltip border color works with gradient
     add 0a7b426  Merge branch 'next' into tooltip
     add 48fa1a7  Fix markpoint on stacked chart are incorrect
     add 05338c8  Encode html for markpoint
     add f2bfddf  Merge branch 'next' into tooltip
     add 00a7dac  Tweak typo
     add ecd7aac  Tooltip border work with stacked line chart
     add b53ca68  Tooltip arrow position
     add 9461341  Add test case
     add a0b2039  Remove useless return
     add bb80c7a  Change option value
     add 27428a9  Merge branch 'next' into tooltip
     add 93dc85f  Tooltip order works in Radar
     add 0899808  remove console
     add 3ddb125  Fix tooltip content is null or undefined, tooltip still show
     add f8bc64f  Fix tooltip was not centered
     add 732f0f2  Fix multiple chart margin was to small
     add b8a19a4  Partial correction base on CR
     add 8e1f581  Delete unused params for tooltip cb
     add f173743  Add default border color
     add ad1e885  test: new-tooltip.html style
     add 0132df7  Use data params coordinateSystem not first series
     add 666e775  Tooltip order
     add f295eca  Add test case for tooltip order
     add 4802ea2  Hold tooltip arrow
     add 3bd954e  Revert "Hold tooltip arrow"
     add 2888c74  Calc tooltip position when 'position' is 'top'
     add c202e85  Tooltip confine is true, don't show arrow
     add c988039  Correction
     add f6d321a  Remove unnecessary if statement
     add c2eaa34  Merge branch 'next' into tooltip
     add 23d44a8  Fix tooltip richtext and tooltip position
     add aa850c5  Fix tooltip rich text format
     add 805a9f7  Tooltip rich text border color
     add 96be2b7  Tooltip rich text white space
     add 747eaa3  Tooltip rich text alignment
     add 09f54fd  Tooltiop rich text left alignment
     add 587e3fc  Merge branch 'next' into tooltip
     add 67e0b98  Merge remote-tracking branch 'upstream/next' into tooltip
     add eeb81e0  Merge branch 'next' into tooltip
     add 7e7564b  Remove useless import
     add 0936253  Remove duplicate import
     add 65e04af  Add test case
     add 9425323  Revert type
     add 0a9d0bd  Correction base on CR
     add 05909e7  Tooltip style change
     add 4399d1f  Merge branch 'next' into tooltip
     add aee0b1a  Tooltip style
     add a04682b  Fix multi sub tooltip
     add abe451b  Merge branch 'next' into tooltip
     add 7abfd73  Merge remote-tracking branch 'upstream/next' into tooltip
     add d1cf86c  Merge branch 'tooltip' of 
https://github.com/susiwen8/incubator-echarts into tooltip
     add acc31ad  Merge remote-tracking branch 'upstream/next' into tooltip
     add 02bfd5a  Tooltip arrow box-shadow
     add 8662a79  Tooltip style
     add 275343f  Merge remote-tracking branch 'upstream/next' into tooltip
     add 1c8c057  test case
     add 3771d44  Fix tooltip 'fly' with arrow
     add 0fe7eed  Add condition for transition
     add 4ea092b  Arrow style
     add 95534a4  Merge pull request #12947 from susiwen8/tooltip
     add 4acb689  feat(axis): not show axisLine,axisTick for value axis if 
other is cateory or time.
     add 12e56f3  style: tweak color of axisPointer and title
     add 295ed0e  style: remove shadow in axis pointer label.
     add a76a728  Merge branch 'next' into axis-style-optimize
     add 925f451  Merge branch 'next' into axis-style-optimize
     add 8228226  style: change splitArea, shadow pointer color. remove shadow 
in breadcrumb
     add 4384418  Merge branch 'next' into axis-style-optimize
     add 07cd6d1  Merge branch 'next' into axis-style-optimize
     add 1f0d56d  fix(axis): not override default axis label color
     add 99ff752  Merge pull request #13046 from apache/axis-style-optimize
     add d86e591  feat(aria): add space for English separators (#13047)
     add fb97d91  Comment some code
     add 4b9b313  Merge pull request #13048 from susiwen8/simplify
     add 11e6626  fix type errors. styling tweak.
     add d9d27e2  fix(tooltip): optimize rich text display
     add e446e0a  fix(axis): optimize tick calculate in time axis
     add d001989  fix(axis): improve ticks calculation in time axis
     add 8498d17  Merge branch 'next' into next-i18n
     add 4c41f28  chore: remove lang in build

No new revisions were added by this update.

Summary of changes:
 .eslintignore                                      |   12 +
 .gitignore                                         |    4 +-
 README.md                                          |    2 +-
 build/build.js                                     |  259 +-
 build/config.js                                    |   78 +-
 build/dev-fast.js                                  |   25 +-
 build/ec-lang-rollup-plugin.js                     |   80 -
 build/pre-publish.js                               |  122 +-
 build/progress.js                                  |    6 +-
 build/release.js                                   |   72 +
 build/remove-dev-babel-plugin.js                   |   36 -
 build/remove-dev-rollup-plugin.js                  |   48 -
 build/{remove-dev.js => transform-dev.js}          |   39 +-
 echarts.common.ts                                  |    2 +-
 {extension => extension-src}/bmap/README.md        |    0
 extension-src/dataTool/prepareBoxplotData.ts       |   23 +-
 extension/bmap/BMapCoordSys.js                     |  245 --
 extension/bmap/BMapModel.js                        |   68 -
 extension/bmap/BMapView.js                         |  143 -
 extension/bmap/bmap.js                             |   65 -
 extension/dataTool/gexf.js                         |  230 --
 extension/dataTool/index.js                        |   61 -
 extension/dataTool/prepareBoxplotData.js           |  107 -
 extension/webpack.config.js                        |   36 -
 package-lock.json                                  |  165 +-
 package.json                                       |   14 +-
 src/.eslintrc.yaml                                 |    1 +
 src/ExtensionAPI.ts                                |    8 +-
 src/chart/bar/BarView.ts                           |    5 +-
 src/chart/bar/PictorialBarView.ts                  |   17 +-
 src/chart/custom.ts                                |    3 +-
 src/chart/gauge/GaugeView.ts                       |    4 +-
 src/chart/graph/GraphSeries.ts                     |   10 +-
 src/chart/graph/GraphView.ts                       |    5 +-
 src/chart/heatmap/HeatmapView.ts                   |    3 +-
 src/chart/helper/LargeLineDraw.ts                  |    3 +-
 src/chart/helper/LargeSymbolDraw.ts                |    3 +-
 src/chart/helper/LineDraw.ts                       |    3 +-
 src/chart/helper/Polyline.ts                       |    1 +
 src/chart/helper/Symbol.ts                         |   34 +-
 src/chart/helper/SymbolDraw.ts                     |    3 +-
 src/chart/line/LineSeries.ts                       |   12 +-
 src/chart/line/LineView.ts                         |   19 +-
 src/chart/lines/LinesSeries.ts                     |   11 +-
 src/chart/lines/LinesView.ts                       |    1 -
 src/chart/map/MapSeries.ts                         |   21 +-
 src/chart/pie/labelLayout.ts                       |    5 +
 src/chart/radar/RadarSeries.ts                     |   58 +-
 src/chart/radar/RadarView.ts                       |   18 +-
 src/chart/sankey/SankeySeries.ts                   |   32 +-
 src/chart/sankey/SankeyView.ts                     |    7 +-
 src/chart/sankey/sankeyVisual.ts                   |   11 +-
 src/chart/sunburst/SunburstPiece.ts                |    5 +-
 src/chart/sunburst/sunburstAction.ts               |    1 -
 src/chart/themeRiver/ThemeRiverSeries.ts           |   20 +-
 src/chart/tree/TreeSeries.ts                       |   23 +-
 src/chart/tree/TreeView.ts                         |    5 +-
 src/chart/treemap/Breadcrumb.ts                    |    6 +-
 src/chart/treemap/TreemapSeries.ts                 |   28 +-
 src/chart/treemap/TreemapView.ts                   |   31 +-
 src/component/axis/AngleAxisView.ts                |    3 +-
 src/component/axis/AxisBuilder.ts                  |   30 +-
 src/component/axis/AxisView.ts                     |    1 -
 src/component/axis/CartesianAxisView.ts            |   17 +-
 src/component/axisPointer/AxisPointerModel.ts      |   13 +-
 src/component/axisPointer/axisTrigger.ts           |   18 +-
 src/component/axisPointer/findPointFromSeries.ts   |   29 +-
 src/component/axisPointer/viewHelper.ts            |   11 +-
 src/component/brush/BrushModel.ts                  |    1 -
 src/component/dataZoom/DataZoomModel.ts            |    1 -
 src/component/dataZoom/SliderZoomModel.ts          |   96 +-
 src/component/dataZoom/SliderZoomView.ts           |  418 ++-
 src/component/dataZoom/helper.ts                   |    1 -
 src/component/geo/GeoView.ts                       |    2 +-
 src/component/graphic.ts                           |    1 -
 src/component/helper/BrushController.ts            |    3 +-
 src/component/helper/BrushTargetManager.ts         |    1 -
 src/component/helper/MapDraw.ts                    |    3 +-
 src/component/legend/LegendView.ts                 |   22 +-
 src/component/marker/MarkAreaView.ts               |    3 +-
 src/component/marker/MarkLineView.ts               |    3 +-
 src/component/marker/MarkPointView.ts              |    2 +-
 src/component/marker/MarkerModel.ts                |   31 +-
 src/component/radar/RadarView.ts                   |    1 -
 src/component/timeline/SliderTimelineModel.ts      |   61 +-
 src/component/timeline/SliderTimelineView.ts       |  192 +-
 src/component/timeline/TimelineModel.ts            |   21 +
 src/component/title.ts                             |   10 +-
 src/component/toolbox/feature/DataZoom.ts          |   16 +-
 src/component/tooltip/TooltipHTMLContent.ts        |  103 +-
 src/component/tooltip/TooltipModel.ts              |   50 +-
 src/component/tooltip/TooltipRichContent.ts        |   21 +-
 src/component/tooltip/TooltipView.ts               |  199 +-
 src/component/visualMap/ContinuousModel.ts         |   48 +-
 src/component/visualMap/ContinuousView.ts          |  250 +-
 src/component/visualMap/PiecewiseModel.ts          |    1 -
 src/config.ts                                      |   41 -
 src/coord/Axis.ts                                  |   10 +-
 src/coord/axisCommonTypes.ts                       |   24 +-
 src/coord/axisDefault.ts                           |   32 +-
 src/coord/axisHelper.ts                            |   51 +-
 src/coord/axisTickLabelBuilder.ts                  |  147 +-
 src/coord/calendar/Calendar.ts                     |    1 -
 src/coord/cartesian/Grid.ts                        |    1 -
 src/coord/cartesian/GridModel.ts                   |    2 +-
 src/coord/cartesian/cartesianAxisHelper.ts         |    1 -
 src/coord/geo/geoCreator.ts                        |    1 -
 src/coord/geo/geoSourceManager.ts                  |    1 -
 src/coord/geo/mapDataStorage.ts                    |    1 -
 src/coord/polar/polarCreator.ts                    |    1 -
 src/coord/radar/IndicatorAxis.ts                   |    2 +
 src/coord/scaleRawExtentInfo.ts                    |    1 -
 src/data/Graph.ts                                  |    1 -
 src/data/List.ts                                   |    3 +-
 src/data/helper/dataProvider.ts                    |    1 -
 src/data/helper/dimensionHelper.ts                 |    1 -
 src/data/helper/sourceHelper.ts                    |    1 -
 src/echarts.ts                                     |  114 +-
 src/export.ts                                      |    2 +
 extension/echarts.js => src/global.d.ts            |    2 +-
 src/label/LabelManager.ts                          |    4 +-
 src/label/labelStyle.ts                            |   45 +-
 src/layout/barGrid.ts                              |   14 +-
 src/legacy/dataSelectAction.ts                     |    1 -
 .../preprocessor.ts => legacy/getTextRect.ts}      |   38 +-
 src/model/Global.ts                                |    1 -
 src/model/Series.ts                                |   71 +-
 src/model/internalComponentCreator.ts              |    1 -
 src/model/mixin/dataFormat.ts                      |    6 +-
 src/model/referHelper.ts                           |    1 -
 src/preprocessor/backwardCompat.ts                 |    1 -
 src/preprocessor/helper/compatStyle.ts             |    1 -
 src/scale/Interval.ts                              |   39 +-
 src/scale/Log.ts                                   |   11 +-
 src/scale/Ordinal.ts                               |   12 +-
 src/scale/Scale.ts                                 |    6 +-
 src/scale/Time.ts                                  |  511 ++-
 src/stream/task.ts                                 |    1 -
 src/util/animation.ts                              |    1 +
 src/util/clazz.ts                                  |    1 -
 .../dataZoomSelect.ts => util/ecData.ts}           |   27 +-
 src/util/format.ts                                 |   48 +-
 src/util/graphic.ts                                |   28 +-
 src/util/log.ts                                    |   23 +-
 src/util/model.ts                                  |    3 +-
 src/util/number.ts                                 |    2 +-
 src/util/states.ts                                 |   18 +-
 src/util/styleCompat.ts                            |    1 -
 src/util/symbol.ts                                 |    2 +-
 src/util/time.ts                                   |  275 ++
 src/util/types.ts                                  |   36 +-
 src/visual/helper.ts                               |    1 -
 test/boxplot.html                                  |    2 +-
 test/dataZoom-rainfall-inside.html                 |    7 +-
 test/line-boldWhenHover.html                       |   92 +
 test/new-tooltip.html                              | 3280 ++++++++++++++++++++
 test/timeScale-formatter.html                      |  364 +++
 test/timeScale.html                                |    9 +-
 test/timeZone.html                                 |   17 +-
 test/timeline-finance.html                         |    6 +-
 test/visualMap-scatter-symbolSize.html             |    1 +
 tsconfig.json                                      |    2 +-
 162 files changed, 6940 insertions(+), 2554 deletions(-)
 delete mode 100644 build/ec-lang-rollup-plugin.js
 create mode 100644 build/release.js
 delete mode 100644 build/remove-dev-babel-plugin.js
 delete mode 100644 build/remove-dev-rollup-plugin.js
 rename build/{remove-dev.js => transform-dev.js} (58%)
 rename {extension => extension-src}/bmap/README.md (100%)
 delete mode 100644 extension/bmap/BMapCoordSys.js
 delete mode 100644 extension/bmap/BMapModel.js
 delete mode 100644 extension/bmap/BMapView.js
 delete mode 100644 extension/bmap/bmap.js
 delete mode 100644 extension/dataTool/gexf.js
 delete mode 100644 extension/dataTool/index.js
 delete mode 100644 extension/dataTool/prepareBoxplotData.js
 delete mode 100644 extension/webpack.config.js
 delete mode 100644 src/config.ts
 rename extension/echarts.js => src/global.d.ts (93%)
 copy src/{chart/candlestick/preprocessor.ts => legacy/getTextRect.ts} (51%)
 copy src/{component/dataZoomSelect.ts => util/ecData.ts} (63%)
 create mode 100644 src/util/time.ts
 create mode 100644 test/line-boldWhenHover.html
 create mode 100644 test/new-tooltip.html
 create mode 100644 test/timeScale-formatter.html


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@echarts.apache.org
For additional commands, e-mail: commits-h...@echarts.apache.org

Reply via email to