Insights Chart Editor
Create charts to visualize logs of messages that passed through flows.
Last updated
Was this helpful?
Create charts to visualize logs of messages that passed through flows.
Last updated
Was this helpful?
Was this helpful?
const insightsChartEditor = appmixer.ui.InsightsChartEditor(config)
insightsChartEditor.set(key, value)
insightsChartEditor.get(key)insightsChartEditor.state(name, value)insightsChartEditor.on(event, handler)insightsChartEditor.on('close', () => {/* ... */})const insightsChartEditor = appmixer.ui.InsightsChartEditor({
el: '#insights-chart-editor'
})
insightsChartEditor.open()