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