Reformating charting, add DataError message
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
@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>
|
||||
Reference in New Issue
Block a user