Is it possible to add line color and thickness to analog variables?

0 votes
asked Jun 29, 2022 in Wanted features by anonymous

I would like to be able to change the color and thickness of analog signals similar to other lines in a timing diagram. for example, you could have:

<style>

timingDiagram {

  .red {

    LineColor red

  }

  .blue {

    LineColor blue

    LineThickness 5

  }

}

</style>

analog "Vcore" as VDD <<red>>

binary "Vcore_EN" as VDD_EN <<blue>>

Currently this syntax works with the binary signal but not the analog one.

Thanks!

1 Answer

0 votes
answered Jun 29, 2022 by plantuml (295,000 points)
 
Best answer

Thanks for the report!

This is fixed on the online server and with last snapshot.

Tell us if you find other issues.

...