Guest User

Untitled

a guest
Jan 22nd, 2018
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.81 KB | None | 0 0
  1. var settings = {
  2. width: 300,
  3. height: 200,
  4. animate: true,
  5. title: "line chart - Timeseries with extra options",
  6. titlePosition: "top",
  7. titleSize: 40,
  8. legend: true,
  9. legendPosition: "top",
  10. legendAlign: "right",
  11.  
  12. orientation: 'vertical',
  13. timeSeries: true,
  14. timeSeriesFormat: "%Y-%m-%d",
  15.  
  16. showValues: false,
  17. showDots: true,
  18. yAxisSize: 30,
  19. xAxisSize: 30,
  20. xAxisFullGrid: true,
  21. yAxisFullGrid: true,
  22. extensionPoints: {
  23. titleLabel_font: "13px serif",
  24. dot_fillStyle: "white",
  25. dot_shape: "square",
  26. dot_lineWidth: 2,
  27. dot_shapeRadius: 4,
  28. line_lineWidth: 0.5
  29. }
  30.  
  31. };
Add Comment
Please, Sign In to add comment