Skip to content
Snippets Groups Projects
Verified Commit 2d4a93e6 authored by Christian Grasso's avatar Christian Grasso
Browse files

Add data labels option

parent c22a33cd
Branches
Tags 1.0.16
No related merge requests found
......@@ -76,7 +76,7 @@ $(function () {
},
},
dataLabels: {
enabled: false
enabled: {{ options.enableDataLabels ? 'true' : 'false' }}
},
stroke: {
show: true,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment