Skip to content

Commit dfbc966

Browse files
committed
Typo fix
1 parent 84a2a6c commit dfbc966

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ui/src/widgets/ui-chart/UIChart.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -715,7 +715,7 @@ export default {
715715
// ensure the data array exists
716716
if (Array.isArray(options.series[sIndex].data) === false) {
717717
options.series[sIndex].data = []
718-
]
718+
}
719719
if (this.props.xAxisType === 'category') {
720720
// for categories, we need to update the existing data point for this x-value
721721
const xIndex = options.series[sIndex].data.findIndex(d => d[0] === datapoint.x)

0 commit comments

Comments
 (0)