Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Current »


Schritt-für-Schritt-Anleitung

  1. To adjust the appearance of the line itself in a linechart please use the following css snippet
  2. Please use the nth- child selector to specify the series you want to refer to

  3. For color adjustment please use the stroke property. Stroke-dasharray for achieving a dotted line.
  4. .GraphomateLayer:nth-child(1)> .lineElements {stroke: red !important}
    .GraphomateLayer:nth-child(2)> .lineElements {stroke-dasharray:5,3 !important}

  

Verwandte Artikel



  • No labels