Is it possible to utilize 2 objects, each with a single line? https://i.sstatic.net/402Qp.png
Currently, I have set the color like this:
.chart-series-line {-fx-stroke: #ff0099; }
, which changes the color of both lines. However, I need the lines to have different colors. How can I adjust the lines individually?