Advertisement
Guest User

Untitled

a guest
Aug 20th, 2019
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.14 KB | None | 0 0
  1. options:{
  2.  
  3. responsive: true,
  4.  
  5. legend:{
  6. display:true,
  7. position:'left',
  8. verticallAlign: "center",
  9. labels:{
  10. fontColor:'#313131',
  11. fontSize: 17,
  12.  
  13.  
  14. }
  15. },
  16. layout:{
  17. padding:{
  18. left:50,
  19. right:0,
  20. bottom:0,
  21. top:120,
  22. cornerRadiusTopLeft: 15,
  23. cornerRadiusTopRight: 15
  24. }
  25. },
  26. scales : {
  27. yAxes : [{
  28. ticks : {
  29. min : 0
  30. },
  31. hoverBackgroundColor:'#393939'
  32.  
  33.  
  34. }]
  35.  
  36. },
  37.  
  38. tooltips:{
  39. enabled:true,
  40. cornerRadius: 10,
  41. }
  42. }
  43. });
  44. </script>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement