``` Chart.Candlestick( stockData, Increasing = Line.init (Color = Color.fromString "cyan"), Decreasing = Line.init (Color = Color.fromString "gray") ) ``` The same behavior is observed for Chart.OHLC Current Behavior:  Expected Behavior: 