# HG changeset patch # User Gernot Schulz # Date 1454250078 -3600 # Node ID 2e2981af7d2d172add02c52d460690bbc8803163 # Parent 8935152f5e198caed43cce193fbb044b7491137a Use bottledash-specific graph template This version differs from roundup_cc's graph.html in that is not a complete HTML file but a snippet. diff -r 8935152f5e19 -r 2e2981af7d2d modules/web_view/bottledash_graph.html --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/modules/web_view/bottledash_graph.html Sun Jan 31 15:21:18 2016 +0100 @@ -0,0 +1,367 @@ + + + + + + + + diff -r 8935152f5e19 -r 2e2981af7d2d modules/web_view/display_issues_techintern.py --- a/modules/web_view/display_issues_techintern.py Sun Jan 31 13:18:51 2016 +0100 +++ b/modules/web_view/display_issues_techintern.py Sun Jan 31 15:21:18 2016 +0100 @@ -22,10 +22,13 @@ from display_issues import * +graph = os.path.dirname(os.path.realpath(__file__)) + '/bottledash_graph.html' + def get_chart(target_div_name): html_string = compile_db_stats_html( rcd.DATABASE_TECH_INTERN, - rcd.SELECT_ALL + rcd.SELECT_ALL, + graph ) html_string = html_string.replace(