Add a multiplier to the charting size, to produce larger charts
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user