You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Google Visualization API
Hi.
I am trying to build a Line Chart in .NET. My content comes from a Stringbuilder in my Model with some HTML tags in it. I am showing them in my View (using Html.Raw) but the tags keep getting decoded. How do I allow, for example, the <br'> tags to actually break the line? In my chart options I am using allowHtml: true.