y-axis-fix-this-bug.txt 653 B

123456789101112131415161718192021222324252627282930313233343536
  1. {
  2. "y_legend":{
  3. "text":"OFC",
  4. "style":"{font-size: 12px; color:#736AFF;}"
  5. },
  6. "elements":[
  7. {
  8. "type": "area",
  9. "colour": "#CC3399",
  10. "fill": "#343399",
  11. "fill-alpha": 0.5,
  12. "text": "Page views",
  13. "width": 3,
  14. "font-size": 10,
  15. "dot-size": 7,
  16. "values" : [1000,2000,5000,10000,20000,30000,39000]
  17. }
  18. ],
  19. "y_axis":{
  20. "max": 40000,
  21. "steps": 10000,
  22. "labels": {
  23. "text": "£$#val#%"
  24. }
  25. },
  26. "num_decimals": 3,
  27. "is_fixed_num_decimals_forced": true,
  28. "is_decimal_separator_comma": true,
  29. "is_thousand_separator_disabled": true
  30. }