hnm

Results 5 issues of hnm

![image](https://user-images.githubusercontent.com/50474523/177939176-eed5eee9-3857-458a-899b-db55f722d072.png) Hello Team, I'm getting this error after i have install this package, any help would be great, i have done install this npm and added in module and try...

![image](https://github.com/gionkunz/chartist-js/assets/50474523/91bf4af2-8a73-42bc-8c5b-3182e6714856) Team, How can we set this headers/label at center of below the each bar for in nodejs side for this library https://www.npmjs.com/package/node-chartist Please let me know Thanks

Need to display sum of label at top of individual bar, it should be look like this, can anyone suggest me how to achieve this Thank you ![image](https://github.com/gionkunz/chartist-plugin-pointlabels/assets/50474523/6300ce6c-006c-42ab-a23a-fb2ad2ebf88f)

![image](https://github.com/panosoft/node-chartist/assets/50474523/371a5ea2-6a83-41f3-9bf1-9bcc952a0dd9) code : const createChart = async (datas) => { const options = {width: 400, height: 200}; const data = { labels: ['a','b','c','d','e'], series: [ [1, 2, 3, 4, 5],...

Can i disable some date, e.g i want to disable weekend date, i dont want it to select thanks in advance