mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
fixing dot ratio slider (#15860)
This commit is contained in:
parent
a0ad81db62
commit
f8e0adfc05
1 changed files with 2 additions and 1 deletions
|
@ -26,7 +26,8 @@ export function VislibTypesPointSeries() {
|
|||
|
||||
return {
|
||||
...matchingSeriesParams,
|
||||
data: seri
|
||||
data: seri,
|
||||
radiusRatio: cfg.radiusRatio
|
||||
};
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue