Vitalikssssss Posted July 20, 2018 Report Share Posted July 20, 2018 Hi everyone, Does anyone have a Javascript solution which can hide Line series on page load? So, the chart will look like this: I did find this option in DP wizard. Thanks, vitalikssssss Quote Link to comment Share on other sites More sharing options...
Alison Posted July 20, 2018 Report Share Posted July 20, 2018 Hi vitalikssssss, Try to put the following code into the Footer element: <script type="text/javascript"> document.addEventListener('DataPageReady', function (v_e) { try{Highcharts.charts[0].series.forEach(function(seria){seria.hide()}); }catch(v_e){} }); </script><script type="text/javascript"> document.addEventListener('DataPageReady', function (v_e) { try{Highcharts.charts[0].series.forEach(function(seria){seria.hide()}); }catch(v_e){} }); </script> Quote Link to comment Share on other sites More sharing options...
IamNatoyThatLovesYou Posted January 3 Report Share Posted January 3 Hi everyone, just wanted to share this other solution as well that may help. Quote Link to comment Share on other sites More sharing options...
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.