igx-data-chart Line-series chart
New DiscussionHi,I am trying to use dynamic line-series chart in my project. How can I use dynamic data to plot line graph? Based on the data the lines should be plotted in the graph, we don’t know how many line will be there exactly so I want to make it dynamic.
I tried with the following example:-
But this is only showing the legend and not plotting lines. Is it because of version?
I am using angular 9 and igniteUI 9 version.
Following is the data I want to display & also sent you the screenshot how it should plot:-
{dateMonth: “Dec”, dateYear: 2020, salesValue: 96.96}
{dateMonth: “Nov”, dateYear: 2020, salesValue: 81.75}
{dateMonth: “Oct”, dateYear: 2020, salesValue: 27.06}
{dateMonth: “Apr”, dateYear: 2021, salesValue: 135}
{dateMonth: “Jun”, dateYear: 2021, salesValue: 98}

Please let me know how can I achieve the above requirement.
Thanks in Advance!