If the chart is very small. Use `Chart`, this will include `Chart` in the bundle instead of spinning it of into a lazy-loaded bundle.
```
import MyChart from './MyChart';
...
Chart: MyChart,
...
```
if the chart is gigantic. Use `loadChart`.
```
loadChart: () => import('./MyChart.jsx')
```
[ Full content available at:
https://github.com/apache/incubator-superset/pull/6028 ]
This message was relayed via gitbox.apache.org for [email protected]
