Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allows for multi-level eras #6

Open
wants to merge 31 commits into
base: master
Choose a base branch
from
Open

Conversation

gdudek
Copy link

@gdudek gdudek commented Aug 1, 2020

Allows for multi-level eras in the timeline and also includes changes from other forks.

One era can have others with in.

donkeyDau and others added 30 commits January 5, 2018 12:55
Removed two useless lines
 * README entry added
 * Levels for ticks added (to avoid overlapping)
 * Leveler class added
 * grouping elements in different SVG groups to get correct "stacking" of elements in SVG
 * ticks will be collected first and drawn all together
handle tkinter exception to support non-display environment
Supports sub-eras with the format:


	"suberas" : [
		["COVID-19", "Feb 1, 2020", "Feb 21, 2022", "#ADAFA5"]
	],
	"subsuberas" : [
		["Foo", "Feb 1, 2020", "Feb 21, 2022", "#ADAFA5"]
	]
Add multi-level eras
Example showing sub-eras
Add tick_angle when in default tick_orientation mode.  Assorted cleanup
json spec, svg output and resulting image
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants