Bad markers data type #26

Open
opened 5 months ago by glitch4347 · 0 comments
Owner

in models/marker.ts

export type MarkerSerie = {
  color: string;
  data: [number, number, any][] // [x, y, payload] payload is any data for tooltip
}

it's a lie because marker can't have y param.

in `models/marker.ts` ``` export type MarkerSerie = { color: string; data: [number, number, any][] // [x, y, payload] payload is any data for tooltip } ``` it's a lie because marker can't have y param.
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.