Skip to content

Commit

Permalink
Test
Browse files Browse the repository at this point in the history
  • Loading branch information
adrixp committed Mar 3, 2020
1 parent 2abd2c3 commit 207daaa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/museum/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,8 @@
<script type="text/javascript">
let myChart = document.getElementById("totem");
var newPoints1 = [{"x": 1, "y": 8, "z": 0, "size": 1, "color": "#ff0000"},{"x": 5, "y": 8, "z": 0, "size": 1, "color": "#ff00ff"}];
var newPoints2 = "../data/data.json";
var newPoints3 = "../data/dataSmall.json";
var newPoints2 = [{"x": 1, "y": 8, "z": 0, "size": 1, "color": "#ff0000"},{"x": 5, "y": 8, "z": 0, "size": 1, "color": "#ff00ff"}];
var newPoints3 = [{"x": 1, "y": 8, "z": 0, "size": 1, "color": "#ff0000"},{"x": 5, "y": 8, "z": 0, "size": 1, "color": "#ff00ff"}];

myChart.setAttribute('charts', {type: "totem", entity_id_list: "barId,bubbleId,pieId,cylinderId,pieDoughnutId", dataPoints_list: {newPoints1: newPoints1, newPoints2: newPoints2, newPoints3: newPoints3}});

Expand Down

0 comments on commit 207daaa

Please sign in to comment.