Make link end marker's width and height configurable #238
Labels
enhancement
improving existent functionality or performance related
feature request
Hacktoberfest
Hacktoberfest label
priority low
Is your feature request related to a problem? Please describe.
Currently there is no way for users to specify the width and the height of link's [marker[(https://developer.mozilla.org/en-US/docs/Web/SVG/Element/marker)'s elements. As you can see in our codebase, this values are hardcoded, see for yourself in src/components/marker/Marker.jsx.
Describe the solution you'd like
The propriate solution here would be for the library to expose this as a link-level configurable value.
So basically, extend the existent functionalities in src/components/graph/graph.config.js adding two new properties:
Additional context
Changing marker's width and height, impact.
The text was updated successfully, but these errors were encountered: