learningAsIGo Report post Posted August 6, 2007 I'm using a series of: FusionCharts/FI2_RT_Line.swf and I want one of them to show only the realtime value with no chart at all. I've shrunk the chart down to where it shows the series name "Dollars" and the realtime value (e.g. "77.23"). But it also shows the "range" value on the left side of the chart as well as the bottom portion of the chart itself. Can I add a "$" to the value causing the display to read "$77.23"? Is there any control over where the realtime value is displayed? I'd like to move it to the far left or right rather than being forced to see it in the middle of the screen. Can I remove the chart y axis label? Can I make the chart itself so tiny it's not viewable and still have the "realtime" value? I've attached the xml for the chart in the .txt file... Thanks in advance, Kurt Share this post Link to post Share on other sites
marcotteDan Report post Posted August 7, 2007 For the number formatting, I think this link could help you : http://www.fusioncharts.com/docs/ -> Advanced Charting -> Number Formating -> Basics Share this post Link to post Share on other sites
learningAsIGo Report post Posted August 7, 2007 excellent! I've got the $ sign now. Hopefully I'll get the rest of my questions answered too. Thanks, Kurt Share this post Link to post Share on other sites
Pallav Report post Posted August 9, 2007 >>> Can I remove the chart y axis label? Yes - you can do so <chart yAxisName='' ...> But you cannot remove the entire chart to just show real time value. Share this post Link to post Share on other sites