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 f037372 commit 14f9a90Copy full SHA for 14f9a90
ggdsl-echarts/src/main/kotlin/org/jetbrains/kotlinx/ggdsl/echarts/Integration.kt
@@ -18,7 +18,7 @@ import org.jetbrains.kotlinx.jupyter.api.annotations.JupyterLibrary
18
import org.jetbrains.kotlinx.jupyter.api.libraries.JupyterIntegration
19
import org.jetbrains.kotlinx.jupyter.api.libraries.resources
20
21
-private const val ECHARTS_SRC: String = "https://cdn.jsdelivr.net/npm/echarts@5.2.2/dist/echarts.min.js"
+private const val ECHARTS_SRC: String = "https://cdn.jsdelivr.net/npm/echarts@5.4.1/dist/echarts.min.js"
22
23
@JupyterLibrary
24
internal class Integration : JupyterIntegration() {
0 commit comments