Skip to content

Graph Skewed 1970 Bug #1

@ClaudeShannon16

Description

@ClaudeShannon16

Issue:
Intermittent bug causing a single data point to show as timestamp 1970-01-01, skewing the entire graph.

Example Screenshot:
Image

Fix:
Filter out any data points dated before 2025-01-01 on the following:

FLP Yield Data page

Game Stats page

Starting Points in Code:

FLP Yield Data page:

.filter(d => d.amount > 0) // Only show positive yields

Game Stats page:

const fetchData = async () => {

Note:
Any timestamp before 2025 is considered irrelevant and should be excluded from graph rendering.

Let me know if you want help formatting this as a pull request description or commit message too.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions