ygopal Report post Posted August 30, 2012 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 Report post Posted August 30, 2012 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