Skip to content

Commit 07943cd

Browse files
add comment about the data
1 parent 5a7300c commit 07943cd

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

readme.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ In an html file
3636
}
3737
</style>
3838
<body>
39-
<!-- side attribute set SVG width and height in pixels -->
39+
<!-- Set SVG width and height in pixels with the side attribute -->
4040
<ternary-plot side="400"></ternary-plot>
4141
</body>
4242
<script>
@@ -49,6 +49,7 @@ In an html file
4949
left: "Variable C",
5050
},
5151
data: [
52+
// The sum of bottom, right and left should be 1.
5253
{
5354
bottom: 0.3,
5455
right: 0.4,

0 commit comments

Comments
 (0)