Victor Cazanave

Results 30 comments of Victor Cazanave

I've never used Next.js but it looks like you're trying to import a CommonJS module and this repository provides only ES modules. If needed, an `index.cjs.js` could also be generated...

The script [svgToJs.js](https://github.com/VictorCazanave/svg-maps/blob/master/svgToJs.js) must be modified and run for all the maps to publish the CommonJS versions. I don't know when I have time to work on that, so if...

Hi @kohki-shikata , Thanks for reporting this issue! The [MapSVG contact page](https://mapsvg.com/contact) provides 2 ways to contact them. It looks like you must register an account to open a support...

You can try [Inkscape](https://inkscape.org/) but I don't know if it will work better. I searched for another SVG file: 1. [this one](https://simplemaps.com/resources/svg-jp) seems to have the same issue 2. [this...

Thank you for reporting this issue @mpancewicz! This component was built for Vue 2, then I'm not surprised it doesn't work directly with Vue 3. I'll try to make it...

Thank you for the link @Neon22! My initial plan was to keep the same components (hoping they would be compatible with Vue 3) and update the wrapper to support both...

@xaksis Thanks for your detailed feedback! You're right, I tried this solution on a simple use case: no filters row and no sort indicator. By curiosity I will try to...

@manofthefort Thanks! I didn't know this property. Unfortunately I think the [browsers support](https://caniuse.com/#search=scrollbar) is not good enough 😢 However it can be a good workaround for people who only need...

@xaksis Thanks for still working on it! I'm too busy recently. Here is how the examples of the documentation look on Windows (10) + Chrome (69): ![image](https://user-images.githubusercontent.com/8233304/46925683-c1ff3a80-d05f-11e8-9127-c0e8fd7fec89.png) 😞 Even with...

Sorry for the late reply! Here is how this [codepen](https://codepen.io/VictorCazanave/pen/bmvEMR) looks on Windows (10) + Chrome (69): ![image](https://user-images.githubusercontent.com/8233304/47126694-3fbf8200-d2bc-11e8-9836-602e8760dda3.png) 2 headers are visible and the columns are not aligned from beginning...