We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b0df9fa commit 55bec56Copy full SHA for 55bec56
jquery.highchartTable.js
@@ -381,8 +381,8 @@
381
},
382
labels:
383
{
384
- rotation: $table.data('graph-xaxis-rotation') || 0,
385
- align: $table.data('graph-xaxis-align') || 'center',
+ rotation: $table.data('graph-xaxis-rotation') || undefined,
+ align: $table.data('graph-xaxis-align') || undefined,
386
enabled: typeof xAxisLabelsEnabled != 'undefined' ? xAxisLabelsEnabled : true,
387
style: xAxisLabelStyle
388
0 commit comments