Guest User

Untitled

a guest
May 26th, 2018
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.40 KB | None | 0 0
  1. xAxis: {
  2. categories: []
  3.  
  4. },
  5.  
  6. xAxis: {
  7. labels: {
  8. formatter: function () {
  9. return '<span class="XYZ">' + this.value + '</span>';
  10. },
  11. useHTML: true
  12. }
  13. }
  14.  
  15. xAxis: {
  16. labels: {
  17. useHTML:true,
  18. style: {
  19. width: 50 //where 50 is value in pixels
  20. }
  21. }
  22. }
Add Comment
Please, Sign In to add comment