Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feat/map chart #98

Merged
merged 22 commits into from
Dec 28, 2022
Merged

Feat/map chart #98

merged 22 commits into from
Dec 28, 2022

Conversation

deathsh0ot
Copy link
Contributor

@deathsh0ot deathsh0ot commented Dec 5, 2022

Motivation

This is a first draft for the new Map chart.
Adds the ability to display charts from GeoJSON data using different d3 projections methods.

Responds to #97

Type of change

Please delete options that are not relevant.

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • This change requires a documentation update

Checklist:

  • I have done the work for both react and vue
  • I have performed a self-review of my own code
  • I have commented my code, particularly in hard-to-understand areas
  • I have made corresponding changes to the documentation (Storybook)
  • I have added unit tests that prove my fix is effective or that my feature works
  • New and existing unit tests pass locally with my changes

package.json Outdated Show resolved Hide resolved
packages/ez-core/src/utils/map.ts Outdated Show resolved Hide resolved
packages/ez-core/src/utils/map.ts Outdated Show resolved Hide resolved
packages/ez-core/src/utils/map.ts Outdated Show resolved Hide resolved
packages/ez-react/src/components/Map.tsx Outdated Show resolved Hide resolved
packages/ez-react/src/components/Map.tsx Outdated Show resolved Hide resolved
packages/ez-react/src/recipes/map/MapChart.stories.tsx Outdated Show resolved Hide resolved
packages/ez-react/src/recipes/map/MapChart.tsx Outdated Show resolved Hide resolved
yarn.lock Outdated Show resolved Hide resolved
packages/ez-core/src/utils/types.ts Outdated Show resolved Hide resolved
packages/ez-vue/jest.config.js Show resolved Hide resolved
packages/ez-core/src/utils/types.ts Outdated Show resolved Hide resolved
packages/ez-core/src/utils/map.ts Outdated Show resolved Hide resolved
@marrouchi marrouchi merged commit 06dbd64 into master Dec 28, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants