/flowmap.gl-timeline

flowmap.gl timeline component library

Primary LanguageTypeScriptApache License 2.0Apache-2.0

flowmap.gl-timeline

The Timeline component for flowmap.gl, from FlowmapBlue.

Use

This package is published to GitHub's npm registry. Follow the instructions here on how to install packages from this registry.

npm install @muskuloes/flowmap.gl-timeline@1.0.0
import { Timeline } from "@muskuloes/flowmap.gl-timeline";

<Timeline
  selectedTimeRange={selectedTimeRange}
  extent={timeExtent}
  totalCountsByTime={totalCountsByTime}
  timeGranularityKey={timeGranularityKey}
  onChange={handleTimeRangeChange} />