We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1998893 commit 92d30edCopy full SHA for 92d30ed
packages/coreui-vue-chartjs/src/CChart.ts
@@ -135,12 +135,6 @@ const CChart = defineComponent({
135
: { datasets: [] }
136
: merge({}, props.data),
137
)
138
- // const computedData =
139
- // typeof props.data === 'function'
140
- // ? canvasRef.value
141
- // ? props.data(canvasRef.value)
142
- // : { datasets: [] }
143
- // : merge({}, props.data)
144
145
const renderChart = () => {
146
if (!canvasRef.value) return
0 commit comments