Sign in to follow this  
Mushari

Chartnodatatext For Jquery Charts Is Too Small

Recommended Posts

Hello,

 

I am using Fusion chart XT to render column chart, I used Jquery to do that

 

Jquery Code$("#DivHist").insertFusionCharts({ swfUrl: "FusionChartsXT/MSCombi2D.swf?ChartNoDataText=بيانات لايوجد ", dataSource: response.d, dataFormat: "xml", width: "450", height: "185", id: "myChartId", debugMode: "0" });

 

 

but when there are no data to disply the message : بيانات لايوجد is very very small How I can change the font to Tahoma and size to 9 or 10 pt

 

 

thanks

 

 

 

 

 

 

 

 

 

Share this post


Link to post
Share on other sites
Guest Sumedh

Hello,

 

I am using Fusion chart XT to render column chart, I used Jquery to do that

 

Jquery Code$("#DivHist").insertFusionCharts({ swfUrl: "FusionChartsXT/MSCombi2D.swf?ChartNoDataText=بيانات لايوجد ", dataSource: response.d, dataFormat: "xml", width: "450", height: "185", id: "myChartId", debugMode: "0" });

 

 

but when there are no data to disply the message : بيانات لايوجد is very very small How I can change the font to Tahoma and size to 9 or 10 pt

 

 

thanks

 

 

 

 

 

 

 

 

 

 

 

 

Hi,

 

Customizing font and font size of message appearing on the chart is not possible.

 

Thanks for your time.

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
Sign in to follow this