Skip to content

Commit c0d276f

Browse files
committed
Merge pull request #65 from des2k7/patch-1
xaxis label autorotation fix
2 parents b1903f3 + 55bec56 commit c0d276f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

jquery.highchartTable.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -404,8 +404,8 @@
404404
},
405405
labels:
406406
{
407-
rotation: $table.data('graph-xaxis-rotation') || 0,
408-
align: $table.data('graph-xaxis-align') || 'center',
407+
rotation: $table.data('graph-xaxis-rotation') || undefined,
408+
align: $table.data('graph-xaxis-align') || undefined,
409409
enabled: typeof xAxisLabelsEnabled != 'undefined' ? xAxisLabelsEnabled : true,
410410
style: xAxisLabelStyle
411411
},

0 commit comments

Comments
 (0)