summaryrefslogtreecommitdiffstats
path: root/plugins/impstats/statslog-graph.py
Commit message (Collapse)AuthorAgeFilesLines
* Removed commandline arg count limit from scriptsAndre Lorbach2013-07-121-1/+1
|
* Added new option "chartscalcdelta" to generate charts with delta values ↵Andre Lorbach2013-07-111-9/+26
| | | | | | instead of cumulative values. Also fixed reading outputfile parameter in statslog-graph.py script.
* Added more command line options to customize the charts and their outputAndre Lorbach2013-07-031-2/+14
|
* Finished statslog graph and splitter script.Andre Lorbach2013-07-031-18/+23
| | | | | | | | | Also added needed javascript files, so they can be included into the svg files. This removes dependencies on external sources. The statslog-splitter can now automatically generated SVG or PNG charts together with an index.html in the output directory. This helps taking a quick view on all generated stats data.
* Finsihed implementing chart gemerator script for impstats.Andre Lorbach2013-07-031-28/+132
| | | | | | | | | CSV Data generated by statslog-splitter is needed. To run the chart script, the following packages need to be installed: - python pip - python cairosvg With pip install these packages: - pip install CairoSVG tinycss cssselect pygal
* Started implementing stats chart generatorAndre Lorbach2013-07-021-0/+107