Skip to content

Commit bbecb56

Browse files
committed
added graph-yaxis-%ynumber%-stacklabels-enabled attribute
1 parent 38f5b70 commit bbecb56

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

jquery.highchartTable.js

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -260,7 +260,10 @@
260260
rotation: $table.data('graph-yaxis-'+yAxisNum+'-rotation') || 0
261261
},
262262
startOnTick: $table.data('graph-yaxis-'+yAxisNum+'-start-on-tick') !== "0",
263-
endOnTick: $table.data('graph-yaxis-'+yAxisNum+'-end-on-tick') !== "0"
263+
endOnTick: $table.data('graph-yaxis-'+yAxisNum+'-end-on-tick') !== "0",
264+
stackLabels : {
265+
enabled: $table.data('graph-yaxis-'+yAxisNum+'-stacklabels-enabled') == '1'
266+
}
264267
};
265268

266269
var callableYAxisFormatter = getCallable(table, 'graph-yaxis-'+yAxisNum+'-formatter-callback');

0 commit comments

Comments
 (0)