kevinzhow / PNChart

A simple and beautiful chart lib used in Piner and CoinsMan for iOS
MIT License
9.71k stars 1.76k forks source link

"showSmoothLines" property of PNLineChart doesn't work. #365

Closed iwufan closed 7 years ago

iwufan commented 7 years ago

I have set this property as YES, but my lineChart still shows normal lines. Should I do any other setups to make it work well.

iwufan commented 7 years ago

It's my fault. I didn't use this property correctly. We should set this property before call the method "strokeChart". I have modify my codes, and it works well now.