wise

Members
  • Content count

    8
  • Joined

  • Last visited

Posts posted by wise


  1. xml:

     

    <?xml version="1.0" encoding="UTF-8"?>
    <graph PYAxisName="No." caption="Statistics" SYAxisName="Rating" shownames="1" showValues="1" showLegend="1" rotateNames="1" formatNumberScale="1" decimals="1" decimalPrecision="1" limitsDecimalPrecision="0" divLineDecimalPrecision="1" formatNumber="1" chartTopMargin="15" numDivLines='0' yAxisMaxValue='1'>

        <categories>
            
                <category name="New" hoverText="Text"/>
                <category name="Used" hoverText="Text"/>
                <category name="Collect" hoverText="Text"/>
                <category name="Service" hoverText="Text"/>
                <category name="Parts" hoverText="Text"/>
                <category name="Demo" hoverText="Text"/>
        </categories>
        <dataset seriesname="No." showValues="1" decimals="1" decimalPrecision="1" color="19BE07" parentYAxis="P">
            
                <set value=""/>
                <set value=""/>
                <set value=""/>
                <set value=""/>
                <set value=""/>
                <set value=""/>
        </dataset>
        <dataset seriesname="Rating" showValues="1" decimals="1" decimalPrecision="1" color="FF8000" anchorBorderColor="FF8000" parentYAxis="S" lineThickness="4">
            
                <set value="0.0"/>
                <set value="0.0"/>
                <set value="0.0"/>
                <set value="0.0"/>
                <set value="0.0"/>
                <set value="0.0"/>
        </dataset>
    </graph>


  2. I create a chart like this:

     

    var dbChart = new FusionCharts({type : "MSColumn3DLineDY", id : "homepeoplexml", width :"450", height:"300", debugMode :"1", registerWithJS :"1"});

    dbChart.setXMLUrl("xml.action?vars.............");

    dbChart.render("dbchart");

     

    xml.action returns xml:

     

    <?xml version="1.0" encoding="UTF-8"?>

    <graph PYAxisName="No." caption="Ratings" SYAxisName="Rating" shownames="1" showvalues="1" showLegend="0" rotateNames="1" formatNumberScale="1" decimals="1"  decimalPrecision="1" limitsDecimalPrecision="0" divLineDecimalPrecision="1" formatNumber="1" palette="4"  numDivLines='0' yAxisMaxValue='1'>
        <categories>
            
                <category name="text" hoverText="text"/>
        </categories>
        <dataset seriesname="No." showValues="1" decimals="1" decimalPrecision="1" parentYAxis="P">
            
                <set value="15" />
        </dataset>
        <dataset seriesname="Rating" showValues="1" decimals="1" decimalPrecision="1" color="FF8000" anchorBorderColor="FF8000" parentYAxis="S" lineThickness="4">
            
                <set value="42.33" />
        </dataset>
    </graph>

     

    And I have this picture:

    post-65586-0-02074300-1427667539_thumb.jpg


  3. Hi Moonmi,

    I cannot reproduce this issue on the fiddle. It looks like it depends on the response time.

    The issue is presented only when I tried to see the report from a server but locally it works fine.

    When I debug the code and stop on a breakpoint a few seconds then I can see the issue on my local pc. Its not the issue without stopping on a breakpoint.

    Maybe its something related to caching? ;)


  4. I have a problem with my Сharts in IE9. It works fine in FireFox, Chrome and IE10/11.

    I have those parameters in my graph:

     

     showValues="1" showLegend="1" rotateNames="1" formatNumberScale="1" decimals="1" decimalPrecision="1" limitsDecimalPrecision="0" divLineDecimalPrecision="1" formatNumber="1" chartTopMargin="15" numDivLines='0' yAxisMaxValue='1'

     

    FusionCharts version is 3.6.0.

     

    Thanks

    post-65586-0-37349500-1427166172_thumb.jpg

    post-65586-0-07847100-1427166173_thumb.jpg

    post-65586-0-21321800-1427166268_thumb.jpg