Home Forums Chart Support Data Points not showing TIme info

Data Points not showing TIme info

Viewing 4 posts - 1 through 4 (of 4 total)
  • #14689

    Hi,
    I was using version 1.7 before this and I managed to show time info (DD MMM HH:mm:ss) in both X axis and Data points.
    After changing to the latest version, I realize when I do
    axisX: {
    intervalType: “day”,
    DD MMM HH:mm”
    }
    Only the axis get the format.
    screenshot
    Then, I look through the examples provided and realize they are all behaving like this as well.
    screenshot2

    Time info is especially important for my application. I would greatly appreciate if I can get some help here.
    Thank you in advance! :)

    #14690

    Reposting images
    Image 1:
    Image1
    Image 2:
    image2

    #14691

    @fu-hsien,

    valueFormatString formats the axis labels. In your case you will have to use xValueFormatString, yValueFormatString to format indexLabel or toolTip.

    ___
    Suyash Singh
    Team CanvasJS

    • This reply was modified 7 years ago by Suyash Singh. Reason: typo
    #14693

    Got it! Thank you so much. :)

Viewing 4 posts - 1 through 4 (of 4 total)

You must be logged in to reply to this topic.