I am getting the blank open flash chart issue.
I'm using biserver-ce-3.0.0.RC2 on Windows XP.
I copied the appropriate file mentioned below to the new openflashchart directory.
Here is my CDF code in my template.html:
qualityBarLineChart =
{
name: "qualityBarLineChart",
type: "xaction",
solution: "Sandbox3",
path: "openflashchart",
action: "qualityBarLineChart.xaction",
listeners:[],
parameters: [],
htmlObject: "QualityBarLineObject",
executeAtStart: true
}
Here is my xaction code for the chart:
<action-definition>
<component-name>OpenFlashChartComponent</component-name>
<action-type>Open Flash Chart</action-type>
<action-inputs>
<chart-datatype="result-set"/>
<heighttype="string"mapping="chart_height"/>
<widthtype="string"mapping="chart_width"/>
</action-inputs>
<action-resources>
<chart-attributestype="resource"mapping="barline"/>
</action-resources>
<action-outputs>
<content_urltype="string"/>
</action-outputs>
<component-definition/>
</action-definition>