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 --- .../-chart/-common-axe/after-build-ticks.html | 2 +- .../-common-axe/after-calculate-tick-rotation.html | 2 +- .../-chart/-common-axe/after-data-limits.html | 2 +- .../-chart/-common-axe/after-fit.html | 2 +- .../-chart/-common-axe/after-set-dimension.html | 2 +- .../after-tick-to-label-conversion.html | 2 +- .../-chart/-common-axe/after-update.html | 2 +- .../-chart/-common-axe/before-build-ticks.html | 2 +- .../before-calculate-tick-rotation.html | 2 +- .../-chart/-common-axe/before-data-limits.html | 2 +- .../-chart/-common-axe/before-fit.html | 2 +- .../-chart/-common-axe/before-set-dimension.html | 2 +- .../before-tick-to-label-conversion.html | 2 +- .../-chart/-common-axe/before-update.html | 2 +- .../-chart/-common-axe/grid-lines.html | 2 +- .../-chart/-common-axe/index.html | 40 +++++++++++----------- .../-chart/-common-axe/scale-label.html | 2 +- .../-chart/-common-axe/ticks.html | 2 +- .../-chart/-common-axe/time.html | 2 +- 19 files changed, 38 insertions(+), 38 deletions(-) (limited to 'api/pl.treksoft.kvision.chart.js/-chart/-common-axe') diff --git a/api/pl.treksoft.kvision.chart.js/-chart/-common-axe/after-build-ticks.html b/api/pl.treksoft.kvision.chart.js/-chart/-common-axe/after-build-ticks.html index 0777f517..cf817401 100644 --- a/api/pl.treksoft.kvision.chart.js/-chart/-common-axe/after-build-ticks.html +++ b/api/pl.treksoft.kvision.chart.js/-chart/-common-axe/after-build-ticks.html @@ -9,6 +9,6 @@

afterBuildTicks

-open val afterBuildTicks: (scale: Any?) -> Unit +open val afterBuildTicks: ((scale: Any?) -> Unit)? diff --git a/api/pl.treksoft.kvision.chart.js/-chart/-common-axe/after-calculate-tick-rotation.html b/api/pl.treksoft.kvision.chart.js/-chart/-common-axe/after-calculate-tick-rotation.html index 2d4540b5..f4b52624 100644 --- a/api/pl.treksoft.kvision.chart.js/-chart/-common-axe/after-calculate-tick-rotation.html +++ b/api/pl.treksoft.kvision.chart.js/-chart/-common-axe/after-calculate-tick-rotation.html @@ -9,6 +9,6 @@

afterCalculateTickRotation

-open val afterCalculateTickRotation: (scale: Any?) -> Unit +open val afterCalculateTickRotation: ((scale: Any?) -> Unit)? diff --git a/api/pl.treksoft.kvision.chart.js/-chart/-common-axe/after-data-limits.html b/api/pl.treksoft.kvision.chart.js/-chart/-common-axe/after-data-limits.html index d2d3b320..25f09bfc 100644 --- a/api/pl.treksoft.kvision.chart.js/-chart/-common-axe/after-data-limits.html +++ b/api/pl.treksoft.kvision.chart.js/-chart/-common-axe/after-data-limits.html @@ -9,6 +9,6 @@

afterDataLimits

-open val afterDataLimits: (scale: Any?) -> Unit +open val afterDataLimits: ((scale: Any?) -> Unit)? diff --git a/api/pl.treksoft.kvision.chart.js/-chart/-common-axe/after-fit.html b/api/pl.treksoft.kvision.chart.js/-chart/-common-axe/after-fit.html index b63f59de..3a7af199 100644 --- a/api/pl.treksoft.kvision.chart.js/-chart/-common-axe/after-fit.html +++ b/api/pl.treksoft.kvision.chart.js/-chart/-common-axe/after-fit.html @@ -9,6 +9,6 @@

afterFit

