From 35ba11a0343f626aa1832b4ba43a0ed2363fc265 Mon Sep 17 00:00:00 2001 From: Robert Jaros Date: Sat, 6 Apr 2019 19:36:32 +0200 Subject: Dokka upgrade to 0.9.18 --- api/pl.treksoft.kvision.chart/-legend-label-options/-init-.html | 2 +- api/pl.treksoft.kvision.chart/-legend-label-options/filter.html | 2 +- .../-legend-label-options/generate-labels.html | 2 +- api/pl.treksoft.kvision.chart/-legend-label-options/index.html | 6 +++--- 4 files changed, 6 insertions(+), 6 deletions(-) (limited to 'api/pl.treksoft.kvision.chart/-legend-label-options') diff --git a/api/pl.treksoft.kvision.chart/-legend-label-options/-init-.html b/api/pl.treksoft.kvision.chart/-legend-label-options/-init-.html index 389c79f3..e4bbc1a7 100644 --- a/api/pl.treksoft.kvision.chart/-legend-label-options/-init-.html +++ b/api/pl.treksoft.kvision.chart/-legend-label-options/-init-.html @@ -9,7 +9,7 @@

<init>

-LegendLabelOptions(boxWidth: Int = 40, fontSize: Int = 12, fontStyle: FontStyle? = null, fontColor: Color? = null, fontFamily: String? = null, padding: Int = 10, generateLabels: (chart: Any) -> Any = null, filter: (legendItem: ChartLegendLabelItem, data: ChartData) -> Any = null, usePointStyle: Boolean = false) +LegendLabelOptions(boxWidth: Int = 40, fontSize: Int = 12, fontStyle: FontStyle? = null, fontColor: Color? = null, fontFamily: String? = null, padding: Int = 10, generateLabels: ((chart: Any) -> Any)? = null, filter: ((legendItem: Chart.ChartLegendLabelItem, data: Chart.ChartData) -> Any)? = null, usePointStyle: Boolean = false)

Chart legend label options.

diff --git a/api/pl.treksoft.kvision.chart/-legend-label-options/filter.html b/api/pl.treksoft.kvision.chart/-legend-label-options/filter.html index f0805e54..7a8779d5 100644 --- a/api/pl.treksoft.kvision.chart/-legend-label-options/filter.html +++ b/api/pl.treksoft.kvision.chart/-legend-label-options/filter.html @@ -9,6 +9,6 @@

filter

-val filter: (legendItem: ChartLegendLabelItem, data: ChartData) -> Any +val filter: ((legendItem: Chart.ChartLegendLabelItem, data: Chart.ChartData) -> Any)? diff --git a/api/pl.treksoft.kvision.chart/-legend-label-options/generate-labels.html b/api/pl.treksoft.kvision.chart/-legend-label-options/generate-labels.html index 9a4319bd..99fad0d7 100644 --- a/api/pl.treksoft.kvision.chart/-legend-label-options/generate-labels.html +++ b/api/pl.treksoft.kvision.chart/-legend-label-options/generate-labels.html @@ -9,6 +9,6 @@

generateLabels

-val generateLabels: (chart: Any) -> Any +val generateLabels: ((chart: Any) -> Any)? diff --git a/api/pl.treksoft.kvision.chart/-legend-label-options/index.html b/api/pl.treksoft.kvision.chart/-legend-label-options/index.html index 19097126..b04b8dd9 100644 --- a/api/pl.treksoft.kvision.chart/-legend-label-options/index.html +++ b/api/pl.treksoft.kvision.chart/-legend-label-options/index.html @@ -18,7 +18,7 @@

<init>

-LegendLabelOptions(boxWidth: Int = 40, fontSize: Int = 12, fontStyle: FontStyle? = null, fontColor: Color? = null, fontFamily: String? = null, padding: Int = 10, generateLabels: (chart: Any) -> Any = null, filter: (legendItem: ChartLegendLabelItem, data: ChartData) -> Any = null, usePointStyle: Boolean = false) +LegendLabelOptions(boxWidth: Int = 40, fontSize: Int = 12, fontStyle: FontStyle? = null, fontColor: Color? = null, fontFamily: String? = null, padding: Int = 10, generateLabels: ((chart: Any) -> Any)? = null, filter: ((legendItem: Chart.ChartLegendLabelItem, data: Chart.ChartData) -> Any)? = null, usePointStyle: Boolean = false)

Chart legend label options.

@@ -39,7 +39,7 @@

filter

-val filter: (legendItem: ChartLegendLabelItem, data: ChartData) -> Any +val filter: ((legendItem: Chart.ChartLegendLabelItem, data: Chart.ChartData) -> Any)? @@ -74,7 +74,7 @@

generateLabels

-val generateLabels: (chart: Any) -> Any +val generateLabels: ((chart: Any) -> Any)? -- cgit