bootstrap tab with nvd3 graphs in it code example
Example: bootstrap tab with nvd3 graphs in it
$(function () {
$(document).on('shown.bs.tab', 'a[data-toggle="tab"]', function (e) {
window.dispatchEvent(new Event('resize'));
});
});