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