/
Line color/ style (linechart)
Line color/ style (linechart)
Schritt-für-Schritt-Anleitung
- To adjust the appearance of the line element in a linechart please use the following css snippet
- Please replace GRAPHOMATECHART_1 with the name of the component in the layout overview in Lumira Designer, for example if your graphomate charts name is REVENUE_2020, the according selector must start with #REVENUE_2020_control
You can specify the series with seriesIndex1, seriesIndex2 etc. If you don't wish to, you can remove .seriesIndexN and leave .lineElements
- For color adjustment please use the stroke property. Stroke-dasharray for achieving a dotted line.
#GRAPHOMATECHART_1_control .lineElements.seriesIndex1 { stroke: red !important } #GRAPHOMATECHART_1_control .lineElements.seriesIndex2 { stroke-dasharray:5,3 !important }
Verwandte Artikel
, multiple selections available,
Related content
Properties
Properties
More like this
Quickstart
Quickstart
More like this
Introductory Examples
Introductory Examples
More like this
Specific Chart Options (charts)
Specific Chart Options (charts)
More like this
Linien- Farbe/ Style im Linechart
Linien- Farbe/ Style im Linechart
More like this
Properties
Properties
More like this