UNPKG

dsg-gtimeline

Version:

Google-like timeline chart with DSG-specific enhancements

6 lines (5 loc) 230 B
export * from "d3"; export { default as timeline } from "./timeline"; export { default as tooltip } from "./tooltip"; export { timelineAxisLeft, timelineAxisRight } from "./timelineaxis"; export { durationFormat } from "./utils";