Add Point Styling in Quadrant Chart #4995
Labels
Area: Development
Contributor needed
feature
Good first issue!
Graph: XY
XY Chart
Status: Approved
Is ready to be worked on
Type: Enhancement
New feature or request
Proposal
Mermaid.js should add point styling to individual points to allow for more (color, radius, border color, etc.) dimensions of information.
For instance, each point may represent a task located on the Urgent/Important quadrant chart. Adding more styling could allow color to indicate whether something is already in progress, while radius could indicate the size of the task.
Example:
Example
Alternative 1
Borrowing from
flowchart
:The only difficulty here would be that points do not have ids and therefore names would be used.
Alternative 2
The extra variable is size, as it describes a dimension in the building of the point, rather than a style. Does not have the issue of having to reference the point by id and is backwards compatible (size defaults to 5).
Screenshots
No response
The text was updated successfully, but these errors were encountered: