Expose Stacked Plot view (#5290)

This commit is contained in:
David Tsay 2022-06-03 22:39:23 -07:00 committed by GitHub
parent 162cc6bc77
commit 584d11a2ef
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -21,7 +21,9 @@
*****************************************************************************/ *****************************************************************************/
import ObjectView from './ObjectView.vue'; import ObjectView from './ObjectView.vue';
import StackedPlot from '../../plugins/plot/stackedPlot/StackedPlot.vue';
export default { export default {
ObjectView ObjectView,
StackedPlot
}; };