diff --git a/src/app/features/graphite/datasource.js b/src/app/features/graphite/datasource.js index 68fd9a2890f..639e150a320 100644 --- a/src/app/features/graphite/datasource.js +++ b/src/app/features/graphite/datasource.js @@ -232,7 +232,10 @@ function (angular, _, $, config, kbn, moment) { '#A', '#B', '#C', '#D', '#E', '#F', '#G', '#H', '#I', '#J', '#K', '#L', - '#M', '#N', '#O' + '#M', '#N', '#O', '#P', + '#Q', '#R', '#S', '#T', + '#U', '#V', '#W', '#X', + '#Y', '#Z' ]; GraphiteDatasource.prototype.buildGraphiteParams = function(options) {