Combine chart data into single image

This commit is contained in:
2016-04-24 21:45:39 -04:00
parent 8f5cbfe3db
commit 74641c5cf1
2 changed files with 53 additions and 17 deletions
+2 -6
View File
@@ -1,7 +1,3 @@
@using LeafWeb.Web.Charter
@model int
@model int
@for (int i = 0; i < 8; i++)
{
<img src="@Url.Action("LeafCharts", new {leafInputId = Model, number=@i})" alt="image" height="@LeafWebCharter.ChartHeight" width="@LeafWebCharter.ChartWidth" />
}
<img src="@Url.Action("LeafCharts", new {leafInputId = Model})" alt="image" />