Fixes edges
This commit is contained in:
parent
c75686fac5
commit
c275a98cbe
|
@ -78,7 +78,7 @@ module Menu = {
|
|||
<Item href={routeToPath(DistBuilder)} key="dist-builder">
|
||||
{"Dist Builder" |> E.ste}
|
||||
</Item>
|
||||
<Item href={routeToPath(DistBuilder2)} key="dist-builder">
|
||||
<Item href={routeToPath(DistBuilder2)} key="dist-builder-2">
|
||||
{"Dist Builder 2" |> E.ste}
|
||||
</Item>
|
||||
</div>;
|
||||
|
|
|
@ -475,9 +475,7 @@ export class CdfChartD3 {
|
|||
const x = data.xs[i];
|
||||
const y = data.ys[i];
|
||||
const id = i;
|
||||
if (x > 0) {
|
||||
dt.push({ x, y, id });
|
||||
}
|
||||
dt.push({ x, y, id });
|
||||
}
|
||||
|
||||
return dt;
|
||||
|
|
Loading…
Reference in New Issue
Block a user