mirror of
https://github.com/apache/superset.git
synced 2026-04-19 08:04:53 +00:00
only call drawGraph once (#2132)
This commit is contained in:
@@ -418,8 +418,7 @@ function nvd3Vis(slice, payload) {
|
||||
// this will clear them before rendering the chart again.
|
||||
hideTooltips();
|
||||
|
||||
const graph = drawGraph();
|
||||
nv.addGraph(graph);
|
||||
nv.addGraph(drawGraph);
|
||||
}
|
||||
|
||||
module.exports = nvd3Vis;
|
||||
|
||||
Reference in New Issue
Block a user