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

sushuang pushed a change to branch release
in repository https://gitbox.apache.org/repos/asf/echarts.git


    from f903bf2d4 Merge pull request #21436 from apache/fix/scatter-large-stuck
     add 491aacdd3 fix(marker): fix marker fails to render with dataset and 
encode due to storeDimIndex mismatch.
     add 4980c4400 test(marker): add test case for rendering markers with 
dataset and encode
     add 4d3fff8b5 seriesData: supplementarily fix omit unused and clarify the 
code.
     new 59f3f9a4d Merge pull request #21439 from apache/fix/marker-dataset

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 src/component/marker/MarkAreaView.ts  |   4 +-
 src/component/marker/MarkLineView.ts  |   9 +-
 src/component/marker/MarkPointView.ts |   9 +-
 src/data/SeriesData.ts                |  18 +--
 src/data/SeriesDimensionDefine.ts     |  16 ++
 src/data/helper/createDimensions.ts   |   6 +-
 test/marker-dataset-encode.html       | 283 ++++++++++++++++++++++++++++++++++
 test/series-omitUnusedDimensions.html |   4 +-
 8 files changed, 326 insertions(+), 23 deletions(-)
 create mode 100644 test/marker-dataset-encode.html


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

Reply via email to