|
|
|
Forum Newbie
      
Group: Forum Members
Last Login: 9/17/2007 4:07:46 PM
Posts: 6,
Visits: 12
|
|
How can I change the value that is displayed?
By exemple: the same text of the tooltip text is showed in the graph's value, using the line's graph.
Thank you.
Denis Bilau's
Xml - PHP -Java...
|
|
|
|
|
Supreme Being
      
Group: Moderators
Last Login: Yesterday @ 2:58:00 AM
Posts: 811,
Visits: 1,289
|
|
To change tool-tips you need to add tooltext='{custom toolText}' to each element in a chart.
Regards,
Sudipto Choudhury FusionCharts Team
|
|
|
|
|
Forum Newbie
      
Group: Forum Members
Last Login: 9/17/2007 4:07:46 PM
Posts: 6,
Visits: 12
|
|
But this way I know...
I need show tooltext like a option "showValues"...
upper the line's...
2
| 1 9
| | | | 7
| | | | | |
| | | | | |
A B C D
A
value = 4;
Tooltext = 2;
B
value = 3;
Tooltext = 1;
C
value = 3;
Tooltext = 9;
D
value = 2;
Tooltext = 7;
Denis Bilau's
Xml - PHP -Java...
|
|
|
|
|
FusionCharts Team
      
Group: Administrators
Last Login: 10/3/2008 2:42:18 AM
Posts: 2,117,
Visits: 498
|
|
I'm not sure if I've understood you. Can you please elaborate?
Thanks, Pallav Nadhani FusionCharts Team
|
|
|
|
|
Forum Newbie
      
Group: Forum Members
Last Login: 9/17/2007 4:07:46 PM
Posts: 6,
Visits: 12
|
|
I need show another value im my grafic line..
I make my graphic with numbers X..
and need show Y values...
but I don't show like a toolText value...
like values default
do you understand??
Denis Bilau's
Xml - PHP -Java...
|
|
|
|
|
FusionCharts Team
      
Group: Administrators
Last Login: 10/3/2008 2:42:18 AM
Posts: 2,117,
Visits: 498
|
|
You can put your complete tool text value as the toolText attribute of <set /> element. So, whatever tool text you need to show, just put that in this attribute.
Thanks, Pallav Nadhani FusionCharts Team
|
|
|
|