Skip to content

Commit

Permalink
fixing dot ratio slider (elastic#15860)
Browse files Browse the repository at this point in the history
  • Loading branch information
ppisljar committed Jan 8, 2018
1 parent acbdf48 commit 9cdbfca
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/ui/public/vislib/lib/types/point_series.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@ export function VislibTypesPointSeries() {

return {
...matchingSeriesParams,
data: seri
data: seri,
radiusRatio: cfg.radiusRatio
};
};

Expand Down

0 comments on commit 9cdbfca

Please sign in to comment.