-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Auto-Chart: Data display / Intelligent graphs / Plotting #118
Comments
Great request. In some sense, one would detect that there's an underline grid data (markdown grid, csv data, etc), and activate either a Table view (already provided in Markdown mode, in Settings), or Charts. What would be the top-priority charts for your use case? Would be great to find a simple and easy and lightweight library for charts, and wire it in a way that as much data as possible is plotted. Ideas for Libraries, Data output parsing, Top priority charts to do, and how do handle multi-columns data are very welcome. |
Thanks @enricoros, I did a very hacky implementation to support Bar Charts and Line Charts for a POC |
This looks incredibly good!! Would you be open to sending a PR? If you do, please develop on top of the Great project, that charting seems like magic. I can see a vast utility for charting, especially if the model is injected with a tools pattern which pushes it to create more models, aka: a statistician or analyst persona. I'm very open to picking up a PR, and if you so choose, make sure the charting library is not so heavy (for people that don't use charts). |
P.S.: formerly I used:
I like that Magic lib you pointed out above. |
I can give it a try, any documentation to help get started would be super
helpful, or else I'll try to look at the "next" branch and give it a go. -
Thanks!
…On Wed, May 24, 2023 at 4:08 PM Enrico Ros ***@***.***> wrote:
P.S.: formerly I used:
- Victory: great lib for professional looking results, but requires
lots of code. Good to create well customized visual experiences (e.g.
newspapers) but not flexible
- ApexCharts: quick and easy, less controllable and configurable, may
miss features or chart types
- D3: OG, but requires quite some boilerplate and deep react knowledge
I like that Magic lib you pointed out above.
—
Reply to this email directly, view it on GitHub
<#118 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AABST6RO6BX5FRJXWBSTCVTXHXQKZANCNFSM6AAAAAAYLR23HE>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
@saurabhgaur next branch is merged, and supports the latest models from Today's OpenAI announcement. |
Back to this - could you share the code for it? Looks pretty sweet and I'd love to productize it. |
This is really cool - do you have any code that we should productize? |
Maybe I can pick that up myself if no-one is working on this |
Update on this issue. What we have:
For both of them, the code must be within the body of a message, or the message itself. What we don't have
Note that these 4 could as well be separate issues, so feel free to break them down. |
With #392 merged, which features tabular data extraction, this becomes very feasible now. What we need to make this happen is:
|
It'd be great if big-agi can (optionally) include a chart using common charting libraries like d3js, plotly etc. incase the response returned from the bot includes data.
The text was updated successfully, but these errors were encountered: