DojoD3ForceDirectedGraph.css 165 B

123456789101112131415
  1. svg {
  2. font: 12px sans-serif;
  3. }
  4. .axis path,
  5. .axis line {
  6. fill: none;
  7. stroke: darkgrey;
  8. shape-rendering: crispEdges;
  9. }
  10. .bar {
  11. fill: steelblue;
  12. }