1+ use plotly_derive:: FieldSetter ;
12use serde:: Serialize ;
23use update_menu:: UpdateMenu ;
34
45use crate :: {
56 color:: Color ,
67 common:: { ColorScale , Orientation } ,
78} ;
8- use plotly_derive:: FieldSetter ;
99
1010pub mod themes;
1111pub mod update_menu;
@@ -30,15 +30,18 @@ pub use self::axis::{
3030pub use self :: grid:: { GridDomain , GridPattern , GridXSide , GridYSide , LayoutGrid , RowOrder } ;
3131/// LayoutTemplate matches Layout except it lacks a field for template
3232/// See layout/layout.rs for the full field list and doc comments.
33- /// Layout is identical to LayoutTemplate except it has a `template` field and #[field_setter(kind = "layout")]
34- /// See layout/layout.rs for the full field list and doc comments.
33+ /// Layout is identical to LayoutTemplate except it has a `template` field and
34+ /// #[field_setter(kind = "layout")] See layout/layout.rs for the full field
35+ /// list and doc comments.
3536pub use self :: layout:: { Layout , LayoutTemplate , Template } ;
3637pub use self :: legend:: { Legend , TraceOrder } ;
37- pub use self :: mapbox:: { Mapbox , MapboxStyle } ;
38+ pub use self :: mapbox:: { Center , Mapbox , MapboxStyle } ;
3839pub use self :: modes:: {
39- BarMode , BarNorm , BoxMode , ClickMode , UniformTextMode , ViolinMode , WaterfallMode ,
40+ AspectMode , BarMode , BarNorm , BoxMode , ClickMode , UniformTextMode , ViolinMode , WaterfallMode ,
41+ } ;
42+ pub use self :: scene:: {
43+ Camera , CameraCenter , DragMode , DragMode3D , HoverMode , LayoutScene , Projection , ProjectionType ,
4044} ;
41- pub use self :: scene:: { DragMode , DragMode3D , HoverMode , LayoutScene , Projection , ProjectionType } ;
4245pub use self :: shape:: {
4346 ActiveShape , DrawDirection , FillRule , NewShape , Shape , ShapeLayer , ShapeLine , ShapeSizeMode ,
4447 ShapeType ,
0 commit comments