Fossil SCM
Timeline graph cease to be displayed when number of requested events cross some arbitrary number
13536c292b60ec8…
· opened 16 years, 1 month ago
- Type
- Code_Defect
- Priority
- —
- Severity
- Minor
- Resolution
- Fixed
- Subsystem
- —
- Created
- March 11, 2010 4:48 a.m.
Timeline graph cease to be displayed when number of requested events cross some arbitrary number
e.g.
[http://www.fossil-scm.org/fossil/timeline?n=1200]
graph is shown
[http://www.fossil-scm.org/fossil/timeline?n=1300]
only space is reserved, no graph.
If differend type of url is used, numbers are different
e.g.
[http://www.fossil-scm.org/fossil/timeline?n=855&t=trunk&y=ci]
graph is shown
[http://www.fossil-scm.org/fossil/timeline?n=900&t=trunk&y=ci]
only space is reserved, no graph.
On my local clone of fossil repo numbers differ somewhat, but are closely related to the ones presented above.
drh added on 2010-03-11 17:47:32:
Apparently the <canvas> object blows up if it is taller than 32767
pixels.