Imagemap and custom style/fonts

A discussion forum for JFreeChart (a 2D chart library for the Java platform).
Locked
achill
Posts: 5
Joined: Thu Jan 11, 2007 5:33 pm
Location: Athens Greece

Imagemap and custom style/fonts

Post by achill » Tue Oct 18, 2011 11:23 am

Hello again ;)

i have been using imagemaps with subclassing StandardXYToolTipGenerator.
The question is, if i could customize the

Code: Select all

<area shape="poly" coords="736,366,742,366,742,372,736,372,736,366,736,366" title="ATHINA on 2011-06-03 FO+LSFO cons was 1.00 tones, anc report" alt="" href="../noon/ancadmin?vslid=511&action=details&aoid=1098522"/>
part in order to give the title some style (mainly larger fonts).

Could i do it inline or i have to create a CSS externally ?

Thanx.

Locked