I am using a power chart and am trying to get a grid displayed on it. I can set props.axes[0].grid.visible equal to True and this displays horizontal lines. However, if I set props.timeAxis[0].grid.visible equal to True, vertical lines don't show up. The only way I can fix this is by making the plot color transparent by adding '50' after the hex. The grid feature on timeAxis doesn't seem like it's working right. Am I missing some way to send the time axis lines to the front?
2 Likes