We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c113ea6 commit b93d0cbCopy full SHA for b93d0cb
client/packages/lowcoder/src/comps/controls/styleControlConstants.tsx
@@ -1314,6 +1314,15 @@ export const DrawerStyle = [getBackground()] as const
1314
1315
export const JsonEditorStyle = [LABEL] as const;
1316
1317
+export const EchartsStyle = [
1318
+ getBackground("primarySurface"),
1319
+ {
1320
+ name: "color",
1321
+ label: trans("color"),
1322
+ color: "#4C64D9",
1323
+ },
1324
+] as const;
1325
+
1326
export const CalendarStyle = [
1327
getBackground("primarySurface"),
1328
{
0 commit comments