Skip to content

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
…ache#5181)

(cherry picked from commit 585dbe6)
  • Loading branch information
Grace Guo authored and michellethomas committed Jun 14, 2018
1 parent d59e564 commit eef0ded
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 @@ -784,6 +784,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 eef0ded

Please sign in to comment.