Mushari Report post Posted June 7, 2012 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 Report post Posted June 7, 2012 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