Currently I am trying to create a kendo UI Line chart based on a nested data model that looks like
{
key: "Kelly"
DateValue: [
{Date: 08/07/2020, Grade: 100}
{Date: 09/10/2020, Grade: 82}
] is this possible to create where for each date there is a data point and for each object with a distinct key there is a distinct line that represents that key?