Skip to content

Commit

Permalink
fixing dot ratio slider (#15860)
Browse files Browse the repository at this point in the history
  • Loading branch information
ppisljar authored Jan 8, 2018
1 parent a0ad81d commit f8e0adf
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 f8e0adf

Please sign in to comment.