Skip to content

Not Displaying Graphs or Tables on Dashboard #74

@HungrySama17

Description

@HungrySama17

Running the dashboard for the first time and it looked empty, the following change needs to be made for the dashboard graphs and tables to appear on the page:

dashboard.py:

745 -    selectedModels.has(r.model) && (!cutoff || r.day >= cutoff)                                  
745 +    selectedModels.has(r.model) && (!start || r.day >= start) && (!end || r.day <= end)   

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions