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 try to import a different TopoJSON from @unovis/ts/maps, e.g. GermanyTopoJSON instead of WorldMapTopoJSON into the component VisTopoJSONMap. Which is just the simple example from https://unovis.dev/docs/maps/TopoJSONMap, I get the error undefined, but the data exists according to console.log.
TypeError: Cannot read properties of undefined (reading 'toString') @unovis_vue.js
@reb-dev@zernonia@lee00678 Is there an error in our Vue code snippets? It looks like the variables have to prefixed with a colon, e.g. it should be :topojson="FranceTopoJSON".
When I try to import a different TopoJSON from
@unovis/ts/maps
, e.g.GermanyTopoJSON
instead ofWorldMapTopoJSON
into the componentVisTopoJSONMap
. Which is just the simple example from https://unovis.dev/docs/maps/TopoJSONMap, I get the error undefined, but the data exists according to console.log.Example: https://stackblitz.com/edit/nuxt-starter-vtxxnk?file=app.vue
I would say that there is no difference between
GermanyTopoJSON
andWorldMapTopoJSON
.The text was updated successfully, but these errors were encountered: