I'm trying to change the label format from date to string.
I tried changing the formats but it didn't work. Here is my codepen: https://codepen.io/sampath-PerOxide/pen/bzVOoG
var dateformat = "%Y-%m"
drawTimeSeriesGraph(data1, dateformat);
I want to pass the string in the place of the date.