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

Can go charts support the drawing of more loaded time series diagrams #38 #315

Open
fenggolang opened this issue Oct 26, 2023 · 1 comment
Labels
help wanted Extra attention is needed question Further information is requested

Comments

@fenggolang
Copy link

May I ask if the go charts library can support the drawing of the following sequence diagrams,

Obtain time series data from Prometheus for plotting, and the final time series diagram type is as follows:

image

@Koooooo-7
Copy link
Member

Hi @fenggolang
IIUC, there is two questions.

  1. Does go-echarts support series data drawing on time dynamicly ?
    I would say yes or no. If you could dynamic update the dataset, charts could be updated either. (It's more js script efforts.)

  2. Does go-echarts support this kind of chart?
    I searched the common charts here, the echats demos.
    AFAIK, there is no a out of box way to make it on go-echats.

So, personnally, I would say taking a pure echarts way to get those charts should be easier.

@Koooooo-7 Koooooo-7 added enhancement New feature or request question Further information is requested help wanted Extra attention is needed and removed enhancement New feature or request labels Oct 27, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants