Skip to content

Commit 9441663

Browse files
committed
Add theme support for legend ticks, add demo notebook.
Update 'Kotlin Island' demo in the gallery and add to the release folder.
1 parent 9228ee2 commit 9441663

File tree

7 files changed

+8469
-201
lines changed

7 files changed

+8469
-201
lines changed

build.gradle.kts

+3-2
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,9 @@ allprojects {
3434
group = "org.jetbrains.lets-plot"
3535
version = when (name) {
3636
"dokka" -> "4.9.4"
37-
// else -> "4.9.4-SNAPSHOT"
38-
else -> "0.0.0-SNAPSHOT" // for local publishing only
37+
// else -> "4.10.0-SNAPSHOT"
38+
else -> "4.10.0-rc1"
39+
// else -> "0.0.0-SNAPSHOT" // for local publishing only
3940
}
4041

4142
tasks.withType<org.jetbrains.kotlin.gradle.tasks.KotlinCompile>().all {

docs/examples/jupyter-notebooks/f-4.10.0/ggbunch_kotlin_isl.ipynb

+3,117
Large diffs are not rendered by default.
Loading

0 commit comments

Comments
 (0)