Guest User

Untitled

a guest
Jan 21st, 2019
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.58 KB | None | 0 0
  1. xAxes: [{
  2. position: 'top',
  3. offset: 1,
  4. ticks: {
  5. fontColor: 'black',
  6. beginAtZero: true,
  7. fontSize: 35,
  8. },
  9. gridLines: {
  10. display: false
  11. },
  12. },
  13. {
  14. labels: ["M SP W/I B", "M SP W/I B"],
  15. position: 'bottom',
  16. offset: 1,
  17. ticks: {
  18. fontColor: 'black',
  19. beginAtZero: true,
  20. fontSize: 35,
  21. },
  22. gridLines: {
  23. display: false
  24. },
  25. }
  26. ]
Add Comment
Please, Sign In to add comment