Select to view content in your preferred language

Problem with chartwidget flex viewer

1906
0
11-07-2012 01:23 AM
francescodi_vito
Deactivated User
hi guys,
i'm trying to use the chart widget.
Hi saw the tag example on the Help but i have a problem with the layout of chart.
if i set the config file in this way
[HTML]
<configuration>
    <labels>
        <layerselectionlabel>Select layer</layerselectionlabel>
        <drawtoolmenulabel>Select draw tool</drawtoolmenulabel>
    </labels>
    <layers>
        <layer label="TRATTE" url="http://win-n4lcjvs1eib:6080/arcgis/rest/services/RFI/MDR/MapServer/1">
            <labelfield>OR_ID</labelfield>
            <fields>
                <field name="OR_ID"/>
                <field name="STATO_SISTEMA"/>
            </fields>
            <medias>
                <media caption="{=COUNT}"
                       chartfields="STATO_SISTEMA"
                       title="STATO SISTEMA TRATTE"
                       type="linechart"/>
            </medias>
        </layer>
</configuration>
[/HTML]
i don't see the line chart. i see only the respons of count but not the chart.
Any help?
thanks
Tags (2)
0 Kudos
0 Replies