From e1fdeebba534512f6254856660b9cd3f6a8d616e Mon Sep 17 00:00:00 2001 From: Andrei Gherghescu <8067229+andrei-ng@users.noreply.github.com> Date: Sun, 22 Jun 2025 10:50:22 +0200 Subject: [PATCH] add missing re-exports for layout types Signed-off-by: Andrei Gherghescu <8067229+andrei-ng@users.noreply.github.com> --- plotly/src/layout/mod.rs | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/plotly/src/layout/mod.rs b/plotly/src/layout/mod.rs index a2d73a2b..7701f83f 100644 --- a/plotly/src/layout/mod.rs +++ b/plotly/src/layout/mod.rs @@ -27,19 +27,19 @@ pub use self::annotation::{Annotation, ArrowSide, ClickToShow}; pub use self::axis::{ ArrayShow, Axis, AxisConstrain, AxisType, CategoryOrder, ColorAxis, ConstrainDirection, RangeMode, RangeSelector, RangeSlider, RangeSliderYAxis, SelectorButton, SelectorStep, - SliderRangeMode, StepMode, TicksDirection, TicksPosition, + SliderRangeMode, SpikeMode, SpikeSnap, StepMode, TicksDirection, TicksPosition, }; pub use self::geo::LayoutGeo; pub use self::grid::{GridDomain, GridPattern, GridXSide, GridYSide, LayoutGrid, RowOrder}; -pub use self::legend::{GroupClick, Legend, TraceOrder}; +pub use self::legend::{GroupClick, ItemClick, ItemSizing, Legend, TraceOrder}; pub use self::mapbox::{Center, Mapbox, MapboxStyle}; pub use self::modes::{ AspectMode, BarMode, BarNorm, BoxMode, ClickMode, UniformTextMode, ViolinMode, WaterfallMode, }; pub use self::rangebreaks::RangeBreak; pub use self::scene::{ - Camera, CameraCenter, DragMode, DragMode3D, HoverMode, LayoutScene, Projection, ProjectionType, - Rotation, + AspectRatio, Camera, CameraCenter, DragMode, DragMode3D, Eye, HoverMode, LayoutScene, + Projection, ProjectionType, Rotation, Up, }; pub use self::shape::{ ActiveShape, DrawDirection, FillRule, NewShape, Shape, ShapeLayer, ShapeLine, ShapeSizeMode,