9 lines
171 B
Plaintext
9 lines
171 B
Plaintext
@model string
|
|
@{
|
|
ViewBag.Title = "Chart - Data Error";
|
|
}
|
|
|
|
<h1>@ViewBag.Title</h1>
|
|
|
|
<p>There was an issue generating a chart for the selected data.</p>
|
|
<p>@Model</p> |