We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d886615 commit 2cdc263Copy full SHA for 2cdc263
core/shared/src/main/scala/plotly/Trace.scala
@@ -175,8 +175,8 @@ object Box {
175
xaxis: Option[AxisReference] = None,
176
yaxis: Option[AxisReference] = None,
177
colormodel: Option[ColorModel] = None,
178
- zmax: Option[Seq[Int]] = None,
179
- zmin: Option[Seq[Int]] = None,
+ zmax: Option[Seq[Double]] = None,
+ zmin: Option[Seq[Double]] = None,
180
hoverlabel: Option[HoverLabel] = None
181
) extends Trace
182
0 commit comments