Skip to content

v1.1.1 Time Axes with Formatting

Compare
Choose a tag to compare
@paulcpederson paulcpederson released this 18 Sep 18:26
· 40 commits to master since this release

Now you can treat an access as time-series data and format it with D3 time formats:

 <graph data="graphData">
    <x field="timestamp" type="Time" format="%a" order-by="Date"></x>
    <y field="Unit Sales"></y>
    <legend></legend>
    <area field="Owner"></area>
  </graph>