bbc / peaks.js

JavaScript UI component for interacting with audio waveforms
https://waveform.prototyping.bbc.co.uk
GNU Lesser General Public License v3.0
3.2k stars 279 forks source link

Moving labeltext in overview view #389

Closed jamesb93 closed 3 years ago

jamesb93 commented 3 years ago

I would like to either disable, but ideally move the label text that is produced when scrubbing through the overview view. At the moment it gets obfuscated by the waveform itself which is not ideal. What is the way to approach solving this with the API?

image

chrisn commented 3 years ago

Would this work for you?

jamesb93 commented 3 years ago

Would this work for you?

Yep this is great. Thanks for the pointer the config stuff is a little nested and I didn't see it but this looks approachable enough :)