From 30b784fde7ebd738209a5c6a72ae10a80ac5408d Mon Sep 17 00:00:00 2001 From: Kener Date: Fri, 26 Dec 2014 18:00:32 +0800 Subject: [PATCH] macarons optimize --- doc/example/theme/macarons.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/example/theme/macarons.js b/doc/example/theme/macarons.js index ef6b13cc4..75c28989a 100644 --- a/doc/example/theme/macarons.js +++ b/doc/example/theme/macarons.js @@ -20,7 +20,7 @@ var theme = { // 值域 dataRange: { itemWidth: 15, - color: ['#2ec7c9','#b6a2de'] + color: ['#5ab1ef','#e0ffff'] }, // 工具箱 -- GitLab