tooltip-rounded.txt 766 B

1234567891011121314151617181920212223242526272829303132333435
  1. {
  2. "title":{
  3. "text":"Custom tooltip",
  4. "style":"{font-size: 20px; font-family: Verdana; text-align: center;}"
  5. },
  6. "elements":[
  7. {
  8. "type": "bar",
  9. "colour": "#9933CC",
  10. "text": "Page views",
  11. "font-size": 10,
  12. "values" : [9,6,7,9,5,7,6,9,9],
  13. "tip": "!!!<br>#val#<br>#x_label#"
  14. }
  15. ],
  16. "x_axis":{
  17. "labels":{
  18. "labels": ["January","February","March","April","May","June","July","August","Spetember"]
  19. }
  20. },
  21. "y_axis":{
  22. "max":20
  23. },
  24. "tooltip":{
  25. "shadow":false,
  26. "stroke":5,
  27. "rounded": 12,
  28. "colour":"#00d000",
  29. "background":"#d0d0ff",
  30. "title":"{font-size: 14px; color: #905050;}",
  31. "body":"{font-size: 10px; font-weight: bold; color: #9090ff;}"
  32. }
  33. }