Sign in
简柏林
/
thingskit-view
·
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
f51d6c53b2478d048136a7c2b2bd920676661db9
Authored by
fengwotao
2023-07-04 11:48:57 +0800
1 parent
8ac6c135
feat(src/packages): 图表双折线支持导入多个数据源
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
src/packages/components/external/Charts/Lines/OverrideLineGradients/index.vue
src/packages/components/external/Charts/Lines/OverrideLineGradients/index.vue
View file @
f51d6c5
...
...
@@ -6,6 +6,9 @@
6
6
:option="option.value"
7
7
:manual-update="isPreview()"
8
8
autoresize
9
+
:update-options="{
10
+
replaceMerge: replaceMergeArr
11
+
}"
9
12
@mouseover="handleHighlight"
10
13
@mouseout="handleDownplay"
11
14
></v-chart>
...
...