Skip to content

Commit b93d0cb

Browse files
committed
echart styles
1 parent c113ea6 commit b93d0cb

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

client/packages/lowcoder/src/comps/controls/styleControlConstants.tsx

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1314,6 +1314,15 @@ export const DrawerStyle = [getBackground()] as const
13141314

13151315
export const JsonEditorStyle = [LABEL] as const;
13161316

1317+
export const EchartsStyle = [
1318+
getBackground("primarySurface"),
1319+
{
1320+
name: "color",
1321+
label: trans("color"),
1322+
color: "#4C64D9",
1323+
},
1324+
] as const;
1325+
13171326
export const CalendarStyle = [
13181327
getBackground("primarySurface"),
13191328
{

0 commit comments

Comments
 (0)