You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@echarts.apache.org by wa...@apache.org on 2022/07/30 18:41:07 UTC

[echarts-examples] branch gh-pages updated: fix(examples): still set `backgroundColor` as #fff for `sankey-itemstyle` example.

This is an automated email from the ASF dual-hosted git repository.

wangzx pushed a commit to branch gh-pages
in repository https://gitbox.apache.org/repos/asf/echarts-examples.git


The following commit(s) were added to refs/heads/gh-pages by this push:
     new 6006d0ab fix(examples): still set `backgroundColor` as #fff for `sankey-itemstyle` example.
6006d0ab is described below

commit 6006d0ababe49e535aa515b1670ae7380dfc671f
Author: plainheart <yh...@all-my-life.cn>
AuthorDate: Sun Jul 31 02:39:57 2022 +0800

    fix(examples): still set `backgroundColor` as #fff for `sankey-itemstyle` example.
---
 public/examples/ts/sankey-itemstyle.ts | 1 +
 1 file changed, 1 insertion(+)

diff --git a/public/examples/ts/sankey-itemstyle.ts b/public/examples/ts/sankey-itemstyle.ts
index 09bf165e..2177e3bf 100644
--- a/public/examples/ts/sankey-itemstyle.ts
+++ b/public/examples/ts/sankey-itemstyle.ts
@@ -6,6 +6,7 @@ difficulty: 2
 */
 
 option = {
+  backgroundColor: '#fff',
   title: {
     subtext: 'Data From lisachristina1234 on GitHub',
     left: 'center'


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