Open fenggolang opened 1 year ago
Hi @fenggolang IIUC, there is two questions.
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.)
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.
Set: opts.XAxis{ Type: "time" }
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: