havapa / testability-explorer

Automatically exported from code.google.com/p/testability-explorer
Apache License 2.0
0 stars 0 forks source link

Graphs should use a built-in graphing library rather than Google Charts #3

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Graphs embedded in the HTML report are created by inline calls to the
Google Charts API. This makes the reports impossible to view or create on
any machine that does not have internet access.

Using a built-in charting library would solve this problem and allow for
more detailed and clickable graphs to be produced without privacy worries.

Original issue reported on code.google.com by sirly...@gmail.com on 20 Nov 2008 at 11:46

GoogleCodeExporter commented 8 years ago
This has been started - some charts are now created with Freemarker. By the next
release, the dependency on google charting API should be gone.

Original comment by aeagle22206 on 31 Mar 2009 at 2:57

GoogleCodeExporter commented 8 years ago
Reversed the decision on this. Using a built-in charting library makes us 
depend on
Java2D for drawing, which is itself a problem on some machines that don't have 
the
X11 libraries available to the JVM. Also, it's nice to have the report in a 
single
file, rather than carrying around a directory of stuff.

Original comment by aeagle22206 on 1 Jul 2009 at 1:04