Hi there,
I've noticed that the marker-end arrow in a vector is different colour from the rest of the vector. Below is an example:
functionPlot({
target: "#root",
width,
height,
data: [
{
vector: [2, 1],
offset: [1, 2],
graphType: 'polyline',
fnType: 'vector',
color: "#FF0000",
attr: {
'stroke-width': "2"
}
}
]
});

Is there an easy way to align the triangle marker-end and the rest of the lines?