diff options
Diffstat (limited to 'api/pl.treksoft.kvision.chart.js/-chart/-chart-animation-options/index.html')
-rw-r--r-- | api/pl.treksoft.kvision.chart.js/-chart/-chart-animation-options/index.html | 20 |
1 files changed, 13 insertions, 7 deletions
diff --git a/api/pl.treksoft.kvision.chart.js/-chart/-chart-animation-options/index.html b/api/pl.treksoft.kvision.chart.js/-chart/-chart-animation-options/index.html index 154b4763..fd524891 100644 --- a/api/pl.treksoft.kvision.chart.js/-chart/-chart-animation-options/index.html +++ b/api/pl.treksoft.kvision.chart.js/-chart/-chart-animation-options/index.html @@ -8,48 +8,54 @@ <a href="../../../index.html">kvision</a> / <a href="../../index.html">pl.treksoft.kvision.chart.js</a> / <a href="../index.html">Chart</a> / <a href="./index.html">ChartAnimationOptions</a><br/> <br/> <h1>ChartAnimationOptions</h1> -<code><span class="keyword">interface </span><span class="identifier">ChartAnimationOptions</span></code> +(js) <code><span class="keyword">interface </span><span class="identifier">ChartAnimationOptions</span></code> <h3>Properties</h3> <table> <tbody> <tr> <td> -<p><a href="animate-rotate.html">animateRotate</a></p> +(js) +<h4><a href="animate-rotate.html">animateRotate</a></h4> </td> <td> <code><span class="keyword">open</span> <span class="keyword">var </span><span class="identifier">animateRotate</span><span class="symbol">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html"><span class="identifier">Boolean</span></a><span class="symbol">?</span></code></td> </tr> <tr> <td> -<p><a href="animate-scale.html">animateScale</a></p> +(js) +<h4><a href="animate-scale.html">animateScale</a></h4> </td> <td> <code><span class="keyword">open</span> <span class="keyword">var </span><span class="identifier">animateScale</span><span class="symbol">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html"><span class="identifier">Boolean</span></a><span class="symbol">?</span></code></td> </tr> <tr> <td> -<p><a href="duration.html">duration</a></p> +(js) +<h4><a href="duration.html">duration</a></h4> </td> <td> <code><span class="keyword">open</span> <span class="keyword">var </span><span class="identifier">duration</span><span class="symbol">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-number/index.html"><span class="identifier">Number</span></a><span class="symbol">?</span></code></td> </tr> <tr> <td> -<p><a href="easing.html">easing</a></p> +(js) +<h4><a href="easing.html">easing</a></h4> </td> <td> <code><span class="keyword">open</span> <span class="keyword">var </span><span class="identifier">easing</span><span class="symbol">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html"><span class="identifier">String</span></a><span class="symbol">?</span></code></td> </tr> <tr> <td> -<p><a href="on-complete.html">onComplete</a></p> +(js) +<h4><a href="on-complete.html">onComplete</a></h4> </td> <td> <code><span class="keyword">open</span> <span class="keyword">val </span><span class="identifier">onComplete</span><span class="symbol">: </span><span class="symbol">(</span><span class="symbol">(</span><span class="identifier">chart</span><span class="symbol">:</span> <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/index.html"><span class="identifier">Any</span></a><span class="symbol">)</span> <span class="symbol">-></span> <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html"><span class="identifier">Unit</span></a><span class="symbol">)</span><span class="symbol">?</span></code></td> </tr> <tr> <td> -<p><a href="on-progress.html">onProgress</a></p> +(js) +<h4><a href="on-progress.html">onProgress</a></h4> </td> <td> <code><span class="keyword">open</span> <span class="keyword">val </span><span class="identifier">onProgress</span><span class="symbol">: </span><span class="symbol">(</span><span class="symbol">(</span><span class="identifier">chart</span><span class="symbol">:</span> <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/index.html"><span class="identifier">Any</span></a><span class="symbol">)</span> <span class="symbol">-></span> <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html"><span class="identifier">Unit</span></a><span class="symbol">)</span><span class="symbol">?</span></code></td> |