diff --git a/examples/museum/index.html b/examples/museum/index.html new file mode 100644 index 0000000..af20628 --- /dev/null +++ b/examples/museum/index.html @@ -0,0 +1,49 @@ + + +
+ +This is the bubble chart example.
We only need this piece of html code in order to run it
@@ -73,7 +81,7 @@This is the bar chart example.
We only need this piece of html code in order to run it
@@ -81,7 +89,7 @@This is the cylinder chart example.
We only need this piece of html code in order to run it
@@ -89,7 +97,7 @@This is the pie chart example.
We only need this piece of html code in order to run it
@@ -97,24 +105,31 @@This is the doughnut chart example.
We only need this piece of html code in order to run it
<a-entity charts="type: pie; dataPoints: ../data/dataPie.json; pie_radius: 3; pie_doughnut: true"></a-entity>
Full detailed Code
This is the museum of the library.
+We could see all the charts with dynamic change in Json Data
+We have optimized our library in order to support tons of Data. Click the image to see the example
We have developed several axis options. Click below in the API link in order to see all the options or in the image to see a visual example
In this example we are able to see the data with a pop up
Example codeIn this example we are able to see the data with a legend
Example code