From 0025b1af165fd333afb27efee1d745d1e4e42770 Mon Sep 17 00:00:00 2001 From: Robert Jaros Date: Sun, 3 Nov 2019 02:01:27 +0100 Subject: API Documentation for KVision 2.1.0 --- api/index-outline.html | 56 ++++++++++++++++++++++++++++++++++++++++++++++++-- 1 file changed, 54 insertions(+), 2 deletions(-) (limited to 'api/index-outline.html') diff --git a/api/index-outline.html b/api/index-outline.html index ccff4194..c088fab7 100644 --- a/api/index-outline.html +++ b/api/index-outline.html @@ -3380,10 +3380,11 @@ -Configuration(type: ChartType, dataSets: List<DataSets>, labels: List<String>? = null, options: ChartOptions? = null)
+Configuration(type: ChartType, dataSets: List<DataSets>, labels: List<String>? = null, options: ChartOptions? = null, plugins: List<dynamic>? = null)
val dataSets: List<DataSets>
val labels: List<String>?
val options: ChartOptions?
+val plugins: List<dynamic>?
val type: ChartType
@@ -10067,6 +10068,22 @@ +data class Response<T>
+ external interface ResponseHeaders
open class ResponsiveGridPanel : SimplePanel
@@ -15540,10 +15566,11 @@ -Configuration(type: ChartType, dataSets: List<DataSets>, labels: List<String>? = null, options: ChartOptions? = null)
+Configuration(type: ChartType, dataSets: List<DataSets>, labels: List<String>? = null, options: ChartOptions? = null, plugins: List<dynamic>? = null)
val dataSets: List<DataSets>
val labels: List<String>?
val options: ChartOptions?
+val plugins: List<dynamic>?
val type: ChartType
@@ -28508,6 +28535,22 @@ +data class Response<T>
+ open class RestClient
-- cgit