Add a multiplier to the charting size, to produce larger charts

This commit is contained in:
2018-08-28 21:39:58 -04:00
parent 590f2e68ef
commit 71576a3569
3 changed files with 97 additions and 42 deletions
+1 -1
View File
@@ -121,7 +121,7 @@ namespace LeafWeb.WebCms.Controllers
private IEnumerable<Bitmap> GetChartBitmaps(CurveData curveData)
{
var charts = LeafGasCharter.ProduceCharts(curveData);
var charts = LeafGasCharter.ProduceCharts(curveData, 1.5);
foreach (var chart in charts)
{