Forum Replies Created by justin.greer@servicemob.com

Viewing 2 posts - 1 through 2 (of 2 total)
  • in reply to: Date Labels on X-axis not matching Chart data #41746

    Manoj,

    Thank you so much, this was a huge fix for me!

    All the best,
    Justin

    in reply to: Date Labels on X-axis not matching Chart data #41603

    Hi Manoj, is there any other workaround you can think of? I am unable to render the label for data points that have multiple key value pairs.

    Ex.: `”dataPoints”: [
    { x: new Date(“2022-07-02T07:00:00.000Z”), y: 80, label: “cat0” },
    { x: new Date(“2022-07-09T07:00:00.000Z”), y: 44, label: “cat1” },
    { x: new Date(“2022-07-16T07:00:00.000Z”), y: 77, label: “cat3” } ,
    { x: new Date(“2022-07-23T07:00:00.000Z”), y: 56, label: “cat4” },
    ]`

    Is there a better workaround using the label functionality? Or can you please send me a fiddle of this working as I should expect it too?

    Thank you for your time and assistance!
    Justin

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