const insightsChartEditor = appmixer.ui.InsightsChartEditor(config)
insightsChartEditor.set(key, value)
insightsChartEditor.get(key)
insightsChartEditor.state(name, value)
Toggle a custom loading state.
Toggle a custom error message.
insightsChartEditor.on(event, handler)
insightsChartEditor.on('close', () => {/* ... */})
Close the editor.
const insightsChartEditor = appmixer.ui.InsightsChartEditor({
el: '#insights-chart-editor'
})
insightsChartEditor.open()