henrywhitaker3 / Speedtest-Tracker

Continuously track your internet speed
GNU General Public License v3.0
1.54k stars 121 forks source link

[Support question] graphics statistic history always empte #1153

Open IIIdefconIII opened 2 months ago

IIIdefconIII commented 2 months ago

Can someone help me out out to help me telling me how to get the table crharts? image

IIIdefconIII commented 2 months ago
# Speedtest Tracker____________________
  speedtest:
    container_name: speedtest
    image: henrywhitaker3/speedtest-tracker:latest
    restart: always
    security_opt:
      - no-new-privileges:true
    ports:
      - 8765:80
    environment:
      PUID: $PUID
      PGID: $PGID
      UMASK: $UMASK
      TZ: $TZ
      OOKLA_EULA_GDPR: "true"
    volumes:
      - $DOCKERDIR/speedtest:/config
    logging:
       driver: "json-file"
       options:
         max-file: "10"
         max-size: "200k"
IIIdefconIII commented 2 months ago

I mean there are history details on this page: Just not showing up in the graph , am i missing something?

image

svn-josh commented 2 months ago

The Graph only show last few Days. The Items in your List are Older than the graph can show. I have the same Problem

IIIdefconIII commented 2 months ago

The Graph only show last few Days. The Items in your List are Older than the graph can show. I have the same Problem

Thanks for the quick reply, aldo my grap never shows anything :) is there a workaround for this your aware of?