Skip to content

Commit

Permalink
JENKINS-33576 Allow users to download charts. Updated high charts ver…
Browse files Browse the repository at this point in the history
…sion to 4.2.3
  • Loading branch information
menonvarun committed Mar 16, 2016
1 parent 2156558 commit 7e1f0fa
Show file tree
Hide file tree
Showing 4 changed files with 376 additions and 304 deletions.
Expand Up @@ -9,8 +9,9 @@
<script type="text/javascript" src="${resURL}/plugin/test-results-analyzer/js/handlebars-v2.0.0.js"></script>
<script type="text/javascript" src="${resURL}/plugin/test-results-analyzer/js/highcharts.js"></script>
<script type="text/javascript" src="${resURL}/plugin/test-results-analyzer/js/json3-min.js"></script>
<script type="text/javascript" src="${resURL}/plugin/test-results-analyzer/js/highchart-exporting.js"></script>
<script type="text/javascript" src="${resURL}/plugin/test-results-analyzer/js/highchart-offline-exporting.js"></script>

<script src="//code.highcharts.com/modules/exporting.js"></script>
<script type="text/javascript" src="${resURL}/plugin/test-results-analyzer/js/testresult.js"></script>
<script type="text/javascript" src="${resURL}/plugin/test-results-analyzer/js/chart-generator.js"></script>
<script type="text/javascript" src="${resURL}/plugin/test-results-analyzer/js/test-result-analyzer-template.js"></script>
Expand Down
24 changes: 24 additions & 0 deletions src/main/webapp/js/highchart-exporting.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

15 changes: 15 additions & 0 deletions src/main/webapp/js/highchart-offline-exporting.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 7e1f0fa

Please sign in to comment.