我使用dataprovider添加图表。而且我也使用了flex bulider SDK 3.0,在安装的C:\Program Files\Adobe\Flex Builder 3\sdks\3.0.0\frameworks\locale\datavisualization.swc
中也有,但我的flex bulider显示错误就像
严重性和描述路径资源位置创建时间Id
无法解析资源包“图表”,所以我如何设置路径
<mx:ColumnChart x="41" y="68" dataProvider="{stats}" id="columnchart1" width="297" height="262">
<mx:series>
<mx:ColumnSeries displayName="Expenses" yField="expenses">
<mx:fill>
<mx:SolidColor color="#738994" />
</mx:fill>
</mx:ColumnSeries>
<mx:ColumnSeries displayName="Revenue" yField="revenue">
<mx:fill>
<mx:SolidColor color="#a7c8d8" />
</mx:fill>
</mx:ColumnSeries>
<mx:ColumnSeries displayName="Profit" yField="profit">
<mx:fill>
<mx:SolidColor color="#406374" />
</mx:fill>
</mx:ColumnSeries>
</mx:series>
</mx:ColumnChart>
答案 0 :(得分:0)
听起来你错过了图表的本地化(国际语言东西)捆绑包。你有Flex Builder Pro吗?在您的sdks文件夹(/Applications/Flash Builder Beta/sdks/3.3.0/frameworks/locales
对我来说)中,您需要一个datavisualization_rb.swc
文件。如果缺少,请从DVD或其他东西重新安装sdk。
答案 1 :(得分:0)
在您做出Sean建议的更改后,我建议的是。从编译器中删除sdk并再次添加它并重新编译它。很可能是mi