From 7b61a46d7c3b4703bbe4e41c0ddf2b7a2c98d22f Mon Sep 17 00:00:00 2001 From: Adam Waldenberg Date: Fri, 4 Jul 2014 01:37:58 +0200 Subject: [PATCH] The blame chart legend now shows the correct colors (Fixes issue 26). To also correctly update the legend of the chart, a call to setupGrid() (in Flot) seems to be required. --- gitinspector/html/html.header | 1 + 1 file changed, 1 insertion(+) diff --git a/gitinspector/html/html.header b/gitinspector/html/html.header index 82acbd6..5d7240e 100644 --- a/gitinspector/html/html.header +++ b/gitinspector/html/html.header @@ -160,6 +160,7 @@ }} }}); + blame_plot.setupGrid(); blame_plot.draw(); // Color in metrics levels.