Skip to content

Commit d0bb8f3

Browse files
alshanileasile
authored andcommitted
Switch to Lets-Plot Kotlin API 0.0.18-SNAPSHOT
Added: - Geometries: - geom_crossbar() - geom_errorbar() - geom_freqpoly() - geom_linerange() - geom_pointrange() - geom_polygon() - geom_ribbon() - geom_step() - Standardize input data series as List<*>: - Iterable<*> - Sequence<*> - Array<*> - ByteArray - ShortArray - IntArray - LongArray - FloatArray - DoubleArray - CharArray - Standardize values in the input data series: - Date, Instant and ZonedDateTime as the number of milliseconds from the epoch of 1970-01-01T00:00:00Z. - Char as string Fixed: - geom_density: - defaults: alpha=0, fill=white - support weight aesthetic - geom_histogram: added 'bin' parameters: binCount, binWidth, center, boundary. (cherry picked from commit f2ec22b)
1 parent bd1eb4b commit d0bb8f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libraries/lets-plot.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"properties": {
33
"libraryVersion": "1.4.2",
4-
"apiVersion": "0.0.17-SNAPSHOT",
4+
"apiVersion": "0.0.18-SNAPSHOT",
55
"isolatedFrame": ""
66
},
77
"link": "https://github.com/JetBrains/lets-plot-kotlin",

0 commit comments

Comments
 (0)