You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ℹ Please fill out this template when filing an issue.
i create a CombinedChartView, draw a lineData and candleData,candle is unable to draw,.
I checkde Demo ,i found this code "guard
let dataProvider = dataProvider,
let chart = dataProvider as? CandleStickChartView
else { return }" in this function "drawDataSet" at CandleStickChartRenderer this file,
run this here ,Always return, ”let chart = dataProvider as? CandleStickChartView“ because type mismatch .but The demo is not has this code .
I guess this is not the latest version. I modified this code, candle is able drawed.
I hope to update the version as soon as possible for pods.
ℹ Please replace this with what you did.
I modified this code,
ℹ Please replace this with what you expected to happen.
I modified this code, candle is able drawed.
ℹ Please replace this with of what happened instead.
I checkde Demo ,i found this code "guard
let dataProvider = dataProvider,
let chart = dataProvider as? CandleStickChartView
else { return }" in this function "drawDataSet" at CandleStickChartRenderer this file,
run this here ,Always return, ”let chart = dataProvider as? CandleStickChartView“ because type mismatch .but The demo is not has this code .
I guess this is not the latest version. I modified this code, candle is able drawed.
I hope to update the version as soon as possible for pods.
ℹ Please replace this with what you did.
I modified this code,
ℹ Please replace this with what you expected to happen.
I modified this code, candle is able drawed.
ℹ Please replace this with of what happened instead.
Charts Environment
Charts version/Branch/Commit Number:
**Xcode version:10.1
**Swift version:4.2
**Platform(s) running Charts:iphone 8
The text was updated successfully, but these errors were encountered: