Skip to content
Snippets Groups Projects
Commit 280bd2ae authored by Robert Goldmann's avatar Robert Goldmann
Browse files

chart cleanup

parent 22013513
No related branches found
No related tags found
No related merge requests found
Pipeline #2089 passed
......@@ -35,7 +35,7 @@ public class DefaultCharts
private static final Chart CHART_INCOMES_AND_EXPENDITURES_PER_MONTH_BY_CATEGORIES = new Chart("charts.default.incomesAndExpendituresPerMonthByCategories",
getChartFromFile("charts/IncomesAndExpendituresPerMonthByCategories.js"),
ChartType.DEFAULT, 12);
ChartType.DEFAULT, 13);
public static List<Chart> getDefaultCharts()
......
......@@ -37,7 +37,6 @@ for(var i = 0; i < transactionData.length; i++)
{
var transaction = transactionData[i];
var date = moment(transaction.date).startOf('month').format('MMM YY');
var date = moment(transaction.date).startOf('month').format('MMM YY');
if(!dates.includes(date))
{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment