Skip to content

Commit

Permalink
Merge pull request #65 from des2k7/patch-1
Browse files Browse the repository at this point in the history
xaxis label autorotation fix
  • Loading branch information
agallou committed Dec 6, 2015
2 parents b1903f3 + 55bec56 commit c0d276f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions jquery.highchartTable.js
Original file line number Diff line number Diff line change
Expand Up @@ -404,8 +404,8 @@
},
labels:
{
rotation: $table.data('graph-xaxis-rotation') || 0,
align: $table.data('graph-xaxis-align') || 'center',
rotation: $table.data('graph-xaxis-rotation') || undefined,
align: $table.data('graph-xaxis-align') || undefined,
enabled: typeof xAxisLabelsEnabled != 'undefined' ? xAxisLabelsEnabled : true,
style: xAxisLabelStyle
},
Expand Down

0 comments on commit c0d276f

Please sign in to comment.