Skip to content

Commit

Permalink
do not pass title as part of tsvb request (#72619) (#72822)
Browse files Browse the repository at this point in the history
  • Loading branch information
flash1293 committed Jul 22, 2020
1 parent 523c830 commit 85046b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/plugins/visualizations/public/legacy/build_pipeline.ts
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,7 @@ export const buildPipelineVisFunction: BuildPipelineVisFunction = {
input_control_vis: (params) => {
return `input_control_vis ${prepareJson('visConfig', params)}`;
},
metrics: (params, schemas, uiState = {}) => {
metrics: ({ title, ...params }, schemas, uiState = {}) => {
const paramsJson = prepareJson('params', params);
const uiStateJson = prepareJson('uiState', uiState);

Expand Down

0 comments on commit 85046b0

Please sign in to comment.