Strip parens (and the colons that often precede a unit suffix) from x-axis / y-axis lines of quadrantChart diagrams. Mermaid v11's lexer rejects bare ( / ) in axis labels, so:
x-axis Low Impact (1) --> High Impact (5)
โ x-axis Low Impact 1 --> High Impact 5
Preserves the --> separator and the directional reading.
Strip parens (and the colons that often precede a unit suffix) from
x-axis/y-axislines ofquadrantChartdiagrams. Mermaid v11's lexer rejects bare(/)in axis labels, so:Preserves the
-->separator and the directional reading.