Created
May 3, 2016 14:15
-
-
Save darklilium/5e442ce98e1a8b9f8fda52c342c7f67e to your computer and use it in GitHub Desktop.
How to make stacked column graph to show total data value on top
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| stackLabels: { | |
| enabled: true, | |
| style: { | |
| fontWeight: 'bold', | |
| color:'black' | |
| } | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment