Skip to content

Commit f0774bd

Browse files
committed
extra data removed
1 parent 0e5ad33 commit f0774bd

File tree

1 file changed

+0
-27
lines changed
  • client/packages/lowcoder-comps/src/i18n/comps/locales

1 file changed

+0
-27
lines changed

client/packages/lowcoder-comps/src/i18n/comps/locales/enObj.tsx

Lines changed: 0 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -154,35 +154,8 @@ export const enObj: I18nObjects = {
154154
],
155155

156156
defaultEchartsJsonOption: {
157-
title: {
158-
text: "Funnel Chart",
159-
left: "center",
160-
},
161-
backgroundColor: "#ffffff",
162-
color: chartColorPalette,
163-
tooltip: {
164-
trigger: "item",
165-
formatter: "{a} <br/>{b} : {c}%",
166-
},
167-
legend: {
168-
data: ["Show", "Click", "Visit", "Query", "Buy"],
169-
top: "bottom",
170-
},
171157
series: [
172158
{
173-
name: "Funnel",
174-
type: "funnel",
175-
left: "10%",
176-
top: 60,
177-
bottom: 60,
178-
width: "80%",
179-
min: 0,
180-
max: 100,
181-
gap: 2,
182-
label: {
183-
show: true,
184-
position: "inside",
185-
},
186159
data: [
187160
{ value: 100, name: "Show" },
188161
{ value: 80, name: "Click" },

0 commit comments

Comments
 (0)