tooltip-2.txt 747 B

12345678910111213141516171819202122232425262728293031323334
  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. "colour":"#00d000",
  28. "background":"#d0d0ff",
  29. "title":"{font-size: 14px; color: #905050;}",
  30. "body":"{font-size: 10px; font-weight: bold; color: #9090ff;}"
  31. }
  32. }