Comment by trutz

18 hours ago

Congrats on your launch! I see you are using Recharts in your demo to show some nice charts after / withing the chat responses which is very nice.

Does the backend only create the chart data and the chart itself is rendered in the frontend? Or put differently: Can you use any chart library to render this data? Do you support multiple chart types?

Thank you for taking the time to check it out!

Yes we just create the chart data, the front end is responsible for rendering and can choose the library.

We will respond with a consistent chart object (https://inconvo.com/docs/api-reference/conversations/respons...) that can then be transformed with your own code to fit the spec of the frontend chart library.

We support line and bar at the moment planning to add more types soon. Also working on multi-series for those chart types.