I'm trying to set the colors of eleven data series in a ScatterChart. Unfortunately JavaFX repeats colors and symbols every eight series due to the nextClearBit which is set to mudulo eight by design. There is a solution to overcome this by setting the colors manually for each data series in CSS like:I'm trying to set the colors of eleven data ser