Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update to Lets-Plot Kotlin API v1.1.0, Lets-Plot v1.5.4 #111

Closed
wants to merge 10 commits into from
18 changes: 18 additions & 0 deletions libraries/lets-plot-gt.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
{
"properties": {
"api": "1.1.0",
"gt": "[23,)"
},
"link": "https://github.com/JetBrains/lets-plot-kotlin",
"repositories": [
"https://repo.osgeo.org/repository/release",
"https://jetbrains.bintray.com/lets-plot-maven"
],
"dependencies": [
"org.jetbrains.lets-plot-kotlin:lets-plot-kotlin-geotools:$api",
"org.geotools:gt-geojson:$gt"
],
"imports": [
"jetbrains.letsPlot.toolkit.geotools.toSpatialDataset"
]
}
10 changes: 6 additions & 4 deletions libraries/lets-plot.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"description": "ggplot-like interactive visualization for Kotlin",
"properties": {
"api": "1.0.0",
"lib": "1.5.2",
"js": "1.5.2",
"api": "1.1.0",
"lib": "1.5.4",
"js": "1.5.4",
"isolatedFrame": ""
},
"link": "https://github.com/JetBrains/lets-plot-kotlin",
Expand All @@ -23,7 +23,9 @@
"jetbrains.letsPlot.scale.*",
"jetbrains.letsPlot.facet.*",
"jetbrains.letsPlot.sampling.*",
"jetbrains.letsPlot.export.*"
"jetbrains.letsPlot.export.*",
"jetbrains.letsPlot.tooltips.layer_tooltips",
"jetbrains.letsPlot.tooltips.tooltips_none"
],
"init": [
"import jetbrains.letsPlot.LetsPlot",
Expand Down