Insights Dashboard
Browse and manipulate charts created by the current user.
Last updated
Was this helpful?
Was this helpful?
const insightsDashboard = appmixer.ui.InsightsDashboard(config)
insightsDashboard.set(key, value)
insightsDashboard.get(key)insightsDashboard.state(name, value)insightsDashboard.on(event, handler)insightsDashboard.on('chart:clone', chartId => {/* ... */})insightsDashboard.on('chart:remove', chartId => {/* ... */})insightsDashboard.on('chart:open', chartId => {/* ... */})const insightsDashboard = appmixer.ui.InsightsDashboard({
el: '#insights-dashboard'
})
insightsDashboard.open()