This is an automated email from the ASF dual-hosted git repository.
kristw pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-superset.git
The following commit(s) were added to refs/heads/master by this push:
new ef1d4a6 Set disableErrorBoundary in SuperChart to fix chart error
handling (#8052)
ef1d4a6 is described below
commit ef1d4a6aa16c8ae510cc63a4b04ee158c4be7a30
Author: michellethomas <[email protected]>
AuthorDate: Thu Aug 15 14:42:03 2019 -0700
Set disableErrorBoundary in SuperChart to fix chart error handling (#8052)
---
superset/assets/src/chart/ChartRenderer.jsx | 1 +
1 file changed, 1 insertion(+)
diff --git a/superset/assets/src/chart/ChartRenderer.jsx
b/superset/assets/src/chart/ChartRenderer.jsx
index 3e69987..626bffc 100644
--- a/superset/assets/src/chart/ChartRenderer.jsx
+++ b/superset/assets/src/chart/ChartRenderer.jsx
@@ -191,6 +191,7 @@ class ChartRenderer extends React.Component {
<React.Fragment>
{this.renderTooltip()}
<SuperChart
+ disableErrorBoundary
id={`chart-id-${chartId}`}
className={`${snakeCase(vizType)}`}
chartType={vizType}