FusionChart + Fusionchart TagLib + Changing Chart Messages Changing Chart Messages using JSF + Fusionchart taglib
#1
Posted 04 June 2009 - 12:40 PM
is it possible change the default charts Messages, using fusioncharts taglib?
messages like:
No data to display.
Error in loading data.
Thx for the help.
^^
Other Replies To This Topic
#2
Posted 04 June 2009 - 10:29 PM
Good Question!
Yes, it is possible to change the chart messages using fusioncharts tag library.
Here is how the chart messages can be changed: http://www.fusioncharts.com/docs/Contents/ChartMessages.html
example of usage in taglib:
<fc:renderHTML chartId="BasicChart" filename="FusionCharts/Column3D.swf?InvalidXMLText=My Custom XML Error" width="700" height="300"> <chart caption='Monthly Unit Sales' xAxisName='Month' yAxisName='Units' decimals='0' formatNumberScale='0'> <set label="A" value="1"> </chart> </fc:renderHTML>
Note that the above xml is incorrect because the set tag is not closed. The custom error message will be displayed in this case.
The above example is for JSF1.2 using FusionCharts v3.
Hope this helps! ![]()
Srividya
Srividya Sharma
Other Replies To This Topic
Other Replies To This Topic
#4
Posted 05 June 2009 - 08:07 AM
Rajroop Bhaduri
FusionCharts Team
Help us improve our documentation with your precious feedback at:
http://documentation...sioncharts.com/
Follow us @Twitter
Other Replies To This Topic
#5
Posted 11 August 2010 - 07:48 AM
I am using jquery fusion chart plugin to load charts. Can you provide plugin options to update the default chart messages.
Krunal
Other Replies To This Topic
#6
Posted 11 August 2010 - 08:06 AM
Welcome to FusionCharts Forum! ![]()
I am afraid, changing chart messages using jQuery FusionCharts plugin is not possible, as of now.
http://documentation...sioncharts.com/
Thanks,
Sanjukta
Follow us @Twitter!
Other Replies To This Topic
#7
Posted 17 August 2010 - 03:34 AM
is fusion charts planning to update the jquery plugin to modify chart messages?
if yes, when can we expect it to be available?
Krunal
Other Replies To This Topic
#8
Posted 17 August 2010 - 06:04 AM
Our developer is working on the issue.
I am afraid, we can not commit a date on that, as of now.
We will definitely let you know, once we update it. Menwhile, all hack suggestions are welcome from the community.

Back to top
MultiQuote
