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 2020/12/21 22:45:30 UTC

[GitHub] [incubator-echarts] chfw commented on a change in pull request #13788: feat(colorBy): provide option.colorBy #13731

chfw commented on a change in pull request #13788:
URL: https://github.com/apache/incubator-echarts/pull/13788#discussion_r546966702



##########
File path: src/chart/pie/PieSeries.ts
##########
@@ -122,12 +122,11 @@ class PieSeriesModel extends SeriesModel<PieSeriesOption> {
 
     static type = 'series.pie' as const;
 
-    useColorPaletteOnData = true;
-
     /**
      * @overwrite
      */
     init(option: PieSeriesOption): void {
+        console.log('init');

Review comment:
       I assume this is a debug print. Does echarts build remove console log automatically?




----------------------------------------------------------------
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.

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