From 4f5db77ec2db6c87cb93ceb9f7ea9ab311247f17 Mon Sep 17 00:00:00 2001 From: Robert Jaros Date: Tue, 24 Sep 2019 15:44:15 +0200 Subject: API documentation for KVision 0.0.39 --- api/pl.treksoft.kvision.chart/-chart-options/-init-.html | 4 ++-- api/pl.treksoft.kvision.chart/-chart-options/index.html | 11 +++++++++-- api/pl.treksoft.kvision.chart/-chart-options/on-click.html | 2 +- api/pl.treksoft.kvision.chart/-chart-options/plugins.html | 14 ++++++++++++++ 4 files changed, 26 insertions(+), 5 deletions(-) create mode 100644 api/pl.treksoft.kvision.chart/-chart-options/plugins.html (limited to 'api/pl.treksoft.kvision.chart/-chart-options') diff --git a/api/pl.treksoft.kvision.chart/-chart-options/-init-.html b/api/pl.treksoft.kvision.chart/-chart-options/-init-.html index 7413d46f..655e4677 100644 --- a/api/pl.treksoft.kvision.chart/-chart-options/-init-.html +++ b/api/pl.treksoft.kvision.chart/-chart-options/-init-.html @@ -8,8 +8,8 @@ kvision / pl.treksoft.kvision.chart / ChartOptions / <init>

<init>

- -ChartOptions(responsive: Boolean = true, responsiveAnimationDuration: Int = 0, aspectRatio: Int = 2, maintainAspectRatio: Boolean = true, onResize: ((chart: Chart, newSize: Chart.ChartSize) -> Unit)? = null, devicePixelRatio: Int? = null, hover: HoverOptions? = null, events: List<String>? = null, onHover: ((chart: Chart, event: MouseEvent, activeElements: Array<Any>) -> Any)? = null, onClick: ((chart: Chart, event: MouseEvent, activeElements: Array<Any>) -> Any)? = null, animation: AnimationOptions? = null, layout: LayoutOptions? = null, legend: LegendOptions? = null, legendCallback: ((chart: Chart) -> String)? = null, title: TitleOptions? = null, tooltips: TooltipOptions? = null, elements: ElementsOptions? = null, scales: ChartScales? = null, showLines: Boolean? = null, spanGaps: Boolean? = null, cutoutPercentage: Int? = null, circumference: Double? = null, rotation: Double? = null) + +ChartOptions(responsive: Boolean = true, responsiveAnimationDuration: Int = 0, aspectRatio: Int = 2, maintainAspectRatio: Boolean = true, onResize: ((chart: Chart, newSize: Chart.ChartSize) -> Unit)? = null, devicePixelRatio: Int? = null, hover: HoverOptions? = null, events: List<String>? = null, onHover: ((chart: Chart, event: MouseEvent, activeElements: Array<Any>) -> Any)? = null, onClick: ((event: MouseEvent, activeElements: Array<Any>) -> Any)? = null, animation: AnimationOptions? = null, layout: LayoutOptions? = null, legend: LegendOptions? = null, legendCallback: ((chart: Chart) -> String)? = null, title: TitleOptions? = null, tooltips: TooltipOptions? = null, elements: ElementsOptions? = null, scales: ChartScales? = null, showLines: Boolean? = null, spanGaps: Boolean? = null, cutoutPercentage: Int? = null, circumference: Double? = null, rotation: Double? = null, plugins: dynamic = null)

Chart options.

diff --git a/api/pl.treksoft.kvision.chart/-chart-options/index.html b/api/pl.treksoft.kvision.chart/-chart-options/index.html index ab6da3c8..c1654fc3 100644 --- a/api/pl.treksoft.kvision.chart/-chart-options/index.html +++ b/api/pl.treksoft.kvision.chart/-chart-options/index.html @@ -18,7 +18,7 @@

<init>

-ChartOptions(responsive: Boolean = true, responsiveAnimationDuration: Int = 0, aspectRatio: Int = 2, maintainAspectRatio: Boolean = true, onResize: ((chart: Chart, newSize: Chart.ChartSize) -> Unit)? = null, devicePixelRatio: Int? = null, hover: HoverOptions? = null, events: List<String>? = null, onHover: ((chart: Chart, event: MouseEvent, activeElements: Array<Any>) -> Any)? = null, onClick: ((chart: Chart, event: MouseEvent, activeElements: Array<Any>) -> Any)? = null, animation: AnimationOptions? = null, layout: LayoutOptions? = null, legend: LegendOptions? = null, legendCallback: ((chart: Chart) -> String)? = null, title: TitleOptions? = null, tooltips: TooltipOptions? = null, elements: ElementsOptions? = null, scales: ChartScales? = null, showLines: Boolean? = null, spanGaps: Boolean? = null, cutoutPercentage: Int? = null, circumference: Double? = null, rotation: Double? = null) +ChartOptions(responsive: Boolean = true, responsiveAnimationDuration: Int = 0, aspectRatio: Int = 2, maintainAspectRatio: Boolean = true, onResize: ((chart: Chart, newSize: Chart.ChartSize) -> Unit)? = null, devicePixelRatio: Int? = null, hover: HoverOptions? = null, events: List<String>? = null, onHover: ((chart: Chart, event: MouseEvent, activeElements: Array<Any>) -> Any)? = null, onClick: ((event: MouseEvent, activeElements: Array<Any>) -> Any)? = null, animation: AnimationOptions? = null, layout: LayoutOptions? = null, legend: LegendOptions? = null, legendCallback: ((chart: Chart) -> String)? = null, title: TitleOptions? = null, tooltips: TooltipOptions? = null, elements: ElementsOptions? = null, scales: ChartScales? = null, showLines: Boolean? = null, spanGaps: Boolean? = null, cutoutPercentage: Int? = null, circumference: Double? = null, rotation: Double? = null, plugins: dynamic = null)

Chart options.

@@ -116,7 +116,7 @@

onClick

-val onClick: ((chart: Chart, event: MouseEvent, activeElements: Array<Any>) -> Any)? +val onClick: ((event: MouseEvent, activeElements: Array<Any>) -> Any)? @@ -134,6 +134,13 @@ +

plugins

+ + +val plugins: dynamic + + +

responsive

diff --git a/api/pl.treksoft.kvision.chart/-chart-options/on-click.html b/api/pl.treksoft.kvision.chart/-chart-options/on-click.html index 83ef705d..96750f38 100644 --- a/api/pl.treksoft.kvision.chart/-chart-options/on-click.html +++ b/api/pl.treksoft.kvision.chart/-chart-options/on-click.html @@ -9,6 +9,6 @@

onClick

-val onClick: ((chart: Chart, event: MouseEvent, activeElements: Array<Any>) -> Any)? +val onClick: ((event: MouseEvent, activeElements: Array<Any>) -> Any)? diff --git a/api/pl.treksoft.kvision.chart/-chart-options/plugins.html b/api/pl.treksoft.kvision.chart/-chart-options/plugins.html new file mode 100644 index 00000000..dcc78886 --- /dev/null +++ b/api/pl.treksoft.kvision.chart/-chart-options/plugins.html @@ -0,0 +1,14 @@ + + + +ChartOptions.plugins - kvision + + + +kvision / pl.treksoft.kvision.chart / ChartOptions / plugins
+
+

plugins

+ +val plugins: dynamic + + -- cgit