I have the following code below which i want to label each dataset for the users more easily to identify
new Chartist.Line('.ct-chart', {
labels: labels,
series:[{
name: "2012",
data: year1
}, {
name: "2013",
data: year2
}, {
name: "2014",
data: year3
}, {
name: "2015",
data: year4
}],
}
Do I have to change the css file to do this task ?
For example:

You can use this plugin: https://github.com/CodeYellowBV/chartist-plugin-legend
any reason why it's not listed on the plugin page?
http://gionkunz.github.io/chartist-js/plugins.html
Most helpful comment
any reason why it's not listed on the plugin page?
http://gionkunz.github.io/chartist-js/plugins.html