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

d3evolution.css 515B

1234567891011121314151617181920212223242526272829
  1. .d3evolution svg {
  2. background-color: white;
  3. }
  4. .d3evolution .chart-title {
  5. font-size: 17px;
  6. }
  7. .d3evolution .y.label {
  8. font-weight: normal;
  9. }
  10. .d3evolution .grid .tick {
  11. stroke: lightgrey;
  12. shape-rendering: crispEdges;
  13. }
  14. .d3evolution .axis,
  15. .d3evolution .legend {
  16. font-size: 13px;
  17. }
  18. .d3evolution .axis path,
  19. .d3evolution .axis line {
  20. fill: none;
  21. stroke: grey;
  22. }
  23. .d3evolution .legend circle {
  24. stroke-width: 2px;
  25. }
  26. .d3evolution .path-null{
  27. fill: steelblue;
  28. fill-opacity: .1;
  29. }