Opened 12 years ago
Last modified 6 years ago
#11525 assigned defect
Legend image for plot on graph shows nothing
Reported by: | John McDonald | Owned by: | dylan |
---|---|---|---|
Priority: | high | Milestone: | 1.15 |
Component: | DojoX Widgets | Version: | 1.5 |
Keywords: | legend | Cc: | |
Blocked By: | Blocking: |
Description
The legend in version 1.5.0 isn't displaying properly under certain conditions. For example, add a plot to any graph like (must have lines: false for error to appear):
NOTE: the series description shows up in the legend but no image.
chart1.addPlot("test", {type: "Default", lines: false, markers: true});
See attached test.html file.
Attachments (1)
Change History (5)
Changed 12 years ago by
comment:2 Changed 12 years ago by
I can confirm that this is a problem in 1.5.0 final. Really annoying actually ;)
comment:3 Changed 7 years ago by
Milestone: | future → 1.12 |
---|---|
Owner: | changed from dante to dylan |
Status: | new → assigned |
Sorry we never looked at this report. Will look at it for 1.12.
comment:4 Changed 6 years ago by
Milestone: | 1.13 → 1.15 |
---|
Ticket planning... move current 1.13 tickets out to 1.15 to make it easier to move tickets into the 1.13 milestone.
Note: See
TracTickets for help on using
tickets.
Test case for legend image problem