This commit is contained in:
Henry Jordan
2021-08-26 21:12:39 +00:00
parent c2964561d0
commit 6c7f1d4704
2 changed files with 18 additions and 0 deletions

View File

@@ -50,9 +50,15 @@ export default {
updated() {},
beforeCreate() {},
methods: {
/**
* Change level in drill down
*/
changeLevel(lv) {
this.level = lv;
},
/**
* update data in charts
*/
updateVueChart(lv) {
this.$refs["pm-vue-chart"].onChangeLevel(lv);
},