Skip to content

Commit

Permalink
Update to A-Frame 1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
adrixp committed Mar 3, 2020
1 parent 6b8db2b commit 333ba15
Show file tree
Hide file tree
Showing 25 changed files with 347 additions and 920 deletions.
2 changes: 1 addition & 1 deletion dist/main.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion examples/axis/code.html
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ <h1>Axis properties Chart Code</h1>

<pre><code class="html">&lt;head&gt;
&lt;title&gt;My A-Frame Scene&lt;/title&gt;
&lt;script src="https://aframe.io/releases/0.9.2/aframe.min.js"&gt;&lt;/script&gt;
&lt;script src="https://aframe.io/releases/1.0.3/aframe.min.js"&gt;&lt;/script&gt;
&lt;script src="https://unpkg.com/aframe-charts-component/dist/aframe-charts-component.min.js"&gt;&lt;/script&gt;
&lt;/head&gt;
&lt;body&gt;
Expand Down
2 changes: 1 addition & 1 deletion examples/axis/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta charset="utf-8">
<title>A-Frame A-Charts Component - Axis</title>
<meta name="description" content="Axis properties example for A-Charts component."/>
<script src="https://aframe.io/releases/0.9.2/aframe.min.js"></script>
<script src="https://aframe.io/releases/1.0.3/aframe.min.js"></script>
<script src="../../dist/aframe-charts-component.min.js"></script>
<style>
.home{
Expand Down
2 changes: 1 addition & 1 deletion examples/barChart/code.html
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ <h1>Bar Chart Code</h1>

<pre><code class="html">&lt;head&gt;
&lt;title&gt;My A-Frame Scene&lt;/title&gt;
&lt;script src="https://aframe.io/releases/0.9.2/aframe.min.js"&gt;&lt;/script&gt;
&lt;script src="https://aframe.io/releases/1.0.3/aframe.min.js"&gt;&lt;/script&gt;
&lt;script src="https://unpkg.com/aframe-charts-component/dist/aframe-charts-component.min.js"&gt;&lt;/script&gt;
&lt;/head&gt;
&lt;body&gt;
Expand Down
2 changes: 1 addition & 1 deletion examples/barChart/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta charset="utf-8">
<title>A-Frame A-Charts Component - Bar</title>
<meta name="description" content="Bar example for A-Charts component."/>
<script src="https://aframe.io/releases/0.9.2/aframe.min.js"></script>
<script src="https://aframe.io/releases/1.0.3/aframe.min.js"></script>
<script src="../../dist/aframe-charts-component.min.js"></script>
<style>
.home{
Expand Down
2 changes: 1 addition & 1 deletion examples/bubbleChart/code.html
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ <h1>Bubble Chart Code</h1>

<pre><code class="html">&lt;head&gt;
&lt;title&gt;My A-Frame Scene&lt;/title&gt;
&lt;script src="https://aframe.io/releases/0.9.2/aframe.min.js"&gt;&lt;/script&gt;
&lt;script src="https://aframe.io/releases/1.0.3/aframe.min.js"&gt;&lt;/script&gt;
&lt;script src="https://unpkg.com/aframe-charts-component/dist/aframe-charts-component.min.js"&gt;&lt;/script&gt;
&lt;/head&gt;
&lt;body&gt;
Expand Down
2 changes: 1 addition & 1 deletion examples/bubbleChart/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta charset="utf-8">
<title>A-Frame A-Charts Component - Bubble</title>
<meta name="description" content="Bubble example for A-Charts component."/>
<script src="https://aframe.io/releases/0.9.2/aframe.min.js"></script>
<script src="https://aframe.io/releases/1.0.3/aframe.min.js"></script>
<script src="../../dist/aframe-charts-component.min.js"></script>
<style>
.home{
Expand Down
2 changes: 1 addition & 1 deletion examples/cylinderChart/code.html
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ <h1>Cylinder Chart Code</h1>

<pre><code class="html">&lt;head&gt;
&lt;title&gt;My A-Frame Scene&lt;/title&gt;
&lt;script src="https://aframe.io/releases/0.9.2/aframe.min.js"&gt;&lt;/script&gt;
&lt;script src="https://aframe.io/releases/1.0.3/aframe.min.js"&gt;&lt;/script&gt;
&lt;script src="https://unpkg.com/aframe-charts-component/dist/aframe-charts-component.min.js"&gt;&lt;/script&gt;
&lt;/head&gt;
&lt;body&gt;
Expand Down
2 changes: 1 addition & 1 deletion examples/cylinderChart/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta charset="utf-8">
<title>A-Frame A-Charts Component - Cylinder</title>
<meta name="description" content="Cylinder example for A-Charts component."/>
<script src="https://aframe.io/releases/0.9.2/aframe.min.js"></script>
<script src="https://aframe.io/releases/1.0.3/aframe.min.js"></script>
<script src="../../dist/aframe-charts-component.min.js"></script>
<style>
.home{
Expand Down
2 changes: 1 addition & 1 deletion examples/dataLoadChart/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta charset="utf-8">
<title>A-Frame A-Charts Component - Bar</title>
<meta name="description" content="Bar example for A-Charts component."/>
<script src="https://aframe.io/releases/0.9.2/aframe.min.js"></script>
<script src="https://aframe.io/releases/1.0.3/aframe.min.js"></script>
<script src="../../dist/aframe-charts-component.min.js"></script>
<style>
.home{
Expand Down
2 changes: 1 addition & 1 deletion examples/legend/code.html
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ <h1>Legend Chart Code</h1>

<pre><code class="html">&lt;head&gt;
&lt;title&gt;My A-Frame Scene&lt;/title&gt;
&lt;script src="https://aframe.io/releases/0.9.2/aframe.min.js"&gt;&lt;/script&gt;
&lt;script src="https://aframe.io/releases/1.0.3/aframe.min.js"&gt;&lt;/script&gt;
&lt;script src="https://unpkg.com/aframe-charts-component/dist/aframe-charts-component.min.js"&gt;&lt;/script&gt;
&lt;/head&gt;
&lt;body&gt;
Expand Down
2 changes: 1 addition & 1 deletion examples/legend/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta charset="utf-8">
<title>A-Frame A-Charts Component - Bubble</title>
<meta name="description" content="Bubble example for A-Charts component."/>
<script src="https://aframe.io/releases/0.9.2/aframe.min.js"></script>
<script src="https://aframe.io/releases/1.0.3/aframe.min.js"></script>
<script src="../../dist/aframe-charts-component.min.js"></script>
<style>
.home{
Expand Down
2 changes: 1 addition & 1 deletion examples/museum/code.html
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ <h1>Dynamic Museum Code</h1>

<pre><code class="html">&lt;head&gt;
&lt;title&gt;My A-Frame Scene&lt;/title&gt;
&lt;script src="https://aframe.io/releases/0.9.2/aframe.min.js"&gt;&lt;/script&gt;
&lt;script src="https://aframe.io/releases/1.0.3/aframe.min.js"&gt;&lt;/script&gt;
&lt;script src="https://unpkg.com/aframe-charts-component/dist/aframe-charts-component.min.js"&gt;&lt;/script&gt;
&lt;/head&gt;
&lt;body&gt;
Expand Down
7 changes: 5 additions & 2 deletions examples/museum/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta charset="utf-8">
<title>A-Frame A-Charts Component - Museum</title>
<meta name="description" content="Museum example for A-Charts component."/>
<script src="https://aframe.io/releases/0.9.2/aframe.min.js"></script>
<script src="https://aframe.io/releases/1.0.3/aframe.min.js"></script>
<script src="../../dist/aframe-charts-component.min.js"></script>
<style>
.home{
Expand Down Expand Up @@ -37,8 +37,11 @@
<a-entity movement-controls="fly: true" position="0 30 30" rotation="-24 15 0"> <!-- Camera fly movement. -->
<a-camera position="4.2 -1 1.5" rotation="0 -1 0">
</a-camera>
<a-entity laser-controls="hand: right"></a-entity> <!-- Control for Oculus Rift. -->
</a-entity>
<!-- Control for Oculus Rift and VR Devices. -->
<a-entity id="leftHand" hand-controls="hand: left; handModelStyle: lowPoly; color: #ffcccc"></a-entity>
<a-entity id="rightHand" hand-controls="hand: right; handModelStyle: lowPoly; color: #ffcccc"></a-entity>

</a-scene>

<!-- GitHub Corner. -->
Expand Down
2 changes: 1 addition & 1 deletion examples/pieChart/code.html
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ <h1>Pie Chart Code</h1>

<pre><code class="html">&lt;head&gt;
&lt;title&gt;My A-Frame Scene&lt;/title&gt;
&lt;script src="https://aframe.io/releases/0.9.2/aframe.min.js"&gt;&lt;/script&gt;
&lt;script src="https://aframe.io/releases/1.0.3/aframe.min.js"&gt;&lt;/script&gt;
&lt;script src="https://unpkg.com/aframe-charts-component/dist/aframe-charts-component.min.js"&gt;&lt;/script&gt;
&lt;/head&gt;
&lt;body&gt;
Expand Down
2 changes: 1 addition & 1 deletion examples/pieChart/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta charset="utf-8">
<title>A-Frame A-Charts Component - Pie</title>
<meta name="description" content="Pie example for A-Charts component."/>
<script src="https://aframe.io/releases/0.9.2/aframe.min.js"></script>
<script src="https://aframe.io/releases/1.0.3/aframe.min.js"></script>
<script src="../../dist/aframe-charts-component.min.js"></script>
<style>
.home{
Expand Down
2 changes: 1 addition & 1 deletion examples/pieDoughnutChart/code.html
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ <h1>Doughnut Chart Code</h1>

<pre><code class="html">&lt;head&gt;
&lt;title&gt;My A-Frame Scene&lt;/title&gt;
&lt;script src="https://aframe.io/releases/0.9.2/aframe.min.js"&gt;&lt;/script&gt;
&lt;script src="https://aframe.io/releases/1.0.3/aframe.min.js"&gt;&lt;/script&gt;
&lt;script src="https://unpkg.com/aframe-charts-component/dist/aframe-charts-component.min.js"&gt;&lt;/script&gt;
&lt;/head&gt;
&lt;body&gt;
Expand Down
2 changes: 1 addition & 1 deletion examples/pieDoughnutChart/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta charset="utf-8">
<title>A-Frame A-Charts Component - Doughnut</title>
<meta name="description" content="Doughnut example for A-Charts component."/>
<script src="https://aframe.io/releases/0.9.2/aframe.min.js"></script>
<script src="https://aframe.io/releases/1.0.3/aframe.min.js"></script>
<script src="../../dist/aframe-charts-component.min.js"></script>
<style>
.home{
Expand Down
2 changes: 1 addition & 1 deletion examples/popup/code.html
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ <h1>Pop up Chart Code</h1>

<pre><code class="html">&lt;head&gt;
&lt;title&gt;My A-Frame Scene&lt;/title&gt;
&lt;script src="https://aframe.io/releases/0.9.2/aframe.min.js"&gt;&lt;/script&gt;
&lt;script src="https://aframe.io/releases/1.0.3/aframe.min.js"&gt;&lt;/script&gt;
&lt;script src="https://unpkg.com/aframe-charts-component/dist/aframe-charts-component.min.js"&gt;&lt;/script&gt;
&lt;/head&gt;
&lt;body&gt;
Expand Down
5 changes: 4 additions & 1 deletion examples/popup/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta charset="utf-8">
<title>A-Frame A-Charts Component - Bubble</title>
<meta name="description" content="Bubble example for A-Charts component."/>
<script src="https://aframe.io/releases/0.9.2/aframe.min.js"></script>
<script src="https://aframe.io/releases/1.0.3/aframe.min.js"></script>
<script src="../../dist/aframe-charts-component.min.js"></script>
<style>
.home{
Expand All @@ -29,6 +29,9 @@
<a-cursor></a-cursor>
</a-camera>
</a-entity>
<!-- Control for Oculus Rift and VR Devices. -->
<a-entity id="leftHand" hand-controls="hand: left; handModelStyle: lowPoly; color: #ffcccc"></a-entity>
<a-entity id="rightHand" hand-controls="hand: right; handModelStyle: lowPoly; color: #ffcccc"></a-entity>
</a-scene>

<!-- GitHub Corner. -->
Expand Down
2 changes: 1 addition & 1 deletion examples/tonsOfData/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta charset="utf-8">
<title>A-Frame A-Charts Component - Tons of data</title>
<meta name="description" content="Tons of data example for A-Charts component."/>
<script src="https://aframe.io/releases/0.9.2/aframe.min.js"></script>
<script src="https://aframe.io/releases/1.0.3/aframe.min.js"></script>
<script src="../../dist/aframe-charts-component.min.js"></script>
<style>
.home{
Expand Down
2 changes: 1 addition & 1 deletion examples/totem/code.html
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ <h1>Totem Code</h1>

<pre><code class="html">&lt;head&gt;
&lt;title&gt;My A-Frame Scene&lt;/title&gt;
&lt;script src="https://aframe.io/releases/0.9.2/aframe.min.js"&gt;&lt;/script&gt;
&lt;script src="https://aframe.io/releases/1.0.3/aframe.min.js"&gt;&lt;/script&gt;
&lt;script src="https://unpkg.com/aframe-charts-component/dist/aframe-charts-component.min.js"&gt;&lt;/script&gt;
&lt;/head&gt;
&lt;body&gt;
Expand Down
6 changes: 5 additions & 1 deletion examples/totem/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta charset="utf-8">
<title>A-Frame A-Charts Component - Totem</title>
<meta name="description" content="Totem example for A-Charts component."/>
<script src="https://aframe.io/releases/0.9.2/aframe.min.js"></script>
<script src="https://aframe.io/releases/1.0.3/aframe.min.js"></script>
<script src="../../dist/aframe-charts-component.min.js"></script>
<style>
.home{
Expand Down Expand Up @@ -33,6 +33,10 @@
<a-camera position="4.2 -1 1.5" rotation="0 -1 0">
</a-camera>
</a-entity>
<!-- Control for Oculus Rift and VR Devices. -->
<a-entity id="leftHand" hand-controls="hand: left; handModelStyle: lowPoly; color: #ffcccc"></a-entity>
<a-entity id="rightHand" hand-controls="hand: right; handModelStyle: lowPoly; color: #ffcccc"></a-entity>

</a-scene>

<!-- GitHub Corner. -->
Expand Down
Loading

0 comments on commit 333ba15

Please sign in to comment.