Skip to content

Commit

Permalink
add comment about the data
Browse files Browse the repository at this point in the history
  • Loading branch information
riccardoscalco committed Jun 8, 2019
1 parent 5a7300c commit 07943cd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ In an html file
}
</style>
<body>
<!-- side attribute set SVG width and height in pixels -->
<!-- Set SVG width and height in pixels with the side attribute -->
<ternary-plot side="400"></ternary-plot>
</body>
<script>
Expand All @@ -49,6 +49,7 @@ In an html file
left: "Variable C",
},
data: [
// The sum of bottom, right and left should be 1.
{
bottom: 0.3,
right: 0.4,
Expand Down

0 comments on commit 07943cd

Please sign in to comment.