Custom range example #57

Open
opened 1 month ago by glitch4347 · 0 comments
Owner

we have

export declare enum AxisFormat {
    TIME = "time",
    NUMERIC = "numeric",
    STRING = "string",
    CUSTOM = "custom"
}

let's make example when it's CUSTOM. I am just interested how it can work

we have ``` export declare enum AxisFormat { TIME = "time", NUMERIC = "numeric", STRING = "string", CUSTOM = "custom" } ``` let's make example when it's CUSTOM. I am just interested how it can work
Sign in to join this conversation.
No Label
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date

No due date set.

Dependencies

This issue currently doesn't have any dependencies.

Loading…
There is no content yet.