Skip to content

Commit

Permalink
[converter/tileMap] fix reference to makeLabel() function
Browse files Browse the repository at this point in the history
  • Loading branch information
Spencer Alger committed Nov 7, 2014
1 parent ae37fc5 commit 9ad726e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/kibana/plugins/vis_types/converters/tile_map.js
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ define(function (require) {
if (!buckettingCol || !metricCol) return;

var aggConfig = metricCol.aggConfig;
var metricLabel = metricCol.aggType.makeLabel(aggConfig);
var metricLabel = aggConfig.makeLabel();

rows.forEach(function (row) {
geohash = row[0];
Expand Down

0 comments on commit 9ad726e

Please sign in to comment.