MilesD Report post Posted April 3, 2009 I know how to change the chart message by adding ChartNoDataText after the call to the swf file. How do you change with actionscript from a flash impementation? Share this post Link to post Share on other sites
FusionCharts Support Report post Posted April 3, 2009 (edited) Hi, Could you please try using the following before rendering? _appMsgNoData ["EN"]= "your message here"; This variable is in global scope. Please find the list of all messages and related variables: PBarLoadingText = _appMsgLoadingChart XMLLoadingText = _appMsgRetrievingData ParsingDataText = _appMsgReadingData ChartNoDataText = _appMsgNoData RenderingChartText = _appMsgRenderingChart LoadDataErrorText = _appMsgLoadError InvalidXMLText = _appMsgInvalidXML Edited April 3, 2009 by Guest Share this post Link to post Share on other sites