... | ... | @@ -86,4 +86,9 @@ chart.Styling.SetClass(kitchen, myClass); |
|
|
To set node style with css use `Set` method of `chart.Styling` property
|
|
|
```c#
|
|
|
chart.Styling.Set(cat, "fill: #bff");
|
|
|
```
|
|
|
|
|
|
## Generating markdown
|
|
|
```c#
|
|
|
string markdownSyntax = chart.Render();
|
|
|
``` |
|
|
\ Нет новой строки в конце файла |