Skip to content

Commit ba00d85

Browse files
committed
add missing re-exports for layout types
Signed-off-by: Andrei Gherghescu <8067229+andrei-ng@users.noreply.github.com>
1 parent 6b90b19 commit ba00d85

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

plotly/src/layout/mod.rs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,19 +27,19 @@ pub use self::annotation::{Annotation, ArrowSide, ClickToShow};
2727
pub use self::axis::{
2828
ArrayShow, Axis, AxisConstrain, AxisType, CategoryOrder, ColorAxis, ConstrainDirection,
2929
RangeMode, RangeSelector, RangeSlider, RangeSliderYAxis, SelectorButton, SelectorStep,
30-
SliderRangeMode, StepMode, TicksDirection, TicksPosition,
30+
SliderRangeMode, SpikeMode, SpikeSnap, StepMode, TicksDirection, TicksPosition,
3131
};
3232
pub use self::geo::LayoutGeo;
3333
pub use self::grid::{GridDomain, GridPattern, GridXSide, GridYSide, LayoutGrid, RowOrder};
34-
pub use self::legend::{GroupClick, Legend, TraceOrder};
34+
pub use self::legend::{GroupClick, ItemClick, ItemSizing, Legend, TraceOrder};
3535
pub use self::mapbox::{Center, Mapbox, MapboxStyle};
3636
pub use self::modes::{
3737
AspectMode, BarMode, BarNorm, BoxMode, ClickMode, UniformTextMode, ViolinMode, WaterfallMode,
3838
};
3939
pub use self::rangebreaks::RangeBreak;
4040
pub use self::scene::{
41-
Camera, CameraCenter, DragMode, DragMode3D, HoverMode, LayoutScene, Projection, ProjectionType,
42-
Rotation,
41+
AspectRatio, Camera, CameraCenter, DragMode, DragMode3D, Eye, HoverMode, LayoutScene,
42+
Projection, ProjectionType, Rotation, Up,
4343
};
4444
pub use self::shape::{
4545
ActiveShape, DrawDirection, FillRule, NewShape, Shape, ShapeLayer, ShapeLine, ShapeSizeMode,

0 commit comments

Comments
 (0)