From 00d1d9e63d9e5fec21c894347db076e3b0eb0585 Mon Sep 17 00:00:00 2001 From: John Cardinal Date: Thu, 3 Mar 2022 22:21:29 +0000 Subject: [PATCH] Actually, don't need chart pie control can refer back to this commit if decide to use it in future --- ayanova/src/components/chart-pie-control.vue | 43 -------------------- ayanova/src/main.js | 2 - 2 files changed, 45 deletions(-) delete mode 100644 ayanova/src/components/chart-pie-control.vue diff --git a/ayanova/src/components/chart-pie-control.vue b/ayanova/src/components/chart-pie-control.vue deleted file mode 100644 index 16b545f7..00000000 --- a/ayanova/src/components/chart-pie-control.vue +++ /dev/null @@ -1,43 +0,0 @@ - diff --git a/ayanova/src/main.js b/ayanova/src/main.js index ac4905a2..6474fc49 100644 --- a/ayanova/src/main.js +++ b/ayanova/src/main.js @@ -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