chartjs-chart-geo icon indicating copy to clipboard operation
chartjs-chart-geo copied to clipboard

Chart.js Choropleth and Bubble Maps

Results 5 chartjs-chart-geo issues
Sort by recently updated
recently updated
newest added

Hi-- I've tried editing every codepen I could find, but anytime I put a topojson file in of cities and towns in a US state, the pen just goes blank....

question

The npm example in the readme is incomplete and doesn't work. Here's one that does. ```html ``` ```js import Chart from 'chart.js/auto'; import { ChoroplethController, GeoFeature, ColorScale, ProjectionScale, topojson }...

bug
documentation

Bumps [tar](https://github.com/isaacs/node-tar) from 6.2.0 to 6.2.1. Commits bef7b1e 6.2.1 fe8cd57 prevent extraction in excessively deep subfolders fe7ebfd remove security.md See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=tar&package-manager=npm_and_yarn&previous-version=6.2.0&new-version=6.2.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will...

dependencies

Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 5.1.6 to 5.2.8. Release notes Sourced from vite's releases. [email protected] Please refer to CHANGELOG.md for details. [email protected] Please refer to CHANGELOG.md for details. [email protected] Please refer to...

dependencies

Hello! I'm encountering difficulty getting my map to display on the canvas. I apologize if I've made an error, but I've been struggling to resolve this issue and it's driving...

question