Extended data visualization capabilities
Aidan O'Connor
As a Port admin, I would like to visualize the valuable contextual data in Port in ways that are customizable to me. Currently, this is limited to pie charts and line charts. While this is probably sufficient for many people, it would be nice to be able to add some enhanced visualization options to Port. For example, this could be a Python interpreter inside Port that can use bokeh, plotly, or some other open source visualization library. These support iFrame visualizations, which could therefore limit the need for Port to support these types of visualizations natively, and would allow for full customization of colors, shapes, sizes, etc.
S
Steve Horn
Inspired by ChatGPT's web UI, you could feed the model data that's interesting to your use case, have the model generate the Python code, run it through an interpreter, and spit out a dynamic chart from the data. Then save your prompt so it can be run on demand or on a dashboard.
Aidan O'Connor
Additionally, since the data is already in Port, it would be nice to get do some regression analysis on data from Port