This is an automated email from the ASF dual-hosted git repository.
shenyi pushed a change to branch dataset-perf
in repository https://gitbox.apache.org/repos/asf/echarts.git.
from 4ea973b style: improve comments
add 95c870b feat(colorBy): provide option.colorBy #13731
add d0ab638 Merge branch 'master' into feat-colorBy
add a89fa16 Merge branch 'master' into feat-colorBy
add 55290e6 feat: colorBy in all series
add d07e831 feat: general series using palette on series or data
add 3934224 feat: colorBy with sunburst
add 74535c8 WIP(colorBy): treemap colorBy WIP
add a6a5eea merge
add a263fca Merge branch 'master' into feat-colorBy
add f0fcf77 merge
add 02eac81 fix(colorBy): fix custom color using palette
add 46b45f2 fix(colorBy): make treemap result unchanged
add abaee6a fix(colorBy): revert chagnes in sunburst
add 036bf3c fix(colorBy): fix tree and sankey
add 2c80de2 fix(colorBy): support only series and data
add e7fab2a merge
add c861125 style: remove unused comment
add 4b3db17 fix(colorBy): isColorBySeries method
add 81f0ef4 fix(radar): lineStyle.join default round #13201
add 19834cf Merge pull request #15381 from apache/fix-radar
add 460f139 Merge branch 'master' into feat-colorBy
add c6e9915 fix(colorBy): add colorBy in series
add b9df6eb style(colorBy): remove empty lines
add 1fb0d6f Merge pull request #13788 from apache/feat-colorBy
add 38e88ec fix(colorBy): remove test case
add 3be6438 Merge pull request #15382 from apache/feat-colorBy
add 5e8fd8e fix(candlestick): fix overflow data access in tooltip.
add 72c62ce Merge pull request #15383 from apache/fix-candlestick-tooltip
add 8766830 Merge branch 'master' into dataset-perf
No new revisions were added by this update.
Summary of changes:
src/chart/funnel/FunnelSeries.ts | 3 +-
src/chart/gauge/GaugeSeries.ts | 4 +-
src/chart/lines/LinesSeries.ts | 1 +
src/chart/pie/PieSeries.ts | 4 +-
src/chart/radar/RadarSeries.ts | 6 +-
src/chart/sunburst/SunburstSeries.ts | 6 +-
src/chart/sunburst/sunburstVisual.ts | 12 +-
src/chart/themeRiver/ThemeRiverSeries.ts | 3 +-
src/chart/treemap/TreemapSeries.ts | 9 +-
src/component/tooltip/TooltipView.ts | 11 +-
src/data/Tree.ts | 16 ++
src/model/Series.ts | 15 +-
src/model/globalDefault.ts | 13 +-
src/util/types.ts | 8 +
src/visual/aria.ts | 10 +-
src/visual/style.ts | 17 +-
test/colorBy.html | 233 ++++++++++++++++
test/line-case.html | 460 +++++++++++++++++++++++++++++++
test/radar4.html | 48 ++++
19 files changed, 830 insertions(+), 49 deletions(-)
create mode 100644 test/colorBy.html
create mode 100644 test/line-case.html
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]