shueb Report post Posted March 11, 2015 hi, i'm trying to show trend line in mscolumn2d chart using json but it is not coming. this is what i used "trendlines": [ { "line": [ { "startvalue": "700000", "color": "#1aaf5d", "valueOnRight": "1", "displayvalue": "Monthly Target" } ] } ] do i need to enable in chart option? Thanks Share this post Link to post Share on other sites
Nabajeet Report post Posted March 12, 2015 Hi, Please make sure you have added the trendline object properly inside the data source. Also if your data is not in range with your trendline the trendline shall not appear i.e if your highest value is 4000 and your trendline starts at value 700000 definitely the trendline shall not appear. If these doesn't help please send us your whole JSON data. Thanks. Share this post Link to post Share on other sites
Nabajeet Report post Posted March 12, 2015 You may check this fiddle: http://jsfiddle.net/fusioncharts/zKL3F/ For more info on trendline you may refer here: http://docs.fusioncharts.com/tutorial-configuring-your-chart-trend-lines-and-zones.html Share this post Link to post Share on other sites