mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com> Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
This commit is contained in:
parent
a9d4ef0734
commit
bab0a6dfaf
2 changed files with 1 additions and 2 deletions
|
@ -172,7 +172,6 @@ export function PieComponent(
|
|||
fontFamily: chartTheme.barSeriesStyle?.displayValue?.fontFamily,
|
||||
outerSizeRatio: 1,
|
||||
specialFirstInnermostSector: true,
|
||||
clockwiseSectors: false,
|
||||
minFontSize: 10,
|
||||
maxFontSize: 16,
|
||||
// Labels are added outside the outer ring when the slice is too small
|
||||
|
|
|
@ -120,7 +120,7 @@ export default function ({ getService, getPageObjects }: FtrProviderContext) {
|
|||
'[data-test-subj="embeddablePanelHeading-lnsPieVis"]',
|
||||
'lnsPieVis'
|
||||
);
|
||||
const hasGeoDestFilter = await filterBar.hasFilter('geo.dest', 'LS');
|
||||
const hasGeoDestFilter = await filterBar.hasFilter('geo.dest', 'AL');
|
||||
expect(hasGeoDestFilter).to.be(true);
|
||||
await filterBar.addFilter('geo.src', 'is', 'US');
|
||||
await filterBar.toggleFilterPinned('geo.src');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue