Skip to content

Commit

Permalink
Fixed types.
Browse files Browse the repository at this point in the history
  • Loading branch information
Kuznietsov committed Jan 21, 2022
1 parent 875c399 commit 5f2e596
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/plugins/vis_types/pie/public/to_ast.ts
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ export const toExpressionAst: VisToExpressionAst<PartitionVisParams> = async (vi
addTooltip: vis.params.addTooltip,
legendDisplay: vis.params.legendDisplay,
legendPosition: vis.params.legendPosition,
nestedLegend: vis.params?.nestedLegend,
nestedLegend: vis.params?.nestedLegend ?? false,
truncateLegend: vis.params.truncateLegend,
maxLegendLines: vis.params.maxLegendLines,
distinctColors: vis.params?.distinctColors,
Expand Down

0 comments on commit 5f2e596

Please sign in to comment.