From 28e4688a6b8575589e90cdb107acf70a09b4801a Mon Sep 17 00:00:00 2001 From: John Cardinal Date: Thu, 3 Mar 2022 22:20:12 +0000 Subject: [PATCH] removed unusued chart-pie control but kept commented in place just in case and will keep the source pie control too --- ayanova/src/main.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ayanova/src/main.js b/ayanova/src/main.js index 395d6347..ac4905a2 100644 --- a/ayanova/src/main.js +++ b/ayanova/src/main.js @@ -56,7 +56,7 @@ 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 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 +189,7 @@ 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-pie", chartPieControl); Vue.component("gz-chart-bar", chartBarControl); Vue.component("gz-chart-bar-horizontal", chartBarHorizontalControl); //3rd party components