Commit f51d6c53b2478d048136a7c2b2bd920676661db9
1 parent
8ac6c135
feat(src/packages): 图表双折线支持导入多个数据源
Showing
1 changed file
with
3 additions
and
0 deletions
| @@ -6,6 +6,9 @@ | @@ -6,6 +6,9 @@ | ||
| 6 | :option="option.value" | 6 | :option="option.value" |
| 7 | :manual-update="isPreview()" | 7 | :manual-update="isPreview()" |
| 8 | autoresize | 8 | autoresize |
| 9 | + :update-options="{ | ||
| 10 | + replaceMerge: replaceMergeArr | ||
| 11 | + }" | ||
| 9 | @mouseover="handleHighlight" | 12 | @mouseover="handleHighlight" |
| 10 | @mouseout="handleDownplay" | 13 | @mouseout="handleDownplay" |
| 11 | ></v-chart> | 14 | ></v-chart> |