Skip to content

Commit

Permalink
Remove hard-coded dimensions
Browse files Browse the repository at this point in the history
  • Loading branch information
David Mesquita-Morris committed Feb 17, 2020
1 parent a8d2bcf commit 910b485
Show file tree
Hide file tree
Showing 22 changed files with 847 additions and 2,680 deletions.
2,996 changes: 770 additions & 2,226 deletions docs/api/v1/assets/css/main.css

Large diffs are not rendered by default.

7 changes: 7 additions & 0 deletions docs/api/v1/assets/css/main.css.map

Large diffs are not rendered by default.

Binary file modified docs/api/v1/assets/images/icons.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/api/v1/assets/images/[email protected]
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 5 additions & 1 deletion docs/api/v1/assets/js/main.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/api/v1/assets/js/search.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

15 changes: 4 additions & 11 deletions docs/api/v1/classes/axes.html
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ <h3>constructor</h3>
<li class="tsd-description">
<aside class="tsd-sources">
<ul>
<li>Defined in Axes.ts:4</li>
<li>Defined in <a href="https://github.com/steelbreeze/landscape/blob/a8d2bcf/src/Axes.ts#L4">Axes.ts:4</a></li>
</ul>
</aside>
<h4 class="tsd-parameters-title">Parameters</h4>
Expand All @@ -138,7 +138,7 @@ <h3>x</h3>
<div class="tsd-signature tsd-kind-icon">x<span class="tsd-signature-symbol">:</span> <a href="../interfaces/iaxis.html" class="tsd-signature-type">IAxis</a></div>
<aside class="tsd-sources">
<ul>
<li>Defined in Axes.ts:5</li>
<li>Defined in <a href="https://github.com/steelbreeze/landscape/blob/a8d2bcf/src/Axes.ts#L5">Axes.ts:5</a></li>
</ul>
</aside>
</section>
Expand All @@ -148,7 +148,7 @@ <h3>y</h3>
<div class="tsd-signature tsd-kind-icon">y<span class="tsd-signature-symbol">:</span> <a href="../interfaces/iaxis.html" class="tsd-signature-type">IAxis</a></div>
<aside class="tsd-sources">
<ul>
<li>Defined in Axes.ts:5</li>
<li>Defined in <a href="https://github.com/steelbreeze/landscape/blob/a8d2bcf/src/Axes.ts#L5">Axes.ts:5</a></li>
</ul>
</aside>
</section>
Expand Down Expand Up @@ -194,15 +194,9 @@ <h3>y</h3>
<li class=" tsd-kind-interface">
<a href="../interfaces/idetail.html" class="tsd-kind-icon">IDetail</a>
</li>
<li class=" tsd-kind-interface">
<a href="../interfaces/idimensions.html" class="tsd-kind-icon">IDimensions</a>
</li>
<li class=" tsd-kind-interface">
<a href="../interfaces/iuse.html" class="tsd-kind-icon">IUse</a>
</li>
<li class=" tsd-kind-type-alias">
<a href="../index.html#dimension" class="tsd-kind-icon">Dimension</a>
</li>
<li class=" tsd-kind-function">
<a href="../index.html#filterbydate" class="tsd-kind-icon">filter<wbr>ByDate</a>
</li>
Expand Down Expand Up @@ -235,7 +229,6 @@ <h2>Legend</h2>
<li class="tsd-kind-function tsd-has-type-parameter"><span class="tsd-kind-icon">Function with type parameter</span></li>
<li class="tsd-kind-index-signature"><span class="tsd-kind-icon">Index signature</span></li>
<li class="tsd-kind-type-alias"><span class="tsd-kind-icon">Type alias</span></li>
<li class="tsd-kind-type-alias tsd-has-type-parameter"><span class="tsd-kind-icon">Type alias with type parameter</span></li>
</ul>
<ul class="tsd-legend">
<li class="tsd-kind-enum"><span class="tsd-kind-icon">Enumeration</span></li>
Expand Down Expand Up @@ -284,7 +277,7 @@ <h2>Legend</h2>
</div>
</footer>
<div class="container tsd-generator">
<p>Generated using <a href="https://typedoc.org/" target="_blank">TypeDoc</a></p>
<p>Generated using <a href="http://typedoc.org/" target="_blank">TypeDoc</a></p>
</div>
<div class="overlay"></div>
<script src="../assets/js/main.js"></script>
Expand Down
21 changes: 7 additions & 14 deletions docs/api/v1/classes/axis.html
Original file line number Diff line number Diff line change
Expand Up @@ -106,19 +106,19 @@ <h2>Constructors</h2>
<a name="constructor" class="tsd-anchor"></a>
<h3>constructor</h3>
<ul class="tsd-signatures tsd-kind-constructor tsd-parent-kind-class">
<li class="tsd-signature tsd-kind-icon">new <wbr>Axis<span class="tsd-signature-symbol">(</span>name<span class="tsd-signature-symbol">: </span><a href="../index.html#dimension" class="tsd-signature-type">Dimension</a>, values<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">Array</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><a href="axis.html" class="tsd-signature-type">Axis</a></li>
<li class="tsd-signature tsd-kind-icon">new <wbr>Axis<span class="tsd-signature-symbol">(</span>name<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span>, values<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">Array</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><a href="axis.html" class="tsd-signature-type">Axis</a></li>
</ul>
<ul class="tsd-descriptions">
<li class="tsd-description">
<aside class="tsd-sources">
<ul>
<li>Defined in Axis.ts:4</li>
<li>Defined in <a href="https://github.com/steelbreeze/landscape/blob/a8d2bcf/src/Axis.ts#L3">Axis.ts:3</a></li>
</ul>
</aside>
<h4 class="tsd-parameters-title">Parameters</h4>
<ul class="tsd-parameters">
<li>
<h5>name: <a href="../index.html#dimension" class="tsd-signature-type">Dimension</a></h5>
<h5>name: <span class="tsd-signature-type">string</span></h5>
</li>
<li>
<h5>values: <span class="tsd-signature-type">Array</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">&gt;</span></h5>
Expand All @@ -134,11 +134,11 @@ <h2>Properties</h2>
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class">
<a name="name" class="tsd-anchor"></a>
<h3>name</h3>
<div class="tsd-signature tsd-kind-icon">name<span class="tsd-signature-symbol">:</span> <a href="../index.html#dimension" class="tsd-signature-type">Dimension</a></div>
<div class="tsd-signature tsd-kind-icon">name<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div>
<aside class="tsd-sources">
<p>Implementation of <a href="../interfaces/iaxis.html">IAxis</a>.<a href="../interfaces/iaxis.html#name">name</a></p>
<ul>
<li>Defined in Axis.ts:5</li>
<li>Defined in <a href="https://github.com/steelbreeze/landscape/blob/a8d2bcf/src/Axis.ts#L4">Axis.ts:4</a></li>
</ul>
</aside>
</section>
Expand All @@ -149,7 +149,7 @@ <h3>values</h3>
<aside class="tsd-sources">
<p>Implementation of <a href="../interfaces/iaxis.html">IAxis</a>.<a href="../interfaces/iaxis.html#values">values</a></p>
<ul>
<li>Defined in Axis.ts:5</li>
<li>Defined in <a href="https://github.com/steelbreeze/landscape/blob/a8d2bcf/src/Axis.ts#L4">Axis.ts:4</a></li>
</ul>
</aside>
</section>
Expand Down Expand Up @@ -195,15 +195,9 @@ <h3>values</h3>
<li class=" tsd-kind-interface">
<a href="../interfaces/idetail.html" class="tsd-kind-icon">IDetail</a>
</li>
<li class=" tsd-kind-interface">
<a href="../interfaces/idimensions.html" class="tsd-kind-icon">IDimensions</a>
</li>
<li class=" tsd-kind-interface">
<a href="../interfaces/iuse.html" class="tsd-kind-icon">IUse</a>
</li>
<li class=" tsd-kind-type-alias">
<a href="../index.html#dimension" class="tsd-kind-icon">Dimension</a>
</li>
<li class=" tsd-kind-function">
<a href="../index.html#filterbydate" class="tsd-kind-icon">filter<wbr>ByDate</a>
</li>
Expand Down Expand Up @@ -236,7 +230,6 @@ <h2>Legend</h2>
<li class="tsd-kind-function tsd-has-type-parameter"><span class="tsd-kind-icon">Function with type parameter</span></li>
<li class="tsd-kind-index-signature"><span class="tsd-kind-icon">Index signature</span></li>
<li class="tsd-kind-type-alias"><span class="tsd-kind-icon">Type alias</span></li>
<li class="tsd-kind-type-alias tsd-has-type-parameter"><span class="tsd-kind-icon">Type alias with type parameter</span></li>
</ul>
<ul class="tsd-legend">
<li class="tsd-kind-enum"><span class="tsd-kind-icon">Enumeration</span></li>
Expand Down Expand Up @@ -285,7 +278,7 @@ <h2>Legend</h2>
</div>
</footer>
<div class="container tsd-generator">
<p>Generated using <a href="https://typedoc.org/" target="_blank">TypeDoc</a></p>
<p>Generated using <a href="http://typedoc.org/" target="_blank">TypeDoc</a></p>
</div>
<div class="overlay"></div>
<script src="../assets/js/main.js"></script>
Expand Down
Loading

0 comments on commit 910b485

Please sign in to comment.