Sign in to follow this  
shueb

Trend lines are not working in multi series column 2d charts

Recommended Posts

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

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

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
Sign in to follow this