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 79c6000 commit b79ea10Copy full SHA for b79ea10
README.md
@@ -295,7 +295,7 @@ Custom style attributes for nodes and edges can easily be added.
295
3. Add the CSS styling
296
- In the same (or another) CSS file, add the styling for the custom style attribute
297
```css
298
- .canvas-node[data-<YOUR-CUSTOM-STYLE-KEY>] {
+ .canvas-node[data-<YOUR-CUSTOM-STYLE-KEY>="<VALUE>"] {
299
/* Your custom styling */
300
}
301
```
0 commit comments