Blame view

bower_components/d3-scatterplot/dist/d3-scatterplot.css 234 Bytes
50380d5a   mwasiluk   d3 scatterplot-da...
1
2
3
4
5
6
7
8
  svg.mw-d3-scatterplot {
    background-color: white;
    font-size: 11px;
    height: 100%; }
    svg.mw-d3-scatterplot .mw-axis path, svg.mw-d3-scatterplot .mw-axis line {
      fill: none;
      stroke: #000;
      shape-rendering: crispEdges; }