-open val afterFit: (scale: Any?) -> Unit +open val afterFit: ((scale: Any?) -> Unit)? diff --git a/api/pl.treksoft.kvision.chart.js/-chart/-common-axe/after-set-dimension.html b/api/pl.treksoft.kvision.chart.js/-chart/-common-axe/after-set-dimension.html index 2b169c70..98b15369 100644 --- a/api/pl.treksoft.kvision.chart.js/-chart/-common-axe/after-set-dimension.html +++ b/api/pl.treksoft.kvision.chart.js/-chart/-common-axe/after-set-dimension.html @@ -9,6 +9,6 @@

afterSetDimension

-open val afterSetDimension: (scale: Any?) -> Unit +open val afterSetDimension: ((scale: Any?) -> Unit)? diff --git a/api/pl.treksoft.kvision.chart.js/-chart/-common-axe/after-tick-to-label-conversion.html b/api/pl.treksoft.kvision.chart.js/-chart/-common-axe/after-tick-to-label-conversion.html index 76976738..158e6808 100644 --- a/api/pl.treksoft.kvision.chart.js/-chart/-common-axe/after-tick-to-label-conversion.html +++ b/api/pl.treksoft.kvision.chart.js/-chart/-common-axe/after-tick-to-label-conversion.html @@ -9,6 +9,6 @@

afterTickToLabelConversion

-open val afterTickToLabelConversion: (scale: Any?) -> Unit +open val afterTickToLabelConversion: ((scale: Any?) -> Unit)? diff --git a/api/pl.treksoft.kvision.chart.js/-chart/-common-axe/after-update.html b/api/pl.treksoft.kvision.chart.js/-chart/-common-axe/after-update.html index 5723fed2..807391ed 100644 --- a/api/pl.treksoft.kvision.chart.js/-chart/-common-axe/after-update.html +++ b/api/pl.treksoft.kvision.chart.js/-chart/-common-axe/after-update.html @@ -9,6 +9,6 @@

afterUpdate

-open val afterUpdate: (scale: Any?) -> Unit +open val afterUpdate: ((scale: Any?) -> Unit)? diff --git a/api/pl.treksoft.kvision.chart.js/-chart/-common-axe/before-build-ticks.html b/api/pl.treksoft.kvision.chart.js/-chart/-common-axe/before-build-ticks.html index 59a6d016..b3fc9151 100644 --- a/api/pl.treksoft.kvision.chart.js/-chart/-common-axe/before-build-ticks.html +++ b/api/pl.treksoft.kvision.chart.js/-chart/-common-axe/before-build-ticks.html @@ -9,6 +9,6 @@

beforeBuildTicks

-open val beforeBuildTicks: (scale: Any?) -> Unit +open val beforeBuildTicks: ((scale: Any?) -> Unit)? diff --git a/api/pl.treksoft.kvision.chart.js/-chart/-common-axe/before-calculate-tick-rotation.html b/api/pl.treksoft.kvision.chart.js/-chart/-common-axe/before-calculate-tick-rotation.html index c85e86ff..e2c20e6d 100644 --- a/api/pl.treksoft.kvision.chart.js/-chart/-common-axe/before-calculate-tick-rotation.html +++ b/api/pl.treksoft.kvision.chart.js/-chart/-common-axe/before-calculate-tick-rotation.html @@ -9,6 +9,6 @@

beforeCalculateTickRotation

-open val beforeCalculateTickRotation: (scale: Any?) -> Unit +open val beforeCalculateTickRotation: ((scale: Any?) -> Unit)? diff --git a/api/pl.treksoft.kvision.chart.js/-chart/-common-axe/before-data-limits.html b/api/pl.treksoft.kvision.chart.js/-chart/-common-axe/before-data-limits.html index 6d5c8152..0b71ed9e 100644 --- a/api/pl.treksoft.kvision.chart.js/-chart/-common-axe/before-data-limits.html +++ b/api/pl.treksoft.kvision.chart.js/-chart/-common-axe/before-data-limits.html @@ -9,6 +9,6 @@

beforeDataLimits

-open val beforeDataLimits: (scale: Any?) -> Unit +open val beforeDataLimits: ((scale: Any?) -> Unit)? diff --git a/api/pl.treksoft.kvision.chart.js/-chart/-common-axe/before-fit.html b/api/pl.treksoft.kvision.chart.js/-chart/-common-axe/before-fit.html index a1c1859e..d1977ec3 100644 --- a/api/pl.treksoft.kvision.chart.js/-chart/-common-axe/before-fit.html +++ b/api/pl.treksoft.kvision.chart.js/-chart/-common-axe/before-fit.html @@ -9,6 +9,6 @@

