jayhilwig / simile-widgets

Automatically exported from code.google.com/p/simile-widgets
0 stars 0 forks source link

TIMELINE: Overview painter shouldn't let short duration events be drawn as zero width #412

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
If you create short duration events, they are invisible on an overview band 
with a sufficiently coarse resolution.

Specifically, I have events minutes in duration, and they disappear in an 
overview band with "intervalUnit: Timeline.DateTime.MONTH, intervalPixels: 100"

I was expecting/hoping that instead they would be painted with an enforced 
minimum width of one pixel, so each event would turn into a tiny tick mark. 
This would allow you to get an overview of a large number of short events, 
spread out over a long time period.

The source I am using is:
http://api.simile-widgets.org/timeline/2.3.1/timeline-api.js?bundle=true

Original issue reported on code.google.com by johnk...@gmail.com on 17 Nov 2010 at 10:01

GoogleCodeExporter commented 9 years ago

Original comment by ryan...@csail.mit.edu on 23 Jun 2011 at 9:37