Opened 14 years ago
Closed 14 years ago
#2516 closed defect (wontfix)
dojo.charting.Chart problems in IE
Reported by: | Owned by: | Tom Trenka | |
---|---|---|---|
Priority: | high | Milestone: | |
Component: | Charting | Version: | 0.4.1 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
test page: http://developers.cogentrts.com/jtest11.html Server is sometimes down, in which case chart will not show. Send email and I will re-start it.
Problem 1: There are three traces on the chart. IE does not show the third trace on the chart until you press the browser's STOP button. It then shows the entire trace. In Firefox, all three traces always appear. Experimentation shows that IE will never show the last trace in the chart until the stop button is pressed, regardless of the number of traces.
Problem 2: IE formats the Y axis labels according to the pa.padding.right (in this example set to 50 to get incorrect label positions. If I change pa.padding.right to 20, the Y axis label positions are correct (see http://developers.cogentrts.com/jtest9.html). In Firefox, pa.padding.right has no impact on the Y axis label positions.
Closing this because the port to DojoX includes a port to use dojox.gfx, which means this will be abstracted behind that tech.