You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@echarts.apache.org by GitBox <gi...@apache.org> on 2021/09/14 05:52:01 UTC

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

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 prepareSeriesDataSchema from '../../data/helper/createDimensions';
+import createDimensions from '../../data/helper/createDimensions';
 import {getDimensionTypeByAxis} from '../../data/helper/dimensionHelper';
-import SeriesData from '../../data/SeriesData';
+import List from '../../data/List';

Review comment:
       Should update the code to the latest




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@echarts.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@echarts.apache.org
For additional commands, e-mail: commits-help@echarts.apache.org