Skip to content
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

Graphs / Charts #6

Open
HamburgerJungeJr opened this issue Dec 19, 2018 · 3 comments
Open

Graphs / Charts #6

HamburgerJungeJr opened this issue Dec 19, 2018 · 3 comments

Comments

@HamburgerJungeJr
Copy link

HamburgerJungeJr commented Dec 19, 2018

Hi,

are you planning to implement basic charts, like Pie-, Graph or Bar-chart.

As far as I have seen, there is no simple solution, like adding Chart.js for example, because there is no Python equivalent. Or is it possible to add elements to the designer withput adding them in the Python library?

@alhman
Copy link
Contributor

alhman commented Dec 28, 2018

Hi,

at the moment we have no plans to implement charts. But in the long term this would definitely be a nice addition. You're right that we'd need a chart library for the designer (javascript) and the lib (python). If we use different libs the preview in the designer layout will look different (don't know if this would be an issue). e.g. chart.js for the designer and matplotlib for the lib.

@cristi-boboc
Copy link

Hi,

I believe you can achieve this by having the backend generating the chart as an image, and then loading the image from url.

Hope it helps

@alhman
Copy link
Contributor

alhman commented Apr 16, 2021

you're right. Adding the chart generation to the backend should be sufficient.The designer can request a chart update for preview on demand.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants