Skip to content

Commit 0df8a6f

Browse files
committed
fix: linter fixes
1 parent d5f8228 commit 0df8a6f

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

src/generateChartComponent.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
import Chart from 'chart.js'
2-
import { deepObjectsMerge } from '@coreui/coreui/dist/js/coreui-utilities'
32
import { customTooltips } from '@coreui/coreui-plugin-chartjs-custom-tooltips'
43

54
export default function generateChartComponent (name, type) {

src/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ const CoreuiVueCharts = {
2222
CChartBar, CChartLine, CChartDoughnut,
2323
CChartRadar, CChartPie,CChartPolarArea
2424
]) {
25-
Vue.component(component, Components[component])
25+
Vue.component(component, component)
2626
}
2727
}
2828
}

0 commit comments

Comments
 (0)