diff --git a/website/stats.wesnoth.org/wesstats/templates/lineview.html b/website/stats.wesnoth.org/wesstats/templates/lineview.html
new file mode 100644
index 00000000000..b76005f896e
--- /dev/null
+++ b/website/stats.wesnoth.org/wesstats/templates/lineview.html
@@ -0,0 +1,96 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Used filters:
+
None
+
+
+${filter} |
+
+${val}
+ |
+
+
+
+
+
+
diff --git a/website/stats.wesnoth.org/wesstats/templates/pieview.html b/website/stats.wesnoth.org/wesstats/templates/pieview.html
index b4e590bdc5a..0515af22f9d 100644
--- a/website/stats.wesnoth.org/wesstats/templates/pieview.html
+++ b/website/stats.wesnoth.org/wesstats/templates/pieview.html
@@ -31,7 +31,7 @@
${data}
// Create and draw the visualization.
new google.visualization.PieChart(document.getElementById('visualization')).
- draw(data, {title: '${title}', backgroundColor: {stroke:'#FFFBF0', fill:'#FFFBF0', strokeSize: 0} } );
+ draw(data, {title: '${title}', backgroundColor: {stroke:'#FFFBF0', fill:'#FFFBF0', strokeSize: 0}, legendBackgroundColor: {stroke:'#FFFBF0', fill:'#FFFBF0', strokeSize: 0} } );
}
google.setOnLoadCallback(drawVisualization);