ygopal

Spline Chart With X Y Values

Recommended Posts

Can we draw a spline chart with x and y value dataset? I mean my dataset has more values than categories, with values falling in between categories, category axis being numeric. To put it in another way, can we draw a spline chart with the data format of a scatter chart?

 

"categories": [{

"verticallinecolor": "666666",

"verticallinethickness": "1",

"category": [{

"label": "20",

"x": "20",

"showverticalline": "1"

},

{

"label": "30",

"x": "30",

"showverticalline": "1"

},

{

"label": "40",

"x": "40",

"showverticalline": "1"

},

{

"label": "50",

"x": "50",

"showverticalline": "1"

}]

}],

 

"dataset": [{

"seriesname": "Server 1",

"renderAs": "Scatter",

"color": "009900",

"anchorsides": "3",

"anchorradius": "4",

"anchorbgcolor": "D5FFD5",

"anchorbordercolor": "009900",

"parentYAxis":"P",

"data": [{

"y": "2.4",

"x": "21"

},

{

"y": "3.5",

"x": "32"

},

{

"y": "2.5",

"x": "43"

},

{

"y": "4.1",

"x": "48"

},

{

"y": "3.5",

"x": "50"

}]

}]

Share this post


Link to post
Share on other sites
Guest Sumedh

Hi,

 

Plotting Spline chart on the basis of x and y co-ordinates (similar to Scatter chart ) is not possible.

 

Thanks for your time and support.

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now