@@ -27,19 +27,19 @@ pub use self::annotation::{Annotation, ArrowSide, ClickToShow};
27
27
pub use self :: axis:: {
28
28
ArrayShow , Axis , AxisConstrain , AxisType , CategoryOrder , ColorAxis , ConstrainDirection ,
29
29
RangeMode , RangeSelector , RangeSlider , RangeSliderYAxis , SelectorButton , SelectorStep ,
30
- SliderRangeMode , StepMode , TicksDirection , TicksPosition ,
30
+ SliderRangeMode , SpikeMode , SpikeSnap , StepMode , TicksDirection , TicksPosition ,
31
31
} ;
32
32
pub use self :: geo:: LayoutGeo ;
33
33
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 } ;
35
35
pub use self :: mapbox:: { Center , Mapbox , MapboxStyle } ;
36
36
pub use self :: modes:: {
37
37
AspectMode , BarMode , BarNorm , BoxMode , ClickMode , UniformTextMode , ViolinMode , WaterfallMode ,
38
38
} ;
39
39
pub use self :: rangebreaks:: RangeBreak ;
40
40
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 ,
43
43
} ;
44
44
pub use self :: shape:: {
45
45
ActiveShape , DrawDirection , FillRule , NewShape , Shape , ShapeLayer , ShapeLine , ShapeSizeMode ,
0 commit comments