Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.
if (functional) component.functional = true;
}
component._scopeId = scope;
return component;
}
/* style inject */
/* style inject SSR */
var CuiSimpleBarChart = __vue_normalize__$t({}, __vue_inject_styles__$t, __vue_script__$t, __vue_scope_id__$t, __vue_is_functional_template__$t, __vue_module_identifier__$t, undefined, undefined);
var script$u = {
name: 'CuiSimpleLineChart',
extends: vueChartjs.Line,
mixins: [chartMixins.generatedLabels, chartMixins.generatedBackgroundColor, chartMixins.generatedBorderColor, chartMixins.generatedPointHoverBackgroundColor, chartMixins.generatedOptions],
props: {
data: {
type: Array,
default: function _default() {
return [0, 22, 34, 46, 58, 70, 46, 23, 45, 78, 34, 12];
}
},
height: {
type: Number,
default: 40
},
label: {
type: String,
default: 'label|string'
},
if (functional) component.functional = true;
}
component._scopeId = scope;
return component;
}
/* style inject */
/* style inject SSR */
var CuiSimpleLineChart = __vue_normalize__$u({}, __vue_inject_styles__$u, __vue_script__$u, __vue_scope_id__$u, __vue_is_functional_template__$u, __vue_module_identifier__$u, undefined, undefined);
var script$v = {
name: 'CuiSimplePointedChart',
extends: vueChartjs.Line,
mixins: [chartMixins.generatedLabels, chartMixins.generatedBackgroundColor, chartMixins.generatedBorderColor, chartMixins.generatedPointHoverBackgroundColor, chartMixins.generatedOptions],
props: {
data: {
type: Array,
default: function _default() {
return [0, 22, 34, 46, 58, 70, 46, 23, 45, 78, 34, 12];
}
},
height: {
type: Number,
default: 40
},
label: {
type: String,
default: 'label|string'
},