We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5a7300c commit 07943cdCopy full SHA for 07943cd
readme.md
@@ -36,7 +36,7 @@ In an html file
36
}
37
</style>
38
<body>
39
- <!-- side attribute set SVG width and height in pixels -->
+ <!-- Set SVG width and height in pixels with the side attribute -->
40
<ternary-plot side="400"></ternary-plot>
41
</body>
42
<script>
@@ -49,6 +49,7 @@ In an html file
49
left: "Variable C",
50
},
51
data: [
52
+ // The sum of bottom, right and left should be 1.
53
{
54
bottom: 0.3,
55
right: 0.4,
0 commit comments