Sign in
简柏林
/
thingskit-scada
·
Commits
GitLab
Go to dashboard
Project
Activity
Files
Commits
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Network
Download as
Email Patches
Plain Diff
Browse Files
Commit
6c60d600f80c51670876e9bbfcc193729fffb7dc
Authored by
ww
2022-08-05 16:55:16 +0800
1 parent
a6e4cecb
fix: dashborad chart component splitNumber can not to integer
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
src/main/webapp/js/diagramly/sidebar/thingskit/Sidebar-Charts.js
src/main/webapp/js/diagramly/sidebar/thingskit/Sidebar-Charts.js
View file @
6c60d60
...
...
@@ -416,7 +416,7 @@
416
416
endAngle
:
-
20
,
417
417
min
:
0
,
418
418
max
:
100
,
419
-
splitNumber
:
1
2
,
419
+
splitNumber
:
1
0
,
420
420
itemStyle
:
{
421
421
color
:
'#FFAB91'
422
422
},
...
...