Open
Description
- For example,
add_scatter()
/add_bar()
/etc. These would essentially be thin wrappers aroundadd_trace()
with the proper type.- Throw errors for when required properties are missing. For example,
add_scatter3d()
requiresx
/y
/z
. - Throw errors for when a property is of the wrong type. See, for example, plotly heatmap doesn't take a dataframe #329.
- Throw errors for when required properties are missing. For example,
@timelyportfolio this would maybe be a good exercise if you're up for it?