Ashish sinha Report post Posted May 14, 2014 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 Share this post Link to post Share on other sites
Bindhu Report post Posted May 21, 2014 Hi, You have to set sYAxisMaxValue to 100 since it is the secondary axis. Hope this helps! Share this post Link to post Share on other sites