I am facing a strange behaviour of line graph (using amCharts library). I am passing pretty straight forward data array to create chart while the chart draws some random curves anywhere in the trend line. The data i am passing is exactly :
{date: "2016-02-17", value2: "2.00"}
{date: "2016-03-17", value2: "2.00"}
{date: "2017-01-17", value2: "4.33"}
{date: "2017-02-17", value2: "4.33"}
{date: "2017-07-17", value2: "3.20"}
{date: "2017-08-17", value2: "3.20"}
and the graph i get with this data is shown in the attached image. What can be the problem here?