Skip to content

Commit

Permalink
add contexts references
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreiKingsley committed Mar 15, 2024
1 parent 72c762b commit 4016c1f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions docs/topics/apiRef/Boxplot-API.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@ boxplot<a href="#xtype"><format color="Blue">&lt;X></format></a>></format>(
Double = 1.5)<format style="italic">{ this: BoxplotStatLayerContext&lt;X> -></format></p>
<list type="none">
<li>
<p>boxes <format style="italic">{ this: BoxesStatContext&lt;X> -></format></p>
<p><a href="#boxes_aes">boxes</a> <format style="italic">{ this: BoxesStatContext&lt;X> -></format></p>
<include from="interfaces.topic" element-id="interface-of-boxes"/>
<format style="italic">}</format>
</li>
<li>
<p>outliers <format style="italic">{ this: OutliersContext&lt;X> -></format></p>
<p><a href="#outliers_aes">outliers</a> <format style="italic">{ this: OutliersContext&lt;X> -></format></p>
<include from="interfaces.topic" element-id="interface-of-points"/>
<format style="italic">}</format>
</li>
Expand Down Expand Up @@ -112,7 +112,7 @@ to create mappings, customize tooltips, etc.
<p>The <code>Stat.upper</code> contains upper whisker ends - the maximum non-outlier data point.
</p>

## Boxes aesthetic properties
## Boxes aesthetic properties {id=boxes_aes}

### x {id=x_boxes}

Expand Down Expand Up @@ -187,7 +187,7 @@ to create mappings, customize tooltips, etc.
<p>The <code>Stat.y</code> contains outlier value.
</p>

## Outliers aesthetic properties
## Outliers aesthetic properties {id=outliers_aes}

See [points](https://kotlin.github.io/kandy/points-api.html).

Expand Down
4 changes: 2 additions & 2 deletions docs/topics/apiRef/Candlestick-API.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ candlestick<a href="#xtype"><format color="Blue">&lt;X></format></a>></format>(
<include from = "interfaces.topic" element-id="interface-of-boxes"></include>
<list type="none">
<li>
<a href="#inc_dec">increase</a><format style="italic">{ this: CandlestickConfiguration -></format>
<a href="#inc_dec">increase </a><format style="italic">{ this: CandlestickConfiguration -></format>
<list type="none">
<li>
<a href="#fill_color_boxes"><format style="bold" color="DarkGray">fillColor</format></a>: Color = Color.GREEN
Expand Down Expand Up @@ -54,7 +54,7 @@ candlestick<a href="#xtype"><format color="Blue">&lt;X></format></a>></format>(
<format style="italic">}</format>
</li>
<li>
<a href="#inc_dec">decrease</a><format style="italic">{ this: CandlestickConfiguration -></format>
<a href="#inc_dec">decrease </a><format style="italic">{ this: CandlestickConfiguration -></format>
<list type="none">
<li>
<a href="#fill_color_boxes"><format style="bold" color="DarkGray">fillColor</format></a>: Color = Color.RED
Expand Down

0 comments on commit 4016c1f

Please sign in to comment.