|
From: Chris M. <ch...@de...> - 2005-02-22 00:25:49
|
Yes, you're dead right that text string is rendered as an image. I guess =
you
could make an argument to enhance jCharts to produce an imagemap for the
legend as well as for the graph.
Or you could just ask jCharts to not produce a legend and create it in =
HTML
instead.
C
> -----Original Message-----
> From: jch...@li...=20
> [mailto:jch...@li...] On Behalf=20
> Of Travis Reeder
> Sent: Tuesday, 22 February 2005 1:15 p.m.
> To: jch...@li...
> Subject: Re: [jCharts-users] Help
>=20
> That definitely wouldn't work, you can't embed a link inside=20
> the text of an image. It's an image not html.
>=20
> Travis
>=20
>=20
> On Tue, 22 Feb 2005 13:12:09 +1300, Chris McKay=20
> <ch...@de...> wrote:
> > =20
> > Without trying this myself couldn't you just put links into=20
> the labels?=20
> > =20
> > So instead of something like:=20
> > =20
> > String[] labels =3D {"Equities", "Bonds", "Money Market",=20
> "Alternative=20
> > Investments"};
> > =20
> > you'd have
> > =20
> > =20
> > String[] labels =3D {"<a href=3Dequities.html>Equities</a>", =
"Bonds",=20
> > "Money Market", "Alternative Investments"};
> > =20
> > But I can see why you would want to just add the links once=20
> (whereever=20
> > you stick them so the ImageMap works.)
> > =20
> > C
> > =20
> > =20
> > =20
> > ________________________________
> > From: jch...@li...
> > [mailto:jch...@li...] On Behalf Of=20
> > "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=20
> underneath=20
> > a pie chart in order to
> >=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
> > At the moment, one has to click on the different colors of the pie=20
> > chart in order to go to the subcategories.
> >=20
> > If someone is colour blind, it would help to use the text=20
> underneath=20
> > the pie chart in order to go to the subcategories.
> >=20
> > How do I do that?=20
> > =20
> >=20
> > Regards,
> > =20
> >=20
> > Diane-Helene
>=20
>=20
> -------------------------------------------------------
> SF email is sponsored by - The IT Product Guide Read honest &=20
> candid reviews on hundreds of IT Products from real users.
> Discover which products truly live up to the hype. Start reading now.
> http://ads.osdn.com/?ad_ide95&alloc_id=14396&op=CCk
> _______________________________________________
> jCharts-users mailing list
> jCh...@li...
> https://lists.sourceforge.net/lists/listinfo/jcharts-users
>=20
>=20
|