Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fix: fixed Trace attributes
  • Loading branch information
baszach committed May 26, 2021
commit 769e31b5a81bf7242f41d176d3eddafde1478fbd
4 changes: 2 additions & 2 deletions core/shared/src/main/scala/plotly/Trace.scala
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ object Box {
text: Option[Seq[String]] = None,
textposition: Option[PieTextPosition] = None,
hovertext: Option[OneOrSeq[String]] = None,
hoverinfo: Option[HoverInfo] = None,
hoverinfo: Option[PieHoverInfo] = None,
marker: Option[Marker] = None,
direction: Option[Direction] = None,
hole: Option[Double] = None,
Expand All @@ -212,7 +212,7 @@ object Box {
yaxis: Option[AxisReference] = None,
error_y: Option[Error] = None,
showlegend: Option[Boolean] = None,
hoverinfo: Option[PieHoverInfo] = None,
hoverinfo: Option[HoverInfo] = None,
textposition: Option[BarTextPosition] = None,
opacity: Option[Double] = None,
width: Option[OneOrSeq[Double]] = None,
Expand Down