You can not select more than 25 topics Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.

tooltip.css 518 B

123456789101112131415161718192021222324252627282930313233
  1. .metrics-tooltip {
  2. width: 172px;
  3. padding-left: 20px;
  4. background-color: white;
  5. font-size: 12px;
  6. }
  7. .metrics-tooltip .y-text {
  8. position: absolute;
  9. left: 10px;
  10. top: 10px;
  11. }
  12. .metrics-tooltip .x-text {
  13. position: absolute;
  14. left: 10px;
  15. top: 66px;
  16. }
  17. .metrics-tooltip .title {
  18. color: #575757;
  19. overflow: hidden;
  20. text-overflow: ellipsis;
  21. white-space: nowrap;
  22. margin-bottom: 3px;
  23. }
  24. .metrics-tooltip .value {
  25. color: #1d1d20;
  26. overflow: hidden;
  27. text-overflow: ellipsis;
  28. white-space: nowrap;
  29. }