@@ -27,19 +27,19 @@ pub use self::annotation::{Annotation, ArrowSide, ClickToShow};
2727pub 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} ;
3232pub use self :: geo:: LayoutGeo ;
3333pub 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 } ;
3535pub use self :: mapbox:: { Center , Mapbox , MapboxStyle } ;
3636pub use self :: modes:: {
3737 AspectMode , BarMode , BarNorm , BoxMode , ClickMode , UniformTextMode , ViolinMode , WaterfallMode ,
3838} ;
3939pub use self :: rangebreaks:: RangeBreak ;
4040pub 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} ;
4444pub use self :: shape:: {
4545 ActiveShape , DrawDirection , FillRule , NewShape , Shape , ShapeLayer , ShapeLine , ShapeSizeMode ,
0 commit comments