beforeFit

-open val beforeFit: (scale: Any?) -> Unit +open val beforeFit: ((scale: Any?) -> Unit)? diff --git a/api/pl.treksoft.kvision.chart.js/-chart/-common-axe/before-set-dimension.html b/api/pl.treksoft.kvision.chart.js/-chart/-common-axe/before-set-dimension.html index 51e6ac6e..10076ad5 100644 --- a/api/pl.treksoft.kvision.chart.js/-chart/-common-axe/before-set-dimension.html +++ b/api/pl.treksoft.kvision.chart.js/-chart/-common-axe/before-set-dimension.html @@ -9,6 +9,6 @@

beforeSetDimension

-open val beforeSetDimension: (scale: Any?) -> Unit +open val beforeSetDimension: ((scale: Any?) -> Unit)? diff --git a/api/pl.treksoft.kvision.chart.js/-chart/-common-axe/before-tick-to-label-conversion.html b/api/pl.treksoft.kvision.chart.js/-chart/-common-axe/before-tick-to-label-conversion.html index 7a1467cf..bf156c3a 100644 --- a/api/pl.treksoft.kvision.chart.js/-chart/-common-axe/before-tick-to-label-conversion.html +++ b/api/pl.treksoft.kvision.chart.js/-chart/-common-axe/before-tick-to-label-conversion.html @@ -9,6 +9,6 @@

beforeTickToLabelConversion

-open val beforeTickToLabelConversion: (scale: Any?) -> Unit +open val beforeTickToLabelConversion: ((scale: Any?) -> Unit)? diff --git a/api/pl.treksoft.kvision.chart.js/-chart/-common-axe/before-update.html b/api/pl.treksoft.kvision.chart.js/-chart/-common-axe/before-update.html index 869fa5dd..ca48e512 100644 --- a/api/pl.treksoft.kvision.chart.js/-chart/-common-axe/before-update.html +++ b/api/pl.treksoft.kvision.chart.js/-chart/-common-axe/before-update.html @@ -9,6 +9,6 @@

beforeUpdate

-open val beforeUpdate: (scale: Any?) -> Unit +open val beforeUpdate: ((scale: Any?) -> Unit)? diff --git a/api/pl.treksoft.kvision.chart.js/-chart/-common-axe/grid-lines.html b/api/pl.treksoft.kvision.chart.js/-chart/-common-axe/grid-lines.html index a2e4a660..25030209 100644 --- a/api/pl.treksoft.kvision.chart.js/-chart/-common-axe/grid-lines.html +++ b/api/pl.treksoft.kvision.chart.js/-chart/-common-axe/grid-lines.html @@ -9,6 +9,6 @@

gridLines

-open var gridLines: GridLineOptions? +open var gridLines: Chart.GridLineOptions? diff --git a/api/pl.treksoft.kvision.chart.js/-chart/-common-axe/index.html b/api/pl.treksoft.kvision.chart.js/-chart/-common-axe/index.html index 756b0f02..c72a904b 100644 --- a/api/pl.treksoft.kvision.chart.js/-chart/-common-axe/index.html +++ b/api/pl.treksoft.kvision.chart.js/-chart/-common-axe/index.html @@ -17,49 +17,49 @@

afterBuildTicks

-open val afterBuildTicks: (scale: Any?) -> Unit +open val afterBuildTicks: ((scale: Any?) -> Unit)?

afterCalculateTickRotation

-open val afterCalculateTickRotation: (scale: Any?) -> Unit +open val afterCalculateTickRotation: ((scale: Any?) -> Unit)?

afterDataLimits

-open val afterDataLimits: (scale: Any?) -> Unit +open val afterDataLimits: ((scale: Any?) -> Unit)?

afterFit

-open val afterFit: (scale: Any?) -> Unit +open val afterFit: ((scale: Any?) -> Unit)?

