Hi there!
Hope someone can help with this rather surprising question.
I just started using plotly.js for creating a dashboard for my site’s internal data. But some data display has too many columns and cannot be represented through chats or graphs. eg.
Date | URL | RECIPIENT EMAIL | SENDER EMAIL | TOTAL VIEWS
Is there a way to use plotly to create a table element with this data? I know I can do it in html or even D3, but it would be great if all my data is parsed and rendered through plotyjs’s renderer for default styling and layouts.
Thanks vey much!