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

100pah pushed a change to branch fix/alignTicks-precision
in repository https://gitbox.apache.org/repos/asf/echarts.git


    from cc4bd9f44 dep: rollback @rollup/plugin-terser to 0.4.4 .
     add db12d57a6 fix: Enable axis statistics to be able to register -- 
exclude if unnecessary for code size.
     add 6de21a3a7 test: Enable echarts-examples/e2e test result to be executed 
in echarts visual test as supplementary test cases.

No new revisions were added by this update.

Summary of changes:
 .gitignore                                     |   1 +
 package.json                                   |   1 +
 src/chart/boxplot/boxplotLayout.ts             |   4 +-
 src/chart/candlestick/candlestickLayout.ts     |   4 +-
 src/chart/helper/axisSnippets.ts               |   4 +-
 src/coord/axisStatistics.ts                    | 164 +++---------------------
 src/coord/axisStatisticsMetricsImpl.ts         | 171 +++++++++++++++++++++++++
 src/layout/barCommon.ts                        |   4 +-
 test/runTest/server.js                         |  31 ++++-
 test/runTest/visual-test-copy-from-examples.js | 122 ++++++++++++++++++
 10 files changed, 352 insertions(+), 154 deletions(-)
 create mode 100644 src/coord/axisStatisticsMetricsImpl.ts
 create mode 100644 test/runTest/visual-test-copy-from-examples.js


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to