Skip to content

Commit

Permalink
Change the max size to 1000
Browse files Browse the repository at this point in the history
  • Loading branch information
stratoula committed Jun 3, 2021
1 parent d9c98a3 commit 6facbb5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/plugins/vis_type_pie/public/utils/get_config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

import { PartitionConfig, PartitionLayout, RecursivePartial, Theme } from '@elastic/charts';
import { LabelPositions, PieVisParams, PieContainerDimensions } from '../types';
const MAX_SIZE = 900;
const MAX_SIZE = 1000;

export const getConfig = (
visParams: PieVisParams,
Expand Down

0 comments on commit 6facbb5

Please sign in to comment.