mirror of
https://gitee.com/antv/g6.git
synced 2024-11-29 18:28:19 +08:00
docs: fix demo (#5832)
This commit is contained in:
parent
d93586373e
commit
18590a509f
@ -4,6 +4,7 @@ const themes = {
|
||||
'🌞 Light': {
|
||||
theme: 'light',
|
||||
node: {
|
||||
style: { size: 4 },
|
||||
palette: {
|
||||
type: 'group',
|
||||
field: 'cluster',
|
||||
@ -14,6 +15,7 @@ const themes = {
|
||||
'🌚 Dark': {
|
||||
theme: 'dark',
|
||||
node: {
|
||||
style: { size: 4 },
|
||||
palette: {
|
||||
type: 'group',
|
||||
field: 'cluster',
|
||||
@ -24,6 +26,7 @@ const themes = {
|
||||
'🌎 Blue': {
|
||||
theme: 'light',
|
||||
node: {
|
||||
style: { size: 4 },
|
||||
palette: {
|
||||
type: 'group',
|
||||
field: 'cluster',
|
||||
@ -37,6 +40,7 @@ const themes = {
|
||||
background: '#fcf9f1',
|
||||
theme: 'light',
|
||||
node: {
|
||||
style: { size: 4 },
|
||||
palette: {
|
||||
type: 'group',
|
||||
field: 'cluster',
|
||||
|
Loading…
Reference in New Issue
Block a user