Gantt chart only works with data that contains, at least, a list

Bug #274181 reported by Rodrigo Moreira Araújo
2
Affects Status Importance Assigned to Milestone
Cairo Plot
Confirmed
Low
Rodrigo Moreira Araújo

Bug Description

Passing data like:

data = [(0,3), (4,5), (8,10)]

makes Gantt Chart crash, plotting all the pieces on the same line.

This, however, works:

data = [(0,3), [(4,5)], (8,10)]

Changed in cairoplot:
assignee: nobody → alf-rodrigo
status: New → Confirmed
Changed in cairoplot:
importance: Undecided → Low
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.