Skip to content

Commit

Permalink
Merge branch 'confidence' into fix_legend_zoom
Browse files Browse the repository at this point in the history
  • Loading branch information
rneher committed Jan 1, 2017
2 parents eb21996 + b112daf commit ce73826
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/components/tree/treeView.js
Expand Up @@ -188,7 +188,8 @@ class TreeView extends React.Component {
this.props.distanceMeasure,
{
/* options */
grid: true
grid: true,
confidence: true
},
{
/* callbacks */
Expand Down

0 comments on commit ce73826

Please sign in to comment.