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(visx): add new packages to @visx/visx #1868

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions packages/visx-visx/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,10 @@ import * as Annotation from '@visx/annotation';
import * as Axis from '@visx/axis';
import * as Bounds from '@visx/bounds';
import * as Brush from '@visx/brush';
import * as Chord from '@visx/chord';
import * as ClipPath from '@visx/clip-path';
import * as Curve from '@visx/curve';
import * as Delaunay from '@visx/delaunay';
import * as Drag from '@visx/drag';
import * as Event from '@visx/event';
import * as Geo from '@visx/geo';
Expand All @@ -19,12 +21,15 @@ import * as MockData from '@visx/mock-data';
import * as Network from '@visx/network';
import * as Pattern from '@visx/pattern';
import * as Point from '@visx/point';
import * as ReactSpring from '@visx/react-spring';
import * as Responsive from '@visx/responsive';
import * as Scale from '@visx/scale';
import * as Shape from '@visx/shape';
import * as Stats from '@visx/stats';
import * as Text from '@visx/text';
import * as Threshold from '@visx/threshold';
import * as Tooltip from '@visx/tooltip';
import * as Vendor from '@visx/vendor';
import * as Voronoi from '@visx/voronoi';
import * as Wordcloud from '@visx/wordcloud';
import * as XYChart from '@visx/xychart';
Expand All @@ -35,8 +40,10 @@ export {
Axis,
Bounds,
Brush,
Chord,
ClipPath,
Curve,
Delaunay,
Drag,
Event,
Geo,
Expand All @@ -52,12 +59,15 @@ export {
Network,
Pattern,
Point,
ReactSpring,
Responsive,
Scale,
Shape,
Stats,
Text,
Threshold,
Tooltip,
Vendor,
Voronoi,
Wordcloud,
XYChart,
Expand Down