From:
<Dia...@nr...> - 2005-02-21 22:48:46
|
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. http://source.cisti-icist.nrc-cnrc.gc.ca/cs/journals/subjects_e.html At the moment, one has to click on the different colors of the pie = chart in order to go to the subcategories. If someone is colour blind, it would help to use the text underneath = the pie chart in order to go to the subcategories. How do I do that? Regards, Diane-Helene _______________________________________________________ Diane-H=E9l=E8ne Caouette 613-993-9123 dia...@nr...=20 Electronic Document Delivery Technical Support CISTI National Research Council, Building M-55 1200 Montreal Road Ottawa, ON K1A 0S2 Government of Canada 613-993-9123 dia...@nr...=20 Support technique =E0 la fourniture =E9lectronique de documents ICIST Conseil National de Recherches Canada 1200 rue Montr=E9al Ottawa, ON K1A 0S2 Gouvernement du Canada _______________________________________________________ |
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 |
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 |
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 |