diff --git a/src/utils/getStyle.js b/src/utils/getStyle.js deleted file mode 100644 index efc89f21..00000000 --- a/src/utils/getStyle.js +++ /dev/null @@ -1,10 +0,0 @@ -// todo -// temp getStyle fix for IE -const getStyle = (prop, node) => { - const root = node || document.querySelector(':root') - const value = window.getComputedStyle(root).getPropertyValue(prop).trim() - // console.log('utils/getStyle', value) - return value -} - -export default getStyle diff --git a/src/views/dashboard/CalloutChartExample.vue b/src/views/dashboard/CalloutChartExample.vue index 93d86d79..b813ecf1 100644 --- a/src/views/dashboard/CalloutChartExample.vue +++ b/src/views/dashboard/CalloutChartExample.vue @@ -1,8 +1,7 @@