I would like to put vertical Line on a particular value inside a Xy Chart.
Presentely my chart look like this :
What i would like to obtain is something like this :
How can I obtain this result?
I would like to put vertical Line on a particular value inside a Xy Chart.
Presentely my chart look like this :
props.dataSources.marker1
.0
t_stamp : "Tue Aug 09 2018",
y: 0
1
t_stamp : "Tue Aug 09 2018",
y: 1
props.series
. Set the following items:1
data
source : marker1
x : t_stamp
y : y
xAxis : <set to same as your existing series>
yAxis : <set to same as your existing series>
line
appearance
stroke
color : red
marker2
if required.