diff options
Diffstat (limited to 'api/pl.treksoft.kvision.chart.js/-chart')
-rw-r--r-- | api/pl.treksoft.kvision.chart.js/-chart/index.html | 7 | ||||
-rw-r--r-- | api/pl.treksoft.kvision.chart.js/-chart/options.html | 14 |
2 files changed, 21 insertions, 0 deletions
diff --git a/api/pl.treksoft.kvision.chart.js/-chart/index.html b/api/pl.treksoft.kvision.chart.js/-chart/index.html index 3a83c1ce..7501ed42 100644 --- a/api/pl.treksoft.kvision.chart.js/-chart/index.html +++ b/api/pl.treksoft.kvision.chart.js/-chart/index.html @@ -417,6 +417,13 @@ <td> <code><span class="keyword">open</span> <span class="keyword">var </span><span class="identifier">data</span><span class="symbol">: </span><a href="-chart-data/index.html"><span class="identifier">Chart.ChartData</span></a></code></td> </tr> +<tr> +<td> +<p><a href="options.html">options</a></p> +</td> +<td> +<code><span class="keyword">open</span> <span class="keyword">var </span><span class="identifier">options</span><span class="symbol">: </span><a href="-chart-options/index.html"><span class="identifier">Chart.ChartOptions</span></a></code></td> +</tr> </tbody> </table> <h3>Functions</h3> diff --git a/api/pl.treksoft.kvision.chart.js/-chart/options.html b/api/pl.treksoft.kvision.chart.js/-chart/options.html new file mode 100644 index 00000000..a654dd4d --- /dev/null +++ b/api/pl.treksoft.kvision.chart.js/-chart/options.html @@ -0,0 +1,14 @@ +<HTML> +<HEAD> +<meta charset="UTF-8"> +<title>Chart.options - kvision</title> +<link rel="stylesheet" href="../../../style.css"> +</HEAD> +<BODY> +<a href="../../index.html">kvision</a> / <a href="../index.html">pl.treksoft.kvision.chart.js</a> / <a href="index.html">Chart</a> / <a href="./options.html">options</a><br/> +<br/> +<h1>options</h1> +<a name="pl.treksoft.kvision.chart.js.Chart$options"></a> +<code><span class="keyword">open</span> <span class="keyword">var </span><span class="identifier">options</span><span class="symbol">: </span><a href="-chart-options/index.html"><span class="identifier">Chart.ChartOptions</span></a></code> +</BODY> +</HTML> |