You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I click on a province I get an error in Chrome console:
core.es5.js:1020 ERROR Error: Invalid column index null. Should be an integer in the range [0-1].
at gvjs_en (jsapi_compiled_default_module.js:75)
at gvjs_P.gvjs_.getValue (jsapi_compiled_default_module.js:89)
at angular2-google-chart.directive.ts:52
at gvjs_Zn.<anonymous> (jsapi_compiled_default_module.js:179)
at gvjs__n (jsapi_compiled_default_module.js:129)
at gvjs_Zn.gvjs_.dispatchEvent (jsapi_compiled_default_module.js:127)
at gvjs_U (jsapi_compiled_default_module.js:178)
at jsapi_compiled_default_module.js:252
at gvjs_Zn.<anonymous> (jsapi_compiled_default_module.js:179)
at gvjs__n (jsapi_compiled_default_module.js:129)
The text was updated successfully, but these errors were encountered:
Need to understand how does the selected item chooses column. Seems like it has to be supplied, but where. The author of the library has not included it in the examples.
Using Angular 4.3.1 I can show province map of Netherlands using:
When I click on a province I get an error in Chrome console:
The text was updated successfully, but these errors were encountered: