Skip to content

Commit

Permalink
Update proyect to A-Frame 0.9.2
Browse files Browse the repository at this point in the history
  • Loading branch information
adrixp committed Jun 23, 2019
1 parent a61a9f8 commit 8cc281f
Show file tree
Hide file tree
Showing 23 changed files with 2,325 additions and 2,137 deletions.
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.8.2/aframe.min.js"&gt;&lt;/script&gt;
&lt;script src="https://aframe.io/releases/0.9.2/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.8.2/aframe.min.js"></script>
<script src="https://aframe.io/releases/0.9.2/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.8.2/aframe.min.js"&gt;&lt;/script&gt;
&lt;script src="https://aframe.io/releases/0.9.2/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.8.2/aframe.min.js"></script>
<script src="https://aframe.io/releases/0.9.2/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.8.2/aframe.min.js"&gt;&lt;/script&gt;
&lt;script src="https://aframe.io/releases/0.9.2/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.8.2/aframe.min.js"></script>
<script src="https://aframe.io/releases/0.9.2/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.8.2/aframe.min.js"&gt;&lt;/script&gt;
&lt;script src="https://aframe.io/releases/0.9.2/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.8.2/aframe.min.js"></script>
<script src="https://aframe.io/releases/0.9.2/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.8.2/aframe.min.js"&gt;&lt;/script&gt;
&lt;script src="https://aframe.io/releases/0.9.2/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.8.2/aframe.min.js"></script>
<script src="https://aframe.io/releases/0.9.2/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.8.2/aframe.min.js"&gt;&lt;/script&gt;
&lt;script src="https://aframe.io/releases/0.9.2/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/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://rawgit.com/aframevr/aframe/cf15c15/dist/aframe-master.min.js"></script>
<script src="https://aframe.io/releases/0.9.2/aframe.min.js"></script>
<script src="../../dist/aframe-charts-component.min.js"></script>
<style>
.home{
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.8.2/aframe.min.js"&gt;&lt;/script&gt;
&lt;script src="https://aframe.io/releases/0.9.2/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.8.2/aframe.min.js"></script>
<script src="https://aframe.io/releases/0.9.2/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.8.2/aframe.min.js"&gt;&lt;/script&gt;
&lt;script src="https://aframe.io/releases/0.9.2/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.8.2/aframe.min.js"></script>
<script src="https://aframe.io/releases/0.9.2/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.8.2/aframe.min.js"&gt;&lt;/script&gt;
&lt;script src="https://aframe.io/releases/0.9.2/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/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.8.2/aframe.min.js"></script>
<script src="https://aframe.io/releases/0.9.2/aframe.min.js"></script>
<script src="../../dist/aframe-charts-component.min.js"></script>
<style>
.home{
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.8.2/aframe.min.js"></script>
<script src="https://aframe.io/releases/0.9.2/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.8.2/aframe.min.js"&gt;&lt;/script&gt;
&lt;script src="https://aframe.io/releases/0.9.2/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/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://rawgit.com/aframevr/aframe/cf15c15/dist/aframe-master.min.js"></script>
<script src="https://aframe.io/releases/0.9.2/aframe.min.js"></script>
<script src="../../dist/aframe-charts-component.min.js"></script>
<style>
.home{
Expand Down
Loading

0 comments on commit 8cc281f

Please sign in to comment.