Details
-
Type: Bug
-
Status: Closed
-
Priority: Minor
-
Resolution: Won't Fix
-
Affects Version/s: 1.5
-
Component/s: ICE-Components
-
Labels:None
-
Environment:Operating System: All
Platform: All
Description
Darren was refactoring the component showcase charts example and while doing so
enabled image maps for the 3D charts and found out that the coordinate where
incorrect for the map.
If memory serves me correct, this issue was noticed just before the release and
was hacked out of the demo. This bug is place holder to help insure that this
component issue is fixed for the next release.
Adnan if you need any help with this please let me know as my Java2D geometry
skills are very good.
enabled image maps for the 3D charts and found out that the coordinate where
incorrect for the map.
If memory serves me correct, this issue was noticed just before the release and
was hacked out of the demo. This bug is place holder to help insure that this
component issue is fixed for the next release.
Adnan if you need any help with this please let me know as my Java2D geometry
skills are very good.
The coordinate being generated by the JCharts api, we just creates image map
from it. So there is nothing we can do at the component level, to fix this
probelm we have to fix the JChart and I do not think if we want to do it.