This repository was archived by the owner on May 3, 2023. It is now read-only.

Description
@shiv19 : Thank you very much for the update! Seems like we are getting close to stable now :) I am seeing two issues, most critical one in this report as it prevents me from using this version of the plugin:
Which platform(s) does your issue occur on?
- iOS 13.5 but also other versions on emulator. Not tried on device as it likely is the same
Please, provide the following version numbers that your issue occurs with:
- CLI: ns --version 7.2.1
- Cross-platform modules: "@nativescript/core": "~7.3.0",
- Runtime(s): "tns-ios": "6.5.4", and @nativescript/ios 7.2.0
- Plugin(s): 0.1.0
Please, tell us how to recreate the issue in as much detail as possible.
Normally, I should be able to dismiss the export button on a chart by one of the two below options
-
in chart options with exporting disabled:
exporting: {
enabled: false
},
-
if exporting is enabled I should be able to disable the button as follows:
exporting: {
enabled: true
},
navigation: {
buttonOptions: {
enabled: false
}
},
Both options unfortunately do not work with the new plugin version