Skip to content

Impossible to choose a logged metric as x-axis #466

@jtourille

Description

@jtourille

Hi,

First, thanks for the work fellas, trackio is a very nice lib 🤩.

It seems that it is not possible to choose a logged metric as x-axis since the 0.20.0 rewrite. It is a very nice feature that should be kept around IMO.
I can see that the choices are limited to time and step in the Sidebar.svelte

let availableXAxes = $derived.by(() => {
let axes = ["step", "time"];
return axes;
});

Julien

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions