react-plot
Version:
Library of React components to render SVG 2D plots.
28 lines • 728 B
JavaScript
import { Arrow } from './Arrow.js';
import { BoxPlot } from './BoxPlot.js';
import { Circle } from './Circle.js';
import { DirectedEllipse } from './DirectedEllipse.js';
import { Ellipse } from './Ellipse.js';
import { Group } from './Group.js';
import { Line } from './Line.js';
import { Polygon } from './Polygon.js';
import { Polyline } from './Polyline.js';
import { Rectangle } from './Rectangle.js';
import { Shape } from './Shape.js';
import { Text } from './Text.js';
export const Annotation = {
Arrow,
Circle,
DirectedEllipse,
Ellipse,
Group,
Line,
Rectangle,
Shape,
Text,
Polyline,
Polygon,
BoxPlot,
};
export * from './Annotations.js';
//# sourceMappingURL=index.js.map