Chartjs-Make a chart clickable when placed under another SVG <View>

0👍

Either:

  1. Move the limit line into the chart SVG, instead of laying it separately on top, or
  2. Set pointer-events: none on the top SVG. This will make clicks pass right through it.

Leave a comment