2.0.0 • Published 3 years ago

@macrostrat/d3-timescale v2.0.0

Weekly downloads
-
License
ISC
Repository
-
Last release
3 years ago

geo-timescale

npm version

A modular D3.js-based geologic time scale that utilizes data from the Paleobiology Database. A live demo (v2) can be found at Observable.

A live demo of v1 (compatible with d3 version 3) can be found at bl.ocks.org.

import { geoTimescale } from "@macrostrat/d3-timescale";

geoTimescale("#timescale-container", [config]);

Usage

The config parameter is an object can contain the following properties:

  • width
  • height
  • tickLength
  • neighborWidth
  • fontSize

If any of these properties is not present, a default value will be used.

Installing

The package is published at NPM at @macrostrat/d3-timescale.

npm install @macrostrat/d3-timescale

Funding

Development of first version supported by NSF EAR-0949416.