Increase trace thickness in AudioVisualiserComponent

Hello,
I would like to know if there is a way to increase the trace thinkness of an AudioVisualiserComponent. I use it for plotting other data than audio (like smoothed envelope) but I did not find any way to make the trace more visible.
Thank you in advance !

You’ll probably have to override its paint or paintChannel method. Note that the doc says:

You can override its paint method for more customised views, but it’s only designed as a quick-and-dirty class for simple tasks, so please don’t send us feature requests for fancy additional features that you’d like it to support! If you’re building a real-world app that requires more powerful waveform display, you’ll probably want to create your own component instead.

Thanks for the reply, quick and dirty is all I need, I wont ask anything more than what it is. I just wondered if that was possible in this object, I will try your suggestion thanks !