I just observed an abnormal behavior in chrome: I use highcharts pie graph and visualize some data. Although each pie slice has different colors, it shows some slices in black. I suspect it is related generated svg graph. Please examine the pictures taken from chrome and firefox *****.
Any help, suggestion, workaround would be appreciated.

(source: i.imm.io)

(source: i.imm.io)
*Using Win 7 64 bit
Chrome version 20.0.1132.47 m
Mozilla version 13.0.1
Alright guys I found the problem which is in my code. But I learnt something: If you assign
colorattribute to an element, Firefox doesn’t check if it has # symbol in the beginning but Chrome checks. Therefore,color:343434fails in Chrome but not in Firefox.