[GitHub] [echarts] pissang commented on a change in pull request #15601: Add support for StreamGraph algorithm#14643

2021-09-30 Thread GitBox
pissang commented on a change in pull request #15601: URL: https://github.com/apache/echarts/pull/15601#discussion_r719081919 ## File path: src/chart/themeRiver/themeRiverLayout.ts ## @@ -131,35 +138,42 @@ function doThemeRiverLayout(data: SeriesData, seriesModel function

[GitHub] [echarts] pissang commented on a change in pull request #15601: Add support for StreamGraph algorithm#14643

2021-09-30 Thread GitBox
pissang commented on a change in pull request #15601: URL: https://github.com/apache/echarts/pull/15601#discussion_r719081919 ## File path: src/chart/themeRiver/themeRiverLayout.ts ## @@ -131,35 +138,42 @@ function doThemeRiverLayout(data: SeriesData, seriesModel function

[GitHub] [echarts] pissang commented on a change in pull request #15601: Add support for StreamGraph algorithm#14643

2021-09-30 Thread GitBox
pissang commented on a change in pull request #15601: URL: https://github.com/apache/echarts/pull/15601#discussion_r719081593 ## File path: src/chart/themeRiver/ThemeRiverSeries.ts ## @@ -69,6 +69,11 @@ export interface ThemeRiverSeriesOption extends SeriesOption

[GitHub] [echarts] pissang commented on a change in pull request #15601: Add support for StreamGraph algorithm#14643

2021-09-29 Thread GitBox
pissang commented on a change in pull request #15601: URL: https://github.com/apache/echarts/pull/15601#discussion_r718998608 ## File path: src/chart/themeRiver/themeRiverLayout.ts ## @@ -95,7 +96,16 @@ function doThemeRiverLayout(data: SeriesData, seriesModel });

[GitHub] [echarts] pissang commented on a change in pull request #15601: Add support for StreamGraph algorithm#14643

2021-09-13 Thread GitBox
pissang commented on a change in pull request #15601: URL: https://github.com/apache/echarts/pull/15601#discussion_r707931734 ## File path: src/chart/themeRiver/ThemeRiverSeries.ts ## @@ -18,9 +18,9 @@ */ import SeriesModel from '../../model/Series'; -import