Skip to content

Commit 8ee31bc

Browse files
committed
add missing layout exports
Signed-off-by: Andrei Gherghescu <[email protected]>
1 parent d00928e commit 8ee31bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plotly/src/layout/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ pub use self::axis::{
3030
};
3131
pub use self::geo::LayoutGeo;
3232
pub use self::grid::{GridDomain, GridPattern, GridXSide, GridYSide, LayoutGrid, RowOrder};
33-
pub use self::legend::{Legend, TraceOrder};
33+
pub use self::legend::{GroupClick, Legend, TraceOrder};
3434
pub use self::mapbox::{Center, Mapbox, MapboxStyle};
3535
pub use self::modes::{
3636
AspectMode, BarMode, BarNorm, BoxMode, ClickMode, UniformTextMode, ViolinMode, WaterfallMode,

0 commit comments

Comments
 (0)