Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix the position and scaling of the actual bars in the graph. | Harald Eilertsen | 2018-09-27 | 1 | -1/+1 |
| | |||||
* | Round timascale up to complete timescale_division units. | Harald Eilertsen | 2018-09-27 | 1 | -22/+29 |
| | |||||
* | Add text for entry title names. | Harald Eilertsen | 2018-09-26 | 1 | -0/+5 |
| | | | | | Apparently SVG 1.x does not support wrapping text, which is a bit of a pain. Have to look into that. | ||||
* | Create own graph type RoomSchedule to get more what I want. | Harald Eilertsen | 2018-09-26 | 1 | -0/+215 |
Based heavily on the SVG::Graph::Schedule code in the svg-graph gem, adapted and simplified for my use. |