Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitb3e4c96

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 parent7d0bc85 commitb3e4c96

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-
exportconstChartTypeOptions=[
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-
]asconst;
56-
5738
exportconstUIEventOptions=[
5839
{
5940
label:trans("chart.select"),

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp