From a8ff23c5e58394c21e2e7c2a4880302b43b60dfd Mon Sep 17 00:00:00 2001 From: Robert Jaros Date: Thu, 16 May 2019 15:06:28 +0200 Subject: API documentation for KVision 0.0.36 --- api/pl.treksoft.kvision.chart/-configuration/index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'api/pl.treksoft.kvision.chart/-configuration/index.html') diff --git a/api/pl.treksoft.kvision.chart/-configuration/index.html b/api/pl.treksoft.kvision.chart/-configuration/index.html index 4af25af6..0eb2b05b 100644 --- a/api/pl.treksoft.kvision.chart/-configuration/index.html +++ b/api/pl.treksoft.kvision.chart/-configuration/index.html @@ -18,7 +18,7 @@

<init>

-Configuration(type: ChartType, dataSets: List<DataSets>, labels: List<String>? = null, options: Options? = null) +Configuration(type: ChartType, dataSets: List<DataSets>, labels: List<String>? = null, options: ChartOptions? = null)

Chart configuration.

@@ -46,7 +46,7 @@

options

-val options: Options? +val options: ChartOptions? -- cgit