highcharts / highcharts-ios

iOS wrapper for Highcharts.
Other
127 stars 39 forks source link

HIChartView.addFont(path) does not work after updating to new version of SDK 8.0.4 #306

Closed oleh-hastov closed 4 years ago

oleh-hastov commented 4 years ago

Hi!

HIChartView.addFont(path) does not work after updating to new version of SDK 8.0.4. But it works okay in version 8.0.0

1) I add:

let path = Bundle.main.path(forResource: "Barlow-Regular", ofType: "ttf")
HIChartView.addFont(path)

2) Then I use in many places, but it does not work anymore and does not apply anywhere;

Testing env: SWIFT, iOS 13.2.2, HC SDK 8.0.4

ihnatmoisieiev commented 4 years ago

Hello @gasta-java,

thank you for reporting the issue. It will be fixed in the next release.

mansoor92 commented 4 years ago

Can you please tell me when next release is expected. Is there a workaround or prerelease that i can use. Thanks

ihnatmoisieiev commented 4 years ago

@gasta-java the issue has been fixed in the latest 8.1.0 version. Can I close it?