The Timeline component for flowmap.gl, from FlowmapBlue.
This package is published to GitHub's npm registry. Follow the instructions here on how to install packages from this registry.
npm install @muskuloes/[email protected]
import { Timeline } from "@muskuloes/flowmap.gl-timeline";
<Timeline
selectedTimeRange={selectedTimeRange}
extent={timeExtent}
totalCountsByTime={totalCountsByTime}
timeGranularityKey={timeGranularityKey}
onChange={handleTimeRangeChange} />