Skip to content

Commit

Permalink
fix: unlock-cliff graph
Browse files Browse the repository at this point in the history
  • Loading branch information
maxdesalle committed Apr 27, 2024
1 parent ac8fd79 commit 1cb4ea2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/concepts/protocol/02-stream-types.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -240,12 +240,13 @@ vesting but also want to unlock some liquidity at the beginning to be able to al
options={{
data: [
{ fn: "0", range: [0, 25], color: "#f77423" },
{ fn: "1.5*(x-50)+25", color: "#f77423", range: [50, 100] },
{ fn: "1.5*(x-50)+50", color: "#f77423", range: [50, 100] },
{
points: [
[0.15, 0],
[0.15, 25],
[50, 25],
[50, 50],
],
fnType: "points",
graphType: "polyline",
Expand Down

0 comments on commit 1cb4ea2

Please sign in to comment.