Version information:
Fusion charts version V3
Flex builder - 3
OS - Mac
Here is my folder structure
com.vmturbo.ui
- bin-debug
- com
- vmturbo
- data
- fusioncharts
- html-template
- FusionCharts.swf
- playerProductInstall.swf
- UIMain.swf
- libs
- FusionCharts.swc
- src
- com
- vmturbo
- data
- fusioncharts
Is this the expected structure?
My code compiles but when I run it no chart is displayed. The other standard flex components are displayed
correctly in the view.
I am defining the following in my mxml file. I am trying to use a fusion chart instead of the standard flex column chart but when I run my application, nothing is displayed.
Please help me resolve this issue. This is a blocker for my evaluation of the Fusion charts product.
I see that the namespace says "com.fusioncharts.components". However there is no components subdir inside my fusioncharts dir. I tried creating one, but even that did not resolve the issue.
xmlns:mx="http://www.adobe.com/2006/mxml" xmlns:ns1="com.fusioncharts.components.*"
[bindable]
private var chartData:XML=
;
//Create a XMLList object for chart parameters
[bindable]
private var chartParams:XML=
xAxisName='ServiceEntity' yAxisName='Commodity'
numberPrefix='$' showValues='0' />
;