[ { "color": "#4CAF50", "name": "hits/day > 1000", "oql": { "and": [ { "field": [ "googlebot_hits_per_day", "gt", "1000" ] } ] } }, { "color": "#66BB6A", "name": "hits/day > 200", "oql": { "and": [ { "field": [ "googlebot_hits_per_day", "gte", "200" ] }, { "field": [ "googlebot_hits_per_day", "lt", "1000" ] } ] } }, { "color": "#81C784", "name": "hits/day > 100", "oql": { "and": [ { "field": [ "googlebot_hits_per_day", "gte", "100" ] }, { "field": [ "googlebot_hits_per_day", "lt", "200" ] } ] } }, { "color": "#A5D6A7", "name": "hits/day > 50", "oql": { "and": [ { "field": [ "googlebot_hits_per_day", "gte", "50" ] }, { "field": [ "googlebot_hits_per_day", "lt", "100" ] } ] } }, { "color": "#C8E6C9", "name": "hits/day > 20", "oql": { "and": [ { "field": [ "googlebot_hits_per_day", "gte", "20" ] }, { "field": [ "googlebot_hits_per_day", "lt", "50" ] } ] } }, { "color": "#E8F5E9", "name": "hits/day > 10", "oql": { "and": [ { "field": [ "googlebot_hits_per_day", "gte", "10" ] }, { "field": [ "googlebot_hits_per_day", "lt", "020" ] } ] } }, { "color": "#FFC107", "name": "hits/day > 5", "oql": { "and": [ { "field": [ "googlebot_hits_per_day", "gte", "5" ] }, { "field": [ "googlebot_hits_per_day", "lt", "10" ] } ] } }, { "color": "#FFD54F", "name": "hits/day > 2", "oql": { "and": [ { "field": [ "googlebot_hits_per_day", "gte", "2" ] }, { "field": [ "googlebot_hits_per_day", "lt", "5" ] } ] } }, { "color": "#FFE082", "name": "hits/day > 1", "oql": { "and": [ { "field": [ "googlebot_hits_per_day", "gte", "1" ] }, { "field": [ "googlebot_hits_per_day", "lt", "2" ] } ] } }, { "color": "#E57373", "name": "hits/day > 0", "oql": { "and": [ { "field": [ "googlebot_hits_per_day", "gt", 0 ] }, { "field": [ "googlebot_hits_per_day", "lt", "1" ] } ] } }, { "color": "#F44336", "name": "hits/day = 0", "oql": { "field": [ "googlebot_hits_per_day", "equals", 0 ] } } ]