Skip to content

[Bug]: Line data point can be of type string when using a timescale #1056

Open
@benny-noumena

Description

Would you like to work on a fix?

  • Check this if you would like to implement a PR, we are more than happy to help you go through the process.

Current and expected behavior

When using a timescale then the data point for line/scatter can be of type String or Date.

However this is not accepted.

image

Reproduction

Pass in a iso time string

chart.js version

v4.4.0

vue-chartjs version

v5.2.0

Possible solution

Broaden the type to accept String and Date. Not sure if it is possible to accept this only if the scale is of type time.

Activity

Seungwoo321

Seungwoo321 commented on Nov 1, 2023

@Seungwoo321

oh...same issue

dpash

dpash commented on Aug 12, 2024

@dpash

It's also possible to use Luxon's DateTime objects if https://github.com/chartjs/chartjs-adapter-luxon is used.

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

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

      Participants

      @dpash@apertureless@Seungwoo321@benny-noumena

      Issue actions

        [Bug]: Line data point can be of type string when using a timescale · Issue #1056 · apertureless/vue-chartjs