jagomf / countries-map

World countries datamaps component for Angular
MIT License
12 stars 5 forks source link

Include CountryExtraData in ChartSelectEvent #46

Closed vpeter1119 closed 6 months ago

vpeter1119 commented 1 year ago

I'm trying to use the custom CountryExtraData I added in the function I'm executing when a country is selected, however, I noticed that only selected, value and country are included in the event. I think it would be useful to add the extra to the event data so we can use that in the event handler function.

jagomf commented 1 year ago

Will further look into it.

jagomf commented 6 months ago

Introduced in the codebase -- to be included in next v4 release