muskuloes / flowmap.gl-timeline

flowmap.gl timeline component library

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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} />

About

flowmap.gl timeline component library

License:Apache License 2.0


Languages

Language:TypeScript 94.3%Language:JavaScript 5.7%