Skip to content

Commit

Permalink
Add legend to the pie chart
Browse files Browse the repository at this point in the history
  • Loading branch information
dlumbrer authored and jgbarah committed Jan 27, 2019
1 parent 5802bb4 commit 00b2a8e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docs/ar/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,11 @@
<a-entity position="-0.7 1.6 0" scale="0.1 0.1 0.5" material="color: orange;" text-geometry="value: Time evolution of Git Commits per author"></a-entity>
<a-entity position="1.13 1.63 0.5" rotation="0 -45 0 " scale="0.1 0.1 0.5" material="color: orange;" text-geometry="value: Git commits per organization"></a-entity>
<a-entity position="-2.3 1.65 1.25" rotation="0 30 0 " scale="0.1 0.1 0.5" material="color: orange;" text-geometry="value: Git commits and avg files per author in repositories"></a-entity>

<!--Pie legend-->
<a-entity position="1.7 1 1.3" rotation="0 -45 0 " scale="0.07 0.07 0.3" material="color: #2338D9;" text-geometry="value: Elasticsearch - 12213"></a-entity>
<a-entity position="0.72 0.7 0.34" rotation="0 -45 0 " scale="0.07 0.07 0.3" material="color: #23A2D9;" text-geometry="value: Unknown - 9172"></a-entity>
<a-entity position="0.72 1.3 0.34" rotation="0 -45 0 " scale="0.07 0.07 0.3" material="color: #BAD923;" text-geometry="value: Bitergia - 7235"></a-entity>
</a-scene>
</div>
</div>
Expand Down

0 comments on commit 00b2a8e

Please sign in to comment.