it("renders the time axis", () => {
    renderTrendgraph()
    expect(screen.getAllByText(/Time/).length).toBe(1)
})