Hi Andrew,
I am using data as the following:-
this.data = [
{ dateMonth: “Dec”, value2019: 110, value2020: 55, value2021: 80 },
{ dateMonth: “Nov”, value2019: 5, value2020: 15, value2021: 55 },
{ dateMonth: “Oct”, value2019: 70, value2020: 10, value2021: 120 },
{ dateMonth: “Apr”, value2019: 10, value2020: 15, value2021: 5 },
];
In your 1st option we have to add valueMemberPath, how can I add it for the above data? Can you please tell me.
Also I just wanted to know, is there any simple method to add a data label just like using some properties?
Please let me know the solution.
Thanks in Advance!