Okay, I think I have worked this out. My application is using version 3.3.1 of fusion charts. It seems to be that the difference between this version and the latest version is that divLineAlpha = 0 makes the axis line go away on the latest version. On 3.3.1 the axis line remains. I cannot find another property that removes the axis line in 3.3.1 - does one exist?
"chart": {
"caption": "Company Revenue",
"xaxisname": "Month",
"yaxisname": "Revenue",
"showvalues": "0",
"canvasBorderAlpha" : "0",
"divLineAlpha" : "0",
"numberprefix": "$"
},
"categories": [
{
"category": [
{
"label": "Jan"
},
{
"label": "Feb"
},
{
"label": "Mar"
},
{
"label": "Apr"
},
{
"label": "May"
},
{
"label": "Jun"
},
{
"label": "Jul"
},
{
"label": "Aug"
},
{
"label": "Sep"
},
{
"label": "Oct"
},
{
"label": "Nov"
},
{
"label": "Dec"
}
]
}
],
"dataset": [
{
"seriesname": "Product A",
"data": [
{
"value": "27400"
},
{
"value": "29800"
},
{
"value": "25800"
},
{
"value": "26800"
},
{
"value": "29600"
},
{
"value": "32600"
},
{
"value": "31800"
},
{
"value": "36700"
},
{
"value": "29700"
},
{
"value": "31900"
},
{
"value": "34800"
},
{
"value": "24800"
}
]
},
{
"seriesname": "Product B",
"data": [
{
"value": "10000"
},
{
"value": "11500"
},
{
"value": "12500"
},
{
"value": "15000"
},
{
"value": "11000"
},
{
"value": "9800"
},
{
"value": "11800"
},
{
"value": "19700"
},
{
"value": "21700"
},
{
"value": "21900"
},
{
"value": "22900"
},
{
"value": "20800"
}
]
}
],
"trendlines": [
{
"line": [
{
"startvalue": "42000",
"color": "91C728",
"displayvalue": "Target",
"showontop": "1"
}
]
}
]
}
331
Same properties using the latest version