Skip to content

Commit 00736c4

Browse files
committed
Merge pull request highchartTable#43 from agallou/show-in-legend
added option to display legend for pie charts
2 parents 4b1d318 + 611c421 commit 00736c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jquery.highchartTable.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -432,7 +432,7 @@
432432
dataLabels: {
433433
enabled: true
434434
},
435-
showInLegend: 0,
435+
showInLegend: $table.data('graph-pie-show-in-legend') == '1',
436436
size: '80%'
437437
},
438438
series: {

0 commit comments

Comments
 (0)