Skip to content

Commit

Permalink
Merge branch 'main' into release/1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexIchenskiy committed Jul 15, 2024
2 parents aad6a2e + d80ccc0 commit 08cf6e2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/styles.md
Original file line number Diff line number Diff line change
Expand Up @@ -349,16 +349,16 @@ import { OrbView } from "@memgraph/orb";
// Change on view init
const orb = new OrbView<MyNode, MyEdge>(container, {
render: {
shadowsIsEnabled: true,
shadowsOnEventIsEnabled: true,
shadowIsEnabled: true,
shadowOnEventIsEnabled: true,
},
});

// Change anytime for the current view
orb.setSettings({
render: {
shadowsIsEnabled: true,
shadowsOnEventIsEnabled: true,
shadowIsEnabled: true,
shadowOnEventIsEnabled: true,
},
});
```
Expand Down

0 comments on commit 08cf6e2

Please sign in to comment.