diff --git a/package-lock.json b/package-lock.json index 3af8f5c..09fda23 100644 --- a/package-lock.json +++ b/package-lock.json @@ -5584,6 +5584,16 @@ "integrity": "sha512-l9sfDFsuqtOqKDsQdqrMRk0U85RZc0RtOR9yPI7mRVOa4FsR/BVnZ0shmQRM96Ji99kYZP/7hn1cedc1+ApsTQ==", "dev": true }, + "highcharts": { + "version": "9.0.1", + "resolved": "https://registry.npmjs.org/highcharts/-/highcharts-9.0.1.tgz", + "integrity": "sha512-0UmcCz2RmFuqfT/Igu3h5sGnkeSqqZwfuYrTzJ/htptmJAo5SSxH62NFcTjVRk+3WstoBJmoXR0v5FVGQUzK5A==" + }, + "highcharts-vue": { + "version": "1.3.5", + "resolved": "https://registry.npmjs.org/highcharts-vue/-/highcharts-vue-1.3.5.tgz", + "integrity": "sha512-By1kc3m8XoI20pMshs/ue69j4rH6eQioDPoIrtC20RTti4QyvNAx8DisGSO3GAWe9sn50hPk8NsyxcwZIGaz3Q==" + }, "highlight.js": { "version": "10.4.0", "resolved": "https://registry.npmjs.org/highlight.js/-/highlight.js-10.4.0.tgz", diff --git a/package.json b/package.json index e1cbd27..c667c89 100644 --- a/package.json +++ b/package.json @@ -18,6 +18,8 @@ "bootstrap-vue": "^2.19.0", "express": "^4.17.1", "file-saver": "^2.0.5", + "highcharts": "^9.0.1", + "highcharts-vue": "^1.3.5", "import": "^0.0.6", "jszip": "^3.5.0", "luxon": "^1.25.0", diff --git a/src/components/doclive/AdhocView.vue b/src/components/doclive/AdhocView.vue index 6281e04..b6d976b 100644 --- a/src/components/doclive/AdhocView.vue +++ b/src/components/doclive/AdhocView.vue @@ -85,7 +85,7 @@