I am having a peculiar issue that may not even have a solution at least in regards to a Kendo UI chart property for Vue. The issue is that given a set of data points the chart is supposed to show a curve (the data is basically showing a degradation curve). Instead of a curve, the chart is display a straight line. I am not sure if there is a setting for the chart that can force the curve or if it needs to happen as a result of some kind of algorithm/calculation on the data itself. I have attached an image showing what the chart is essentially doing and what it needs to be doing. Any insight into this would be extremely helpful and appreciated. Thanks.