Commit 68d77288 authored by Romain Loth's avatar Romain Loth

histogram: reduce time range from 1995 instead 1989 for legibility

parent 96193eb9
...@@ -45,7 +45,7 @@ function search_proposed_terms_and_draw( the_queries ) { ...@@ -45,7 +45,7 @@ function search_proposed_terms_and_draw( the_queries ) {
var args = { var args = {
// the_queries is an array of str // the_queries is an array of str
"q": the_queries, "q": the_queries,
"since": 1989, "since": 1995,
"until": 2015 "until": 2015
} }
var docs_years = [] ; var docs_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