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/-chart-options/-init-.html | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 api/pl.treksoft.kvision.chart/-chart-options/-init-.html (limited to 'api/pl.treksoft.kvision.chart/-chart-options/-init-.html') diff --git a/api/pl.treksoft.kvision.chart/-chart-options/-init-.html b/api/pl.treksoft.kvision.chart/-chart-options/-init-.html new file mode 100644 index 00000000..7413d46f --- /dev/null +++ b/api/pl.treksoft.kvision.chart/-chart-options/-init-.html @@ -0,0 +1,15 @@ + + + +ChartOptions.<init> - kvision + + + +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) +

Chart options.

+ + -- cgit