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

Commitc559f2e

Browse files
Merge pull request#1410 from lowcoder-org/fix-lowcoder-comps
Fixed compatibility with previous versions.
2 parents6556dfc +f86c8ec commitc559f2e

File tree

3 files changed

+3
-5
lines changed

3 files changed

+3
-5
lines changed

‎client/packages/lowcoder-comps/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name":"lowcoder-comps",
3-
"version":"2.5.3",
3+
"version":"2.5.4",
44
"type":"module",
55
"license":"MIT",
66
"dependencies": {

‎client/packages/lowcoder-comps/src/comps/funnelChartComp/funnelChartConstants.tsx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ import {
1616
uiChildren,
1717
clickEvent,
1818
styleControl,
19-
EchartsStyle,
2019
EchartDefaultChartStyle,
2120
EchartDefaultTextStyle
2221
}from"lowcoder-sdk";
@@ -279,7 +278,7 @@ let chartJsonModeChildren: any = {
279278
opacity:withDefault(NumberControl,trans('funnelChart.defaultOpacity'))
280279
}
281280

282-
if(EchartsStyle){
281+
if(EchartDefaultChartStyle&&EchartDefaultTextStyle){
283282
chartJsonModeChildren={
284283
...chartJsonModeChildren,
285284
chartStyle:styleControl(EchartDefaultChartStyle,'chartStyle'),

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ import {
1616
uiChildren,
1717
clickEvent,
1818
styleControl,
19-
EchartsStyle,
2019
EchartDefaultChartStyle,
2120
EchartDefaultTextStyle
2221
}from"lowcoder-sdk";
@@ -281,7 +280,7 @@ let chartJsonModeChildren: any = {
281280
progressBarWidth:withDefault(NumberControl,trans('gaugeChart.defaultProgressBarWidth')),
282281

283282
}
284-
if(EchartsStyle){
283+
if(EchartDefaultChartStyle&&EchartDefaultTextStyle){
285284
chartJsonModeChildren={
286285
...chartJsonModeChildren,
287286
chartStyle:styleControl(EchartDefaultChartStyle,'chartStyle'),

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp