Ashish sinha

Members
  • Content count

    9
  • Joined

  • Last visited

Posts posted by Ashish sinha


  1. Hi All:


    I use json data to draw the chart (y axis min:0% max:100%)


    but when the chart is drawed,y axis always show [110%] like the attach picture


    now i don't want to show 110% in y axis , how to do it? .


     


    my json:


     


    {

        "ChartParams": [

            {

                "chart": {

                    "PYAxisName": "Rates in (CAD)",

                    "SYAxisName": "Market Supply (Available)",

                    "bgColor": "FFFFFF,FFFFFF",

                    "canvasBgAlpha": "0",

                    "caption": "Cheapest Rate Analysis (House Level)",

                    "chartLeftMargin": "0",

                    "chartRightMargin": "5",

                    "decimals": "3",

                    "labelDisplay": "AUTO",

                    "legendBgAlpha": "0",

                    "legendCaption": "Property(Change(%))",

                    "legendPosition": "RIGHT",

                    "lineThickness": "5",

                    "sNumberSuffix": "%",

                    "setAdaptiveSYMin": "1",

                    "setAdaptiveYMin": "1",

                    "showBorder": "0",

                    "showTooltip": "1",

                    "showValues": "0",

                    "slantLabels": "0",

                    "xAxisName": "Shop Dates"

                },

                "categories": [

                    {

                        "category": [

                            {

                                "name": "06/06/2014"

                            },

                            {

                                "name": "06/07/2014"

                            },

                            {

                                "name": "06/08/2014"

                            },

                            {

                                "name": "06/09/2014"

                            },

                            {

                                "name": "06/10/2014"

                            },

                            {

                                "name": "06/11/2014"

                            },

                            {

                                "name": "06/12/2014"

                            },

                            {

                                "name": "06/13/2014"

                            },

                            {

                                "name": "06/14/2014"

                            },

                            {

                                "name": "06/15/2014"

                            },

                            {

                                "name": "06/16/2014"

                            },

                            {

                                "name": "06/17/2014"

                            },

                            {

                                "name": "06/18/2014"

                            },

                            {

                                "name": "06/19/2014"

                            }

                        ]

                    }

                ],

                "dataset": [

                    {

                        "parentYAxis": "S",

                        "renderAs": "Area",

                        "set": [

                            {

                                "value": "88"

                            },

                            {

                                "value": "82"

                            },

                            {

                                "value": "100"

                            },

                            {

                                "value": "94"

                            },

                            {

                                "value": "71"

                            },

                            {

                                "value": "100"

                            },

                            {

                                "value": "100"

                            },

                            {

                                "value": "100"

                            },

                            {

                                "value": "100"

                            },

                            {

                                "value": "100"

                            },

                            {

                                "value": "100"

                            },

                            {

                                "value": "88"

                            },

                            {

                                "value": "82"

                            },

                            {

                                "value": "100"

                            }

                        ]

                    }

                        ]

                    }

                ]

            }

        ]

    }

    I am facing same problem. as above. I have also set   yAxisMaxValue="100"


     


    but it is not working plese help .


     


    Thanks 


    Ashish 


    post-45566-0-88027100-1400066870_thumb.png


  2. Hi All:


    I use json data to draw the chart (y axis min:0% max:100%)


    but when the chart is drawed,y axis always show [110%] like the attach picture


    now i don't want to show 110% in y axis , how to do it? .


     


    my json:


     


    {

        "ChartParams": [

            {

                "chart": {

                    "PYAxisName": "Rates in (CAD)",

                    "SYAxisName": "Market Supply (Available)",

                    "bgColor": "FFFFFF,FFFFFF",

                    "canvasBgAlpha": "0",

                    "caption": "Cheapest Rate Analysis (House Level)",

                    "chartLeftMargin": "0",

                    "chartRightMargin": "5",

                    "decimals": "3",

                    "labelDisplay": "AUTO",

                    "legendBgAlpha": "0",

                    "legendCaption": "Property(Change(%))",

                    "legendPosition": "RIGHT",

                    "lineThickness": "5",

                    "sNumberSuffix": "%",

                    "setAdaptiveSYMin": "1",

                    "setAdaptiveYMin": "1",

                    "showBorder": "0",

                    "showTooltip": "1",

                    "showValues": "0",

                    "slantLabels": "0",

                    "xAxisName": "Shop Dates"

                },

                "categories": [

                    {

                        "category": [

                            {

                                "name": "06/06/2014"

                            },

                            {

                                "name": "06/07/2014"

                            },

                            {

                                "name": "06/08/2014"

                            },

                            {

                                "name": "06/09/2014"

                            },

                            {

                                "name": "06/10/2014"

                            },

                            {

                                "name": "06/11/2014"

                            },

                            {

                                "name": "06/12/2014"

                            },

                            {

                                "name": "06/13/2014"

                            },

                            {

                                "name": "06/14/2014"

                            },

                            {

                                "name": "06/15/2014"

                            },

                            {

                                "name": "06/16/2014"

                            },

                            {

                                "name": "06/17/2014"

                            },

                            {

                                "name": "06/18/2014"

                            },

                            {

                                "name": "06/19/2014"

                            }

                        ]

                    }

                ],

                "dataset": [

                    {

                        "parentYAxis": "S",

                        "renderAs": "Area",

                        "set": [

                            {

                                "value": "88"

                            },

                            {

                                "value": "82"

                            },

                            {

                                "value": "100"

                            },

                            {

                                "value": "94"

                            },

                            {

                                "value": "71"

                            },

                            {

                                "value": "100"

                            },

                            {

                                "value": "100"

                            },

                            {

                                "value": "100"

                            },

                            {

                                "value": "100"

                            },

                            {

                                "value": "100"

                            },

                            {

                                "value": "100"

                            },

                            {

                                "value": "88"

                            },

                            {

                                "value": "82"

                            },

                            {

                                "value": "100"

                            }

                        ]

                    }

                        ]

                    }

                ]

            }

        ]

    }

    I am facing same problem. as above. I have also set   yAxisMaxValue="100"


     


    but it is not working plese help .


     


    Thanks 


    Ashish 



  3. Hi ,

     

    I am using fusion chart to render the Chart using Javascript. When i am displaying single or two grapgh. It is working fine. But in case in some page i have to display more than 12 graph then follwoing message is coming.

     

    Stop running this script.

    A script on this page is causing Internet Explorer to run slowly.
    IF it continue to run, your computer might becomme unresponsive.

     

    how  to resolve this issue.

     

     

     

    Thanks

    Ashish

    post-45566-0-30098300-1369916171_thumb.png