From: Chris M. <ch...@de...> - 2005-02-22 00:12:43
|
Without trying this myself couldn't you just put links into the labels? =20 So instead of something like: =20 String[] labels =3D {"Equities", "Bonds", "Money Market", "Alternative Investments"}; =20 you'd have =20 String[] labels =3D {"<a href=3Dequities.html>Equities</a>", "Bonds", = "Money Market", "Alternative Investments"}; =20 But I can see why you would want to just add the links once (whereever = you stick them so the ImageMap works.) =20 C =20 _____ =20 From: jch...@li... [mailto:jch...@li...] On Behalf Of = "Caouette, Diane-H=E9l=E8ne" Sent: Tuesday, 22 February 2005 11:49 a.m. To: 'jch...@li...' Subject: [jCharts-users] Help I am trying to find a way of clicking on subject categories underneath a = pie chart in order to=20 get to the subcategories indicated by the colors of the pie chart.=20 http://source.cisti-icist.nrc-cnrc.gc.ca/cs/journals/subjects_e.html=20 At the moment, one has to click on the different colors of the pie chart = in order to go to the subcategories.=20 If someone is colour blind, it would help to use the text underneath the = pie chart in order to go to the subcategories.=20 How do I do that?=20 Regards,=20 Diane-Helene=20 |