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