Skip to content

Commit a29c209

Browse files
committed
Merge pull request #26 from ratibus/master
Zoom type option available
2 parents 42c808b + e887d58 commit a29c209

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

jquery.highchartTable.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -333,7 +333,8 @@
333333
marginBottom: typeof marginBottom != 'undefined' ? marginBottom : null,
334334
marginLeft: typeof marginLeft != 'undefined' ? marginLeft : null,
335335
spacingTop: $table.data('graph-spacing-top') || 10,
336-
height: $table.data('graph-height') || null
336+
height: $table.data('graph-height') || null,
337+
zoomType: $table.data('graph-zoom-type') || null
337338
},
338339
title: {
339340
text: graphTitle

0 commit comments

Comments
 (0)