This is an automated email from the ASF dual-hosted git repository.
ovilia pushed a change to branch release-dev
in repository https://gitbox.apache.org/repos/asf/echarts.git.
from 25f6b38 release 5.3.0
add 1c03aa3 fix(dtatsample): fix rate infinity cause range error
add 847c48e refactor(datasample): use globale function to replace type
check which include special values
add 4fe9cb0 Merge pull request #16372 from Cuiyansong/master
add a5041f6 tooltip中time类型的字段默认使用的12小时制展示,容易产生困惑,改成24小时制展示
add ddc57f4 Merge pull request #16421 from Comee/master
add 0878d30 Merge pull request #16414 from apache/release-dev
add 7189ddf Merge pull request #16441 from apache/release
add 1bb1028 fix(pie): remove unused code.
add 9b6bb68 Merge pull request #16444 from apache/remove-unused-code
add ee2d85a fix(tooltip): set content tooltip.enterable along with render
tooltip.enterable. close #16440
add b683f03 Merge pull request #16463 from fuchunhui/fix-16440
add 406c11f fix(pictorialBar): set valueLineWidth NaN value to zero.
close #16423
add fece30a Merge pull request #16469 from fuchunhui/fix-16423
add 66290cc [Feature] add borderRadius option to heatmap (#16493)
add 8ad3b74 fix(dataview): hide tooltip when data view is open, use
padding instead of inset 5px to avoid click the below layers.
add ba4d92e fix(dataview): still set `overflow` as `auto`.
add 08d010a Merge pull request #16321 from apache/fix-dataview
add 112d725 Merge pull request #16509 from apache/next
add 2317a9a fix(graphic): fix `cursor` doesn't work in `graphic`
component.
add 52e8ad3 fix(graphic): use default cursor if no cursor option is
provided.
add e4bdd30 Merge pull request #16513 from apache/fix-graphic-cursor
add c3726e1 perf(symbol): fix potential memory leak in effect symbol with
notMerge
add d6f07f1 fix code style
add 949d160 Merge pull request #16525 from apache/fix-memory-leak
add 1661f9b fix(line): using sampling with lttb, NaN point should not be
filtered. close #14689
add 071ffc2 fix(line): using sampling with lttb, use a variable instead
of an array. close #14689
add 1640cae test(line): add sampling lttb action, test connectNulls.
close #14689
add 6b40654 fix(line): optimize sampling lttb, resize newIndices count.
close 4689
add e258370 fix(line): optimize sampling lttb, remove _newIndice. close
#14689
add 6ba672d fix(line): ensure the correct order of indices, add test
case. close #14689
add fdfb46c Merge pull request #16431 from fuchunhui/fix-14689
add 2483a4b fix(line): 过滤空节点, 避免阶梯线条变为斜线
add 9615566 fix(line): fix syntax errors
add becb00f fix(line): filter null points only when using connetNull:true
add 1149be5 test: add line-step.html
add f4e1864 Merge pull request #16435 from Gyyi/master
add 6dfbaf0 fix(sunburst) set the position of label in center when angle
is 2π. close #16296
add 98819a6 fix(sunburst) set the position of label in center when angle
is 2π and r0 is 0. close #16296
add 40246ae fix(sunburst) set the position of label in center when angle
is 2π and r0 is 0. close #16296
add 3ac0562 fix(sunburst) set the position of label in center when angle
is 2π and r0 is 0. close #16296
add 1c27d45 add test case
add 194f23e change comment
add 6a42c39 Merge pull request #16425 from FrankChencc/fix-16296
add 1762a32 add korean translation
add 95ad522 Merge pull request #16582 from hijae/korean-translation
add e6490e6 fix(event): provide label index in axis events
add 4f52057 Merge branch 'master' into fix-15798
add 37b4286 feat: provide tickIndex and dataIndex
add 66c5c22 fix: dataIndex
add fdf5490 Merge pull request #16187 from apache/fix-15798
add d2b73b9 Merge pull request #16589 from apache/master
add 33e68be chore: build and release 5.3.1
No new revisions were added by this update.
Summary of changes:
dist/echarts.common.js | 125 +-
dist/echarts.common.js.map | 2 +-
dist/echarts.common.min.js | 2 +-
dist/echarts.esm.js | 206 +-
dist/echarts.esm.js.map | 2 +-
dist/echarts.esm.min.js | 4 +-
dist/echarts.js | 206 +-
dist/echarts.js.map | 2 +-
dist/echarts.min.js | 2 +-
dist/echarts.simple.js | 82 +-
dist/echarts.simple.js.map | 2 +-
dist/echarts.simple.min.js | 2 +-
i18n/langKO-obj.js | 173 +
i18n/langKO.js | 169 +
package-lock.json | 13702 ++++++++++++++++++-
package.json | 4 +-
src/chart/bar/BarSeries.ts | 4 +-
src/chart/bar/PictorialBarView.ts | 2 +-
src/chart/funnel/FunnelSeries.ts | 4 +-
src/chart/gauge/GaugeSeries.ts | 4 +-
src/chart/heatmap/HeatmapSeries.ts | 8 +-
src/chart/heatmap/HeatmapView.ts | 13 +-
src/chart/helper/EffectLine.ts | 64 +-
src/chart/helper/Symbol.ts | 10 +-
src/chart/helper/SymbolDraw.ts | 7 +-
src/chart/line/LineView.ts | 39 +-
src/chart/lines/LinesSeries.ts | 4 +-
src/chart/parallel/ParallelSeries.ts | 6 +-
src/chart/pie/PieView.ts | 6 -
src/chart/radar/RadarSeries.ts | 4 +-
src/chart/sunburst/SunburstPiece.ts | 8 +-
src/chart/themeRiver/ThemeRiverSeries.ts | 4 +-
src/chart/tree/TreeView.ts | 2 +-
src/component/axis/AxisBuilder.ts | 6 +
src/component/graphic/GraphicView.ts | 14 +-
src/component/toolbox/feature/DataView.ts | 34 +-
src/component/tooltip/TooltipView.ts | 1 +
src/core/echarts.ts | 4 +-
src/data/DataStore.ts | 16 +-
src/i18n/langKO.ts | 142 +
src/processor/dataSample.ts | 2 +-
src/util/format.ts | 2 +-
src/util/types.ts | 2 +-
test/axisLabel.html | 13 +-
test/graphic-cases.html | 57 +-
test/heatmap-borderRadius.html | 328 +
test/lib/testHelper.js | 4 +-
test/line-sampling.html | 294 +
test/{emphasis-inherit.html => line-step.html} | 65 +-
test/node/ssr.js | 20 +-
test/runTest/actions/__meta__.json | 1 +
test/runTest/actions/line-sampling.json | 1 +
.../{emphasis-inherit.html => sunburst-label.html} | 69 +-
test/tooltip-setOption.html | 51 +-
54 files changed, 15520 insertions(+), 480 deletions(-)
create mode 100644 i18n/langKO-obj.js
create mode 100644 i18n/langKO.js
create mode 100644 src/i18n/langKO.ts
create mode 100644 test/heatmap-borderRadius.html
create mode 100644 test/line-sampling.html
copy test/{emphasis-inherit.html => line-step.html} (58%)
create mode 100644 test/runTest/actions/line-sampling.json
copy test/{emphasis-inherit.html => sunburst-label.html} (60%)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]