Skip to content

Commit 929cbe6

Browse files
author
Ioannis Giagkiozis
committed
Fix missing ScatterPolar and ScatterPolarGL in PlotType
1 parent 4ede949 commit 929cbe6

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

plotly/src/common/mod.rs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -166,6 +166,10 @@ pub enum PlotType {
166166
ScatterGL,
167167
#[serde(rename = "scatter3d")]
168168
Scatter3D,
169+
#[serde(rename = "scatterpolar")]
170+
ScatterPolar,
171+
#[serde(rename = "scatterpolargl")]
172+
ScatterPolarGL,
169173
#[serde(rename = "bar")]
170174
Bar,
171175
#[serde(rename = "box")]

0 commit comments

Comments
 (0)