You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We could probably custom build it rather than using a big o' library.
What other functions are expected of the timeline?
Hover? Clickable?
What information is displayed when clicked/hover?
Version 1 may have circles adjusted to indicate number of events in a given year. Hover would show event names in that year. Clicks would scroll to a page anchor.
Future iterations may include gantt charts on some pages. Network diagrams may also come down the road. See issue #26 for more. So, it's a good idea to have a system that's flexible enough to add complexity in future iterations. Bespoke solutions have their tradeoffs.
Small, one-line thing with dots for single years or lines for events of some duration. Example below.
Consider Semiotic library, a React implementation of D3. https://github.com/emeeks/Semiotic
The text was updated successfully, but these errors were encountered: