Skip to content

Commit b3e4c96

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 7d0bc85 commit b3e4c96

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
@@ -35,25 +35,6 @@ import { i18nObjs, trans } from "i18n/comps";
3535
import { GaugeChartConfig } from "../chartComp/chartConfigs/gaugeChartConfig";
3636
import { EchartsTitleConfig } from "comps/chartComp/chartConfigs/echartsTitleConfig";
3737

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

0 commit comments

Comments
 (0)