Ah, I guess I couldn’t make up my mind about how I wanted to color the lines. The colors exist in the core libraries and you easily expose them on the component by adding the following line to this part of the code:
from ladybug_rhino.color import color_to_color
colors = [color_to_color(col) for col in month_chart.colors]
But what I really wanted to do was something similar to what I did with the colored points on the SunPath. I was a little afraid to do it, though, because I couldn’t figure out why I needed to add a certain line of code to get the colored points to display. And then we got this report here:
Have you found anyone experiencing issues with the SunPath colored points, @AbrahamYezioro ? If you haven’t noticed anyone else on the forum with the issue and your class doesn’t experience it, the issue must be so rare that I’ll implement the same solution on the Monthly Chart here.