Axes demonstration

Two ways to present two scales on a single axis

Dual scales on single axis...
Meters and Feet

Impact of CSS on Axes

This demostrates how to address the various part of the axes to apply CSS styles...


g.axis g { fill: pink; }

g.axis g path { stroke: steelblue;
      stroke-width: 2;  }

g.tick text { fill: green; }
g.tick line { stroke: coral; }

</style>