I have been using BEMSimpleLineGraph for my project which was initially build for swift 2.3, now I was migrating it to swift 3 so after updating the the library to version 4.1 it gives me the following error that it can't override the methods as they are not available but upon removing the methods it says
'ViewController' does not conform to protocol 'BEMSimpleLineGraphDataSource'