Skip to content

Commit 912b631

Browse files
committed
Added Stage Speed Gauge, Grade Gauge, Temperature Gauge chart, Multi Title Gauge, Ring Gauge, Gauge Barometer chart to gauge chart(not editing).
1 parent 8970461 commit 912b631

File tree

2 files changed

+557
-51
lines changed

2 files changed

+557
-51
lines changed

client/packages/lowcoder-comps/src/comps/gaugeChartComp/gaugeChartConstants.tsx

Lines changed: 0 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -34,25 +34,6 @@ import { i18nObjs, trans } from "i18n/comps";
3434
import { GaugeChartConfig } from "../chartComp/chartConfigs/gaugeChartConfig";
3535
import { EchartsTitleConfig } from "comps/chartComp/chartConfigs/echartsTitleConfig";
3636

37-
export const ChartTypeOptions = [
38-
{
39-
label: trans("chart.bar"),
40-
value: "bar",
41-
},
42-
{
43-
label: trans("chart.line"),
44-
value: "line",
45-
},
46-
{
47-
label: trans("chart.scatter"),
48-
value: "scatter",
49-
},
50-
{
51-
label: trans("chart.pie"),
52-
value: "pie",
53-
},
54-
] as const;
55-
5637
export const UIEventOptions = [
5738
{
5839
label: trans("chart.select"),

0 commit comments

Comments
 (0)