79257303

Date: 2024-12-06 08:31:19
Score: 1
Natty:
Report link

There are many ways you can improve readability. Some of them:

  1. color the axis labels:

labels: {style: {color: 'color matching series color'}},

  1. same way you can color axis title
  2. you can move legend and increase the size of legend symbols to make it more visually illustrative
  3. you can add annotation or render labels with SVG Renderer: https://www.highcharts.com/docs/advanced-chart-features/renderer

Demo of first 2 steps: https://jsfiddle.net/BlackLabel/v89r6jh4/

Reasons:
  • Probably link only (1):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Andrzej Bułeczka