restructured style settings between axes & grid, and Display Styles

This commit is contained in:
Torkel Ödegaard
2014-02-05 11:12:47 +01:00
parent bafa334b94
commit 7d4f0d24d5
5 changed files with 60 additions and 43 deletions

View File

@@ -132,7 +132,7 @@ function (angular, _, $, config, kbn, moment) {
var clean_options = [];
var graphite_options = ['target', 'targets', 'from', 'until', 'rawData', 'format', 'maxDataPoints'];
if (options.renderer === 'flot') {
if (options.renderer !== 'png') {
options['format'] = 'json';
}