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 <[email protected]>
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: [email protected]
For additional commands, e-mail: [email protected]