|
From: Travis R. <tr...@gm...> - 2005-02-22 00:15:39
|
That definitely wouldn't work, you can't embed a link inside the text
of an image. It's an image not html.
Travis
On Tue, 22 Feb 2005 13:12:09 +1300, Chris McKay <ch...@de...> wrot=
e:
> =20
> Without trying this myself couldn't you just put links into the labels?=
=20
> =20
> So instead of something like:=20
> =20
> String[] labels =3D {"Equities", "Bonds", "Money Market", "Alternative
> Investments"};=20
> =20
> you'd have=20
> =20
> =20
> String[] labels =3D {"<a href=3Dequities.html>Equities</a>", "Bonds", "=
Money
> Market", "Alternative Investments"};=20
> =20
> But I can see why you would want to just add the links once (whereever yo=
u
> stick them so the ImageMap works.)=20
> =20
> C=20
> =20
> =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
>=20
> =20
>=20
>=20
> =20
>=20
> I am trying to find a way of clicking on subject categories underneath a =
pie
> chart in order to=20
>=20
> get to the subcategories indicated by the colors of the pie chart.=20
>=20
> http://source.cisti-icist.nrc-cnrc.gc.ca/cs/journals/subjects_e.html=20
>=20
> At the moment, one has to click on the different colors of the pie chart =
in
> order to go to the subcategories.=20
>=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
>=20
> How do I do that?=20
> =20
>=20
> Regards,=20
> =20
>=20
> Diane-Helene
|