afterSetDimension

-open val afterSetDimension: (scale: Any?) -> Unit +open val afterSetDimension: ((scale: Any?) -> Unit)?

afterTickToLabelConversion

-open val afterTickToLabelConversion: (scale: Any?) -> Unit +open val afterTickToLabelConversion: ((scale: Any?) -> Unit)?

afterUpdate

-open val afterUpdate: (scale: Any?) -> Unit +open val afterUpdate: ((scale: Any?) -> Unit)? @@ -73,49 +73,49 @@

beforeBuildTicks

-open val beforeBuildTicks: (scale: Any?) -> Unit +open val beforeBuildTicks: ((scale: Any?) -> Unit)?

beforeCalculateTickRotation

-open val beforeCalculateTickRotation: (scale: Any?) -> Unit +open val beforeCalculateTickRotation: ((scale: Any?) -> Unit)?

beforeDataLimits

-open val beforeDataLimits: (scale: Any?) -> Unit +open val beforeDataLimits: ((scale: Any?) -> Unit)?

beforeFit

-open val beforeFit: (scale: Any?) -> Unit +open val beforeFit: ((scale: Any?) -> Unit)?

beforeSetDimension

-open val beforeSetDimension: (scale: Any?) -> Unit +open val beforeSetDimension: ((scale: Any?) -> Unit)?

beforeTickToLabelConversion

-open val beforeTickToLabelConversion: (scale: Any?) -> Unit +open val beforeTickToLabelConversion: ((scale: Any?) -> Unit)?

beforeUpdate

-open val beforeUpdate: (scale: Any?) -> Unit +open val beforeUpdate: ((scale: Any?) -> Unit)? @@ -136,7 +136,7 @@

gridLines

-open var gridLines: GridLineOptions? +open var gridLines: Chart.GridLineOptions? @@ -171,7 +171,7 @@

scaleLabel

-open var scaleLabel: ScaleTitleOptions? +open var scaleLabel: Chart.ScaleTitleOptions? @@ -185,14 +185,14 @@

ticks

-open var ticks: TickOptions? +open var ticks: Chart.TickOptions?

time

-open var time: TimeScale? +open var time: Chart.TimeScale? @@ -211,14 +211,14 @@

ChartXAxe

-interface ChartXAxe : CommonAxe +interface ChartXAxe : Chart.CommonAxe

ChartYAxe

-interface ChartYAxe : CommonAxe +interface ChartYAxe : Chart.CommonAxe diff --git a/api/pl.treksoft.kvision.chart.js/-chart/-common-axe/scale-label.html b/api/pl.treksoft.kvision.chart.js/-chart/-common-axe/scale-label.html index 15c9e967..04520db6 100644 --- a/api/pl.treksoft.kvision.chart.js/-chart/-common-axe/scale-label.html +++ b/api/pl.treksoft.kvision.chart.js/-chart/-common-axe/scale-label.html @@ -9,6 +9,6 @@

scaleLabel

-open var scaleLabel: ScaleTitleOptions? +open var scaleLabel: Chart.ScaleTitleOptions? diff --git a/api/pl.treksoft.kvision.chart.js/-chart/-common-axe/ticks.html b/api/pl.treksoft.kvision.chart.js/-chart/-common-axe/ticks.html index c35c8d03..38460a2d 100644 --- a/api/pl.treksoft.kvision.chart.js/-chart/-common-axe/ticks.html +++ b/api/pl.treksoft.kvision.chart.js/-chart/-common-axe/ticks.html @@ -9,6 +9,6 @@

ticks

-open var ticks: TickOptions? +open var ticks: Chart.TickOptions? diff --git a/api/pl.treksoft.kvision.chart.js/-chart/-common-axe/time.html b/api/pl.treksoft.kvision.chart.js/-chart/-common-axe/time.html index 593d61c1..83714686 100644 --- a/api/pl.treksoft.kvision.chart.js/-chart/-common-axe/time.html +++ b/api/pl.treksoft.kvision.chart.js/-chart/-common-axe/time.html @@ -9,6 +9,6 @@

time

-open var time: TimeScale? +open var time: Chart.TimeScale? -- cgit