prabhu.jeevan Report post Posted May 24, 2013 How can draw the smooth line(spline) chart? Share this post Link to post Share on other sites
Guest Sumedh Report post Posted May 25, 2013 Hi, Welcome to FusionCharts Forum! You can not draw smooth curves with the Line2D chart. Since, Line charts are used to show trends and performance over a period of time. Spline charts are a specialized form of line charts that display smooth curves through the different data points. It integrates all the characteristics of a conventional line chart except for the fact that unlike line charts, which connect data points with straight lines, spline charts draw a fitted curved line to join its data points. If you want to disable the anchors of the Line plot, then you can use anchorAlpha attribute. Set this attribute to "0". Ref. Code: <chart ... anchorAlpha='0'> Hope this helps! Share this post Link to post Share on other sites