From f2816745e7c88b84c74c4c8d8f8cb388aafa8ae4 Mon Sep 17 00:00:00 2001 From: lang Date: Tue, 7 Jun 2016 11:46:34 +0800 Subject: [PATCH] Graph use global color palette --- src/chart/graph/GraphSeries.js | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/chart/graph/GraphSeries.js b/src/chart/graph/GraphSeries.js index abb1427c1..6c630a406 100644 --- a/src/chart/graph/GraphSeries.js +++ b/src/chart/graph/GraphSeries.js @@ -151,9 +151,6 @@ define(function (require) { zlevel: 0, z: 2, - color: ['#61a0a8', '#d14a61', '#fd9c35', '#675bba', '#fec42c', - '#dd4444', '#fd9c35', '#cd4870'], - coordinateSystem: 'view', // Default option for all coordinate systems -- GitLab