We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 79988a0 + 497fbbe commit cae7592Copy full SHA for cae7592
jquery.highchartTable.js
@@ -347,7 +347,10 @@
347
{
348
rotation: $table.data('graph-xaxis-rotation') || 0,
349
align: $table.data('graph-xaxis-align') || 'center',
350
- enabled: typeof xAxisLabelsEnabled != 'undefined' ? xAxisLabelsEnabled : true
+ enabled: typeof xAxisLabelsEnabled != 'undefined' ? xAxisLabelsEnabled : true,
351
+ style: {
352
+ fontSize: $table.data('graph-xaxis-labels-font-size') || '100%'
353
+ }
354
},
355
startOnTick: $table.data('graph-xaxis-start-on-tick'),
356
endOnTick: $table.data('graph-xaxis-end-on-tick'),
0 commit comments