It show in histogram , how to change it to pie .
I found the code in kibana/public/discover/components/field_chooser/field_chooser.js Line 161
var type = isGeoPoint ? 'tile_map' : 'histogram';
The default key is histogram ,I change histogram to pie. But when I restart the kibana ,It not work .
Any ideas what is going on?