feat: add custom config for graphs

This commit is contained in:
Qiuxia Fan
2022-01-12 23:04:31 +08:00
parent 8435beda35
commit 8d0acfa1e0
16 changed files with 303 additions and 77 deletions

View File

@@ -48,6 +48,7 @@ limitations under the License. -->
:intervalTime="appStoreWithOut.intervalTime"
:data="state.source"
:config="data.graph"
:standard="data.standard"
/>
</div>
<div v-else class="no-data">{{ t("noData") }}</div>