score:0

thnx @kacper madej i fix this on this way.i add full spec in $scope.

$scope.hiddenseries = [
{value: date.utc(2016,6,1), width: 1, color: 'green', dashstyle: 'dash'},
{value: date.utc(2016,7,1), width: 1, color: 'green', dashstyle: 'dash'},
{value: date.utc(2016,7,7), width: 1, color: 'green', dashstyle: 'dash'}
];

and in $scope.chartconfig1 in xaxis defined

plotlines: $scope.hiddenseries

Related Query

More Query from same tag