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/on-click.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'api/pl.treksoft.kvision.chart/-chart-options/on-click.html') 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)? -- cgit