Actually, don't need chart pie control can refer back to this commit if decide to use it in future

This commit is contained in:
2022-03-03 22:21:29 +00:00
parent 28e4688a6b
commit 00d1d9e63d
2 changed files with 0 additions and 45 deletions

View File

@@ -56,7 +56,6 @@ import reportSelectorControl from "./components/report-control.vue";
import wikiControl from "./components/wiki-control.vue";
import attachmentControl from "./components/attachment-control.vue";
import chartLineControl from "./components/chart-line-control.vue";
//import chartPieControl from "./components/chart-pie-control.vue";
import chartBarControl from "./components/chart-bar-control.vue";
import chartBarHorizontalControl from "./components/chart-bar-horizontal-control.vue";
@@ -189,7 +188,6 @@ Vue.component("gz-extensions", extensionsControl);
Vue.component("gz-wiki", wikiControl);
Vue.component("gz-attachments", attachmentControl);
Vue.component("gz-chart-line", chartLineControl);
//Vue.component("gz-chart-pie", chartPieControl);
Vue.component("gz-chart-bar", chartBarControl);
Vue.component("gz-chart-bar-horizontal", chartBarHorizontalControl);
//3rd party components