telly Posted April 27, 2019 Report Share Posted April 27, 2019 Hi - I need help to increase the thickness of the chart line(I'm using line Chart DataPage). Thanks in advance. Quote Link to comment Share on other sites More sharing options...
0 SunakoChan Posted April 27, 2019 Report Share Posted April 27, 2019 Hi @telly, For you to be able to adjust the thickness of the line. On your DataPage header paste the script below (note: disable first your Html editor before pasting the script). <style> path.highcharts-graph { stroke-width:18; } </style> Just adjust the width that you prefer. Quote Link to comment Share on other sites More sharing options...
0 telly Posted April 27, 2019 Author Report Share Posted April 27, 2019 Hi - Thank you. Also, how can I change the background color of my chart? Regards, Telly Quote Link to comment Share on other sites More sharing options...
0 SunakoChan Posted April 27, 2019 Report Share Posted April 27, 2019 You can easily change the background color scheme for your chart under Style > Chart > Setting > Values > Background Options . Quote Link to comment Share on other sites More sharing options...
0 SunakoChan Posted May 4, 2019 Report Share Posted May 4, 2019 Hi telly - When you are adding style/ CSS on your DataPage, sometimes you need to add !important (When the !important keyword is used on a specific property/value pair, it will cause that particular value to escape the cascade and become, as the name suggests, the most important value for that property, overriding any others.). Check this link: https://www.impressivewebs.com/everything-you-need-to-know-about-the-important-css-declaration/ Quote Link to comment Share on other sites More sharing options...
Question
telly
Hi - I need help to increase the thickness of the chart line(I'm using line Chart DataPage).
Thanks in advance.
Link to comment
Share on other sites
4 answers 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.