-
-
Notifications
You must be signed in to change notification settings - Fork 6
Added support for HiZones #24
Conversation
Thank you for your pull request and welcome to our community. We could not parse the GitHub identity of the following contributors: Daniel Grima.
|
Thank you for your pull request and welcome to our community. We require contributors to sign our Contributor License Agreement, and we don't seem to have you on file. In order for us to review and merge your code, please sign the CLA at https://www.nativescript.org/cla. |
@cla-bot check |
The cla-bot has been summoned, and re-checked this pull request! |
Hi @dangrima90 Next time you can copy the keys for the mapper from the typings file, it's easier to implement new handlers that way 😃
|
@shiv19 you're welcome - thanks for merging 👍 Will keep that in mind in case I end up making anymore changes in the future :) |
It's 1.16am where I live. So I'll release changes in this plugin in the morning :) |
Sounds good! Thank you :) |
Published as @nativescript/ui-charts@0.1.2 :) |
@shiv19 thanks a lot :) just tested it in the application I'm working on - so far so good 👍 |
What is the current behavior?
When trying to use zones (Highcharts API; Example) The configuration is not affecting anything in the chart and
HiZones are not implemented
is shown in the console.What is the new behavior?
Added the HiZones implementation to the library.
I hope that the mapper I did is correct, I added the properties I saw listed in the Android Highcharts API.