I am clueless. I have done some research on how to display exact values on the y-axis and on top of the graph, and found the following:
Display exact values?
Determines whether to display a shortened, rounded version of the values on the top of the graph, to save space; false indicates that it may. Click on the pull-down menu to the right to view and choose a value. For example, if set to false, > 56123.45 might be displayed as 56.12k.
I can neither find such "pull-down menu" nor any other settings for displaying an exact value instead of the rounded version. I know this is possible when using the script externally and building your graph using the google script library, but my data is within a sheet which means I am creating the graph using Google Drive not a webstie and the values to be displayed are bigger than 1000. I gave this little importance until I realized that when I hover over the chart although the lines go up and down (for bigger and smaller values respectivaly) the value displayed on top of the chart for most of the points are the same given that they vary by decimals.
I tried dividing the values by 1000 and displaying them in decimal form with a suffix which will say "units (x1000)" but the effect is still the same, they are rounded to 2 dp.
I also tried to change the format of the cells which contain the values and nothing happened. Is there a specific way or method to use this "Display exact values?" within Google Drive? Is there any settings I have missed out on? I am also open to using google script if there is any code which will change the settings of the chart to fully display the values.
Best regards!!