chartjs-plugin-datasource
chartjs-plugin-datasource copied to clipboard
Adding a line break to a data label imported from CSV
Thanks for writing this plugin! It definitely made life easier, but I was wondering how I can add a line break to a data label? For example, my data is like this.
,Subjects of Interest,Visitors Female,41,68 Male,59,32
I'd like to add a line break to the label, Subjects of
Interest in my chart. Is there a way for me to do that within this plugin? Thanks!