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 e6c34e2 commit 5bc8537Copy full SHA for 5bc8537
resources/js/columnChart.js
@@ -14,7 +14,7 @@ const columnChart = () => {
14
this.chart.destroy()
15
}
16
17
- const title = component.get('columnChartModel.title');
+ const title = component.get('columnChartModel.title')
18
const animated = component.get('columnChartModel.animated') || false;
19
const onColumnClickEventName = component.get('columnChartModel.onColumnClickEventName')
20
const dataLabels = component.get('columnChartModel.dataLabels') || {};
@@ -84,7 +84,7 @@ const columnChart = () => {
84
85
yaxis: {
86
title: {
87
- text: component.get('columnChartModel.title'),
+ text: title,
88
89
},
90
0 commit comments