Skip to content

Commit d17f767

Browse files
committed
fix horizontal bar charts
1 parent da1d703 commit d17f767

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sqlpage/sqlpage.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ function sqlpage_chart() {
126126
tooltip: {
127127
fillSeriesColor: false,
128128
},
129-
bar: { horizontal: !!data.horizontal },
129+
plotOptions: { bar: { horizontal: !!data.horizontal } },
130130
colors,
131131
series,
132132
};

0 commit comments

Comments
 (0)