score:0

here's a pen to my solution: http://codepen.io/haxen2000/pen/evgwmb

i just took out what i needed and made them html elements so i could style as needed. would be nice to see a solution from within the chartjs code, but this will work.

<div class='header'>
  <span class='title'>chart title</span>
  <button id='data1'>data1</button>
  <button id='data2'>data2</button>
</div>

Related Query

More Query from same tag