mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
Default gauge style to half circle
This commit is contained in:
parent
bd87e894cc
commit
5ce7d856fb
1 changed files with 2 additions and 1 deletions
|
@ -20,7 +20,8 @@ export default React.createClass({
|
|||
parts.gauge_color_rules = [{ id: uuid.v1() }];
|
||||
}
|
||||
if (model.gauge_width == null) parts.gauge_width = 10;
|
||||
if (model.gauge_inner_width == null) parts.gauge_inner_width = 2;
|
||||
if (model.gauge_inner_width == null) parts.gauge_inner_width = 10;
|
||||
if (model.gauge_style == null) parts.gauge_style = 'half';
|
||||
this.props.onChange(parts);
|
||||
},
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue