Skip to content

Support for timestamp labels #10

Description

@benmccann

Data specifies labels as a List<String>. However, the labels that I have are of type long representing milliseconds since the epoch for use in a time scale.

Here's an example of what I'm trying to do:
http://www.chartjs.org/samples/latest/scales/time/financial.html

I'm not sure if the solution is to change labels to a List<?> or to add a type parameter to Data specifying the label type.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

No labels
No labels

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions