Commit 96193eb9 authored by Romain Loth's avatar Romain Loth

histogram: add white background under the chart

parent 09abee40
......@@ -150,7 +150,8 @@ function draw_histogram(counts_by_year_array, div_id) {
// 1) layout for the div#search_histogram
// /!\ this div *needs* padding:0 /!\;
$("#"+div_id).height("15em") ;
$("#"+div_id).height("15em")
.css("background-color", "#F9F9F9")
// 2) data preparation
//~ var years = [] ;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment