This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

How to adjust values on graphs

Former Member
Former Member
When my runs are uploaded to Garmin Connect and then displayed on the various graphs, I find the graph scales too large. I can't see the trend across the plot very well. If I could expand the values then I could see the trends in my runs. Is there any way to expand these values so I can get better/bigger definition my results?
  • I looked in the HTML source and guess what - they use the Highcharts, which looks customizable.

    <svg version="1.1" class="highcharts-root" style="font-family:"Lucida Grande","Lucida Sans Unicode", Arial, Helvetica, sans-serif;font-size:12px;cursor:crosshair;"
    xmlns="http://www.w3.org/2000/svg" width="1860" height="400" viewBox="0 0 1860 400">
    <desc>Created with Highcharts 6.1.4</desc>

    They don't use the newest version 8.0.0 (2019-12-10), they use 6.1.4 (2018-09-25), but it was still quite customizable.

    For sure they could at least set the max and min parameters to cut not matching data.