We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b1903f3 + 55bec56 commit c0d276fCopy full SHA for c0d276f
jquery.highchartTable.js
@@ -404,8 +404,8 @@
404
},
405
labels:
406
{
407
- rotation: $table.data('graph-xaxis-rotation') || 0,
408
- align: $table.data('graph-xaxis-align') || 'center',
+ rotation: $table.data('graph-xaxis-rotation') || undefined,
+ align: $table.data('graph-xaxis-align') || undefined,
409
enabled: typeof xAxisLabelsEnabled != 'undefined' ? xAxisLabelsEnabled : true,
410
style: xAxisLabelStyle
411
0 commit comments