Skip to content

Commit f43c67e

Browse files
authored
chore(KB): make snippets nonrunnable (#2504)
1 parent 7307f70 commit f43c67e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

knowledge-base/chart-newtonsoft-seialization-settings.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ If I use the TelerikChart with a class with `JsonProperties` the values are not
3636

3737
Sample setting:
3838

39+
<div class="skip-repl"></div>
3940
````CSHTML
4041
[System.CodeDom.Compiler.GeneratedCode("NJsonSchema", "10.1.11.0 (Newtonsoft.Json v12.0.0.0)")]
4142
public partial class ChartDataModel
@@ -53,6 +54,7 @@ public partial class ChartDataModel
5354

5455
Sample chart that does not display any longer after adding serialization settings:
5556

57+
<div class="skip-repl"></div>
5658
````CSHTML
5759
<TelerikChart Width="500px">
5860

0 commit comments

Comments
 (0)