Combine chart data into single image
This commit is contained in:
@@ -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" />
|
||||
|
||||
Reference in New Issue
Block a user