Skip to content

Vector marker-end is different colour. How to align? #334

@nikolayg

Description

@nikolayg

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"
      }
    }
  ]
});

Image

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions