Last active
October 11, 2019 22:08
-
-
Save gdbate/736abf5cfadce6ec1a6efbfcf867a09e to your computer and use it in GitHub Desktop.
Benchmarking SVG & HTML - data
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| lane: 1, // name of the project | |
| start: 61, // start date of project, March 1st | |
| duration: 90, // amount of days of project, to May 31st | |
| color: '#9C27B0', // color of the project box (and label border) | |
| label: 'LG', // label text, 2 characters | |
| }; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment