We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 42c808b commit e887d58Copy full SHA for e887d58
jquery.highchartTable.js
@@ -333,7 +333,8 @@
333
marginBottom: typeof marginBottom != 'undefined' ? marginBottom : null,
334
marginLeft: typeof marginLeft != 'undefined' ? marginLeft : null,
335
spacingTop: $table.data('graph-spacing-top') || 10,
336
- height: $table.data('graph-height') || null
+ height: $table.data('graph-height') || null,
337
+ zoomType: $table.data('graph-zoom-type') || null
338
},
339
title: {
340
text: graphTitle
0 commit comments