vote up 0 vote down star

Hi,

I have a dojox chart where the legend created for the chart never has the correct color for markers. The legend color for the marker should match what's on the chart. It's always seems to use a default color to represent the marker in the legend. Any ideas?? Possible bug??

BTW: I'm using Dojo 1.3.0

Thx!!

John

flag
Can you post a code sample of what you are doing please? The test seems to look ok. archive.dojotoolkit.org/nightly/dojotoolkit/… Still might be a bug though. – seth Aug 20 at 21:58
Seth, Thanks for the reply..See my comment below from Eugene's post... John – GoinOff Aug 25 at 17:57

1 Answer

vote up 0 vote down check

Are you by any chance creating the legend before populating a chart? Or do you make other changes to the chart? If you want to reflect any changes in the legend widget, you should call refresh() method on it.

In order to eliminate the guess work it would be better to post a minimal example, or point to an existing test/demo.

link|flag
1  
Eugene, Thanks for the reply. I placed a test page on: airtalk.com/dojo/test/index1.html It's a work-in-progress piece designed to show leak locations based on pressure and distance. After clicking on the 'Make Graph' button, you can observe the legend and color difference. Next, select the 'Show User Input' checkbox and again observe the legend color. Thx!! John – GoinOff Aug 25 at 17:55
If I am not mistaken lines colors are correct, but marker colors are wrong. Marker shapes appear correct. Please file a bug (bugs.dojotoolkit.org) against DojoX GFX, and reference this test case. – Eugene Lazutkin Aug 26 at 2:39
Yes, line color and marker shapes are correct in the legend. Only the color of the markers in the legend are incorrect. I'll file a bug and reference this test case. Thank you for taking the time to help out – GoinOff Aug 26 at 14:10
1  
Ticket #9774 (new defect) filed!!!! – GoinOff Aug 26 at 15:31
Excellent! I plan to fix it in the trunk tomorrow. Chances are it will be a drop-in replacement, you can use with 1.3.0. – Eugene Lazutkin Aug 27 at 6:48
show 2 more comments

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.