Hello,
First, I wanna thank you for your product. But I have a question (or a question).
My XML looks like this :
<graph>
<!-- Affichage global pour les 2 courbes -->
<categories >
<category name='10/03' hoverText='17/10/2003, -1.42%' />
<category name='10/03' hoverText='24/10/2003, -2.96%' />
</categories >
<dataset seriesName="First Graph">
<set value='100' />
<set value='99.44' />
</dataset>
<dataset seriesName="Second Graph">
<set value='100' />
<set value='97.0324189174' />
</dataset>
</graph>
The percentage in hoverText is calculated from the SecondGraph's values. So when I hover the values of the First Graph, it's wrong.
So is it possible to have a different hoverText for the First Graph compared to the Second one ? If not, is this feature going to be developped anyday ?
Thanks a lot by advance.
Nicolas