You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 3, 2022. It is now read-only.
Our current plotly code in charting.ts only supports line, scatter and heatmap charts, and does a fair amount of munging to go from the format of the data we pass to charting to the format needed by plotly. At some point we should clean this up and simplify/expand the interface to plotly. We also need to check the static chart generation; it may have been affected by plotly/plotly.js#446
The text was updated successfully, but these errors were encountered:
Our current plotly code in charting.ts only supports line, scatter and heatmap charts, and does a fair amount of munging to go from the format of the data we pass to charting to the format needed by plotly. At some point we should clean this up and simplify/expand the interface to plotly. We also need to check the static chart generation; it may have been affected by plotly/plotly.js#446
The text was updated successfully, but these errors were encountered: