michaelctorres / clients-oriented-ftp

Automatically exported from code.google.com/p/clients-oriented-ftp
0 stars 0 forks source link

View Statistics not showing dates properly after changing date format. #416

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1.Change date format to m/d/Y
2.View Statistics
3.

What is the expected output? What do you see instead?
Multiple dates in correct format. Instead, I only see one date: 01/01.

What version of the product are you using? On what operating system?
ProjectSend version r514 / Mac OS X

Please provide any additional information below.

Original issue reported on code.google.com by mediawor...@gmail.com on 31 Dec 2013 at 10:51

GoogleCodeExporter commented 8 years ago
Edit home-statistics.php
Change where it says            timeformat: "%d/%m", 
to                              timeformat: "%m/%d",
Here is fixed version with context:

            xaxis: {
                mode: "time",
                minTickSize: [1, "day"],
                timeformat: "%m/%d",
                labelWidth: "30"

Original comment by zsmith.r...@gmail.com on 20 Aug 2014 at 5:56