Mercurial > dive4elements > river
log flys-client/src/main/java/de/intevation/flys/client/server/ChartInfoServiceImpl.java @ 1280:66192d170c79
age | author | description |
---|---|---|
2011-06-09 | Ingo Weinzierl | Parse the min/max axes ranges for the ChartInfo and modified the zoom and pan actions to match the current server implementation. |
2011-06-08 | Ingo Weinzierl | Avoid NPE while parsing axes in ChartInfoService. |
2011-06-07 | Ingo Weinzierl | The MouseOut event will now finish a current pan operation. |
2011-06-07 | Ingo Weinzierl | Adapted the ChartInfoService to return more information about charts than before. In addition, the PanControl is added to the chart toolbar. |
2011-06-07 | Ingo Weinzierl | Use the same code to create the attribute document for the chart creation in ChartOutputService and ChartInfoService. |
2011-06-06 | Ingo Weinzierl | #131 Repaired a broken XPath expression for the chart attributes. |
2011-06-01 | Ingo Weinzierl | Removed a debug statement. |
2011-06-01 | Ingo Weinzierl | Added a chart info service to fetch the info document for a specific chart from artifact server. |