-
Notifications
You must be signed in to change notification settings - Fork 17
Hover events added #6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Conversation
|
Hello @mrityunjaygr8, thanks for your PR. Could you add an example in the doc on how to get the current selected country and its value? I think also that the color bar should be deactivable with a property. |
|
Hi @frossigneux |
…shown or not, README updated to reflect new property
…SO 3166 Code, README updated to reflect the same
|
Hi @frossigneux I've updated the package now. In order to show the country's full name, currently I use another Object which has the ISO 3166 code as the key and Country's full name as the value. |
suggested by @mulhoon replaced :v-if by v-if Co-Authored-By: Nic Mulvaney <[email protected]>
mouseenter and mouseleave event listeners added so that additional data/effects can be shown on hover of the country.
Readme updated to document the same functionality