Page 1 of 2

Re: Expenditure History Report with graph

Posted: Wed Jan 14, 2015 5:29 pm
by Nikolay
My report used your graph algorytm but other Sql.
My report shows all Categs.

Re: Expenditure History Report with graph

Posted: Wed Jan 14, 2015 7:03 pm
by sterling
Nikolay wrote:My report used your graph algorytm but other Sql.
My report shows all Categs.
Yeah, i recognised it.  The graph doesn't work for me any more either, not debugged it though.  I use chrome for my main browser.

Re: Expenditure History Report with graph

Posted: Thu Jan 15, 2015 7:11 am
by Nikolay
Try new release
https://sourceforge.net/projects/moneym ... .2.0-beta/

I've changed my report to have only expenses.

Or may be problem with colors (too few values)

Code: Select all

var dataAccountColours = [ 
            "#f79646", "#f5f445", "#7fd13b", "#4bacc6", "#1f497d", "#8064a2" .......

Re: Expenditure History Report with graph

Posted: Thu Jan 15, 2015 9:22 am
by Mukund
Nikolay wrote:Try new release
https://sourceforge.net/projects/moneym ... .2.0-beta/

I've changed my report to have only expenses.

Or may be problem with colors (too few values)

Code: Select all

var dataAccountColours = [ 
            "#f79646", "#f5f445", "#7fd13b", "#4bacc6", "#1f497d", "#8064a2" .......
Sir, Graph is not visible? Can you help me?

Re: Expenditure History Report with graph

Posted: Thu Jan 15, 2015 12:12 pm
by Nikolay
How many rows in table?

Re: Expenditure History Report with graph

Posted: Thu Jan 15, 2015 6:54 pm
by sterling
Nikolay wrote:How many rows in table?
I dont get a graph with limit 10 in the query.  I'll have a chance to debug at the weekend.

Re: Expenditure History Report with graph

Posted: Sun Jan 18, 2015 10:04 am
by Nikolay
Seems ChartNew.js outdated

To start graph working delete 

Code: Select all

                responsive : true,
in template (line 227).

Re: Expenditure History Report with graph

Posted: Mon Feb 09, 2015 9:56 pm
by Mukund
Nikolay wrote:How many rows in table?
Sir i have 101 rows.

Re: Expenditure History Report with graph

Posted: Sun Feb 15, 2015 8:50 am
by aramacciotti
I also don't get the graphs for "where the money goes" when the analysis period is long enough to generate a many different rows (not clear which is the limit, but it works when rows are 19)