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
Refactor src/utils/d3-delaunay into packages/d3-delaunay
Refactor/cleanup src/mocks into respective packages/ or top-level utils. Might consider using a packages/mock-data to store all sample charts mock datasets.
Refactor playground into apps/playground
Refactor storybook and stories into apps/storybook
Is your feature request related to a problem? Please describe.
Switch to use yarn workspaces.
This would enable to following:
react, etc. to apeerDependencywhich will improve bundle size and usability.node@>10package.json "engine" is too restrictive #359Tasks
srcintopackages/elastic-charts/src- build(workspaces): implement src as workspace package #1178src/utils/d3-delaunayintopackages/d3-delaunaysrc/mocksinto respectivepackages/or top-level utils. Might consider using apackages/mock-datato store all sample charts mock datasets.playgroundintoapps/playgroundstorybookandstoriesintoapps/storybookstorybook-docsintoapps/storybook-docs