Skip to content

Commit

Permalink
fix Formula type annotation, it doesn't show up since apache#4630
Browse files Browse the repository at this point in the history
  • Loading branch information
Grace Guo committed Jun 12, 2018
1 parent 280200f commit 54899fa
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions superset/assets/src/visualizations/nvd3_vis.js
Original file line number Diff line number Diff line change
Expand Up @@ -833,6 +833,12 @@ export default function nvd3Vis(slice, payload) {
});
});
}

// rerender chart appended with annotation layer
svg.datum(data)
.attr('height', height)
.attr('width', width)
.call(chart);
}
}
return chart;
Expand Down

0 comments on commit 54899fa

Please sign in to comment.