Chart🔮

Bayeslab provide various kinds of charts base on Plotly with some customizations.

For what charts are available, please take a reference at https://plotly.com/javascript/

Although plotly supports having multiple charts in the same plot, it has certain issue like missing colors or slow rendering or broken lines

We recommend using single chart when possible.

Interaction

The charts are fully interactive. Try zoom in/out, pan or download as picture.

Export Chart Data

You can download raw data for this chart via this button

The exported data here is what directly used for chart to display, not original data that used to compute what's to display.

Interpretation

We automatically provide a chart interpretation for it's data/trend/insights, and you can continue chatting with Chart Copilot later.

Editing

When mouse hovering over the chart, you'll see Edit button.

You can change the display options of this chart here.

The options modified here are stored together with this block.

If the block's code is regenerated again, the options would NOT be merged to avoid any confliction.

Chart Copilot

Clicking "Explain" or "Chat" would bring up this Chart Copilot:

It automatically analyze and explain the chart using latest Generative AI model, and provides follow up questions.

You can then generate some report paragraph to go together with this chart in your report:

Last updated