Skip to content

Commit

Permalink
add uiState to pipeline visualization function
Browse files Browse the repository at this point in the history
  • Loading branch information
fbaligand authored Nov 28, 2020
1 parent e591192 commit f9405fe
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/plugins/visualizations/public/legacy/build_pipeline.ts
Original file line number Diff line number Diff line change
Expand Up @@ -304,6 +304,7 @@ export const buildPipeline = async (vis: Vis, params: BuildPipelineParams) => {
visConfig.title = title;
pipeline += `visualization type='${vis.type.name}'
${prepareJson('visConfig', visConfig)}
${prepareJson('uiState', uiState)}
metricsAtAllLevels=${vis.isHierarchical()}
partialRows=${vis.params.showPartialRows || false} `;
if (indexPattern) {
Expand Down

0 comments on commit f9405fe

Please sign in to comment.