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 58e9cab commit 70d67d7Copy full SHA for 70d67d7
README.md
@@ -61,6 +61,8 @@ Add the corresponding dependency to your project, like
61
libraryDependencies += "org.plotly-scala" %%% "plotly-render" % "0.1.0"
62
```
63
64
+Note that there are no version published for scala 2.10 yet, because of the limitation of case classes to 22 members with it.
65
+
66
From your code, add some imports for plotly,
67
```scala
68
import plotly._, element._, layout._, Plotly._
0 commit comments