(no title)
trutz | 6 months ago
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?
trutz | 6 months ago
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?
ogham|6 months ago
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.