wavedrom icon indicating copy to clipboard operation
wavedrom copied to clipboard

Moving data labels above/below waveform

Open kaysond opened this issue 7 years ago • 1 comments

If I have something like:

{signal: [
  {wave: 'x=x', data: ["1234567"]},
]}

The data label does not fit inside the one-unit data area. It would be nice if there was a flag that shifted the text up or down one vertical wave spacing, even if you have to add a vertical gap manually.

I realize this can be solved with hscale but for long diagrams, I'd rather keep hscale: 1

kaysond avatar Jan 24 '19 18:01 kaysond

presentative feeling ,after i know that we could adjust horizontalscale. i try to set vscale, so, suggestion that could we add support vscale just like hscale to make wave higher, either we could beauty or adjust the space to show data when wraping

heartacker avatar Aug 19 '21 08:08 heartacker