View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0004941 | mantisbt | reports | public | 2004-12-07 02:26 | 2004-12-11 03:02 |
| Reporter | malaussena | Assigned To | thraxisp | ||
| Priority | normal | Severity | major | Reproducibility | always |
| Status | closed | Resolution | fixed | ||
| Product Version | 0.19.1 | ||||
| Fixed in Version | 0.19.2 | ||||
| Summary | 0004941: Cumulative by date graph doesn't show x-label | ||||
| Description | In cumulative_by_date graph (see cumulative_by_date.png), x-label are not shown (dates). In 0004808, I see that it can be shown... what's my problem ? Thanks. | ||||
| Tags | No tags attached. | ||||
| Attached Files | |||||
| has duplicate | 0003982 | closed | cumulative by date graph : no x label |
|
What version of jpgraph do you have? The date labels require at least version 1.14. |
|
|
I tried with 1.16 and now with 17.17 beta 2... no success. :-( |
|
|
I've found ! In core/graph_api.php, I've replaced
by
And then, I got dates like 'dd/mm/yy'. :-) So. Probably "%D" doesn't work for french installation of PHP (?), MySQL (?)... |
|
|
Fixed in CVS. Date format is now controlled by existing $g_short_date_format. (strftime is locale specific) |
|