TroubleShooter Posted June 23, 2019 Report Share Posted June 23, 2019 Hi Is it possible to show the Grand Total of each row in this chart? Hope someone can help Thanks, TS Quote Link to comment Share on other sites More sharing options...
0 DefinitelyNot31337 Posted June 23, 2019 Report Share Posted June 23, 2019 Hello there TS, Try adding this script in the Footer of your DataPage. <script> document.addEventListener('DataPageReady', function() { Highcharts.charts[0].yAxis[0].update({ stackLabels: { enabled: true, style: { fontWeight: 'bold', color:'black' } }}) }); </script> Works for me. Hope it does for you. DN31337! Quote Link to comment Share on other sites More sharing options...
Question
TroubleShooter
Hi
Is it possible to show the Grand Total of each row in this chart?
Hope someone can help
Thanks,
TS
Link to comment
Share on other sites
1 answer to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.