my-archives / nchart

nChart for node.js inspired by Chart.js.
MIT License
48 stars 10 forks source link

Template Legend #9

Open cdagli opened 9 years ago

cdagli commented 9 years ago

Hello,

Is there anyway to add chart legend to the png file? Below is the legend example that I've taken from chart.js docs.

legendTemplate : "<ul class=\"<%=name.toLowerCase()%>-legend\"><% for (var i=0; i<datasets.length; i++){%><li><span style=\"background-color:<%=datasets[i].strokeColor%>\"></span><%if(datasets[i].label){%><%=datasets[i].label%><%}%></li><%}%></ul>"

Thank you

Leeh91 commented 8 years ago

I would like to know this too