Skip to content
This repository has been archived by the owner on Nov 3, 2023. It is now read-only.

Commit

Permalink
fix Formula type annotation, it doesn't show up since apache#4630 (ap…
Browse files Browse the repository at this point in the history
  • Loading branch information
Grace Guo authored and timifasubaa committed Jul 25, 2018
1 parent 37ac248 commit 900c186
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 900c186

Please sign in to comment.