mirror of
https://github.com/ejwa/gitinspector.git
synced 2025-03-19 14:58:12 +01:00
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.
This commit is contained in:
parent
93b18cdd9a
commit
7b61a46d7c
1 changed files with 1 additions and 0 deletions
|
@ -160,6 +160,7 @@
|
|||
}}
|
||||
}});
|
||||
|
||||
blame_plot.setupGrid();
|
||||
blame_plot.draw();
|
||||
|
||||
// Color in metrics levels.
|
||||
|
|
Loading…
Add table
Reference in a new issue