Guest User

Untitled

a guest
Oct 15th, 2018
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. exporting: {
  2. allowHTML: true
  3. }
  4.  
  5. labels: {
  6. align: 'right',
  7. useHTML: true,
  8. formatter: function() { //use formatter
  9. return '<span class="qTitle">' + this.value + '</span>';
  10. },
  11. style: {
  12. textOverflow: 'none',
  13. }
  14. },
Add Comment
Please, Sign In to add comment