Advertisement
Guest User

Untitled

a guest
Jun 25th, 2019
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.58 KB | None | 0 0
  1. title: {
  2. text: ' '
  3. },
  4. subtitle: {
  5. text: ' '
  6. },
  7. xAxis: {
  8. type: 'datetime',
  9. title: {
  10. text: 'TLY Year'
  11. }
  12. },
  13. yAxis: [{
  14. labels: {
  15. format: '{value} kW',
  16. style: {
  17. color: Highcharts.getOptions().colors[0]
  18. }
  19. },
  20. title: {
  21. text: 'kW',
  22. style: {
  23. color: Highcharts.getOptions().colors[0]
  24. }
  25. }
  26. }]
  27.  
  28. 1/1/1970
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement