y-axis-offset-tiny-numbers.txt 690 B

1234567891011121314151617181920212223242526272829303132333435363738
  1. {
  2. "title":{
  3. "text":"Area Chart",
  4. "style":"{font-size: 30px;}"
  5. },
  6. "y_legend":{
  7. "text":"OFC",
  8. "style":"{font-size: 12px; color:#736AFF;}"
  9. },
  10. "elements":[
  11. {
  12. "type": "area",
  13. "colour": "#CC3399",
  14. "fill": "#343399",
  15. "fill-alpha": 0.8,
  16. "text": "Page views",
  17. "width": 3,
  18. "font-size": 10,
  19. "dot-size": 7,
  20. "values" : [2.1,2.2]
  21. }
  22. ],
  23. "y_axis":{
  24. "stroke": 4,
  25. "tick-length": 10,
  26. "colour": "#000000",
  27. "grid-colour": "#d0d0d0",
  28. "offset": true,
  29. "min": 2,
  30. "max": 3,
  31. "visible": true,
  32. "steps": 0.1
  33. }
  34. }