I'm working with Highcharts on a React view. For accessibility and SEO reasons, I want to customize the desc
tag, but I couldn't figure out how to do it looking in the documentation. Highcharts automatically inserts a desc
tag like this:
<desc>Created with Highcharts 6.2.0</desc>
Is there any way to change this or is this hard-coded?