Hi,
I am relatively new to scripting.
I want to create a dashboard with a few reports and I would like to run it every week with the updated data table (it is weekly analysis report). I have managed to autoscale the axis of the graphs (x axis is week , y axis is count) by removing min and max values in the script, and it works well with the updated data table when I run the graph builder script itself. However, when i run the same script in the dashboard jsl, it won't autoscale the axis, i cannot see the latest week.
can someone help please