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

[Feature request] Is it possible to include a chart next to timeline in one visualization? #1773

Open
GO5IT opened this issue Mar 5, 2024 · 2 comments

Comments

@GO5IT
Copy link

GO5IT commented Mar 5, 2024

<Timeline/Graph2D>

I wonder if it is possible to include a chart next to timeline in one visualization.

My idea is to create a "group" (in timeline) which shows a chart in which time is X axis and values in Y axis. This group is separated from other groups which show other timeline items. In this way, the timeline and chart would not mix up weirdly. I think it is great to show, for example, a line chart of GDP over time and timeline of prime ministers side by side. If it is possible, could you provide a simple code example? If it is not possible, this is my feature request. Many thanks!

@GO5IT
Copy link
Author

GO5IT commented Mar 21, 2024

UPDATE:

It seems 2D Graph and Timeline modules are independent, and it does not seems easy to embed 2D Graph in Timline, so my partial solution is to embed Timline items in 2D Graph. As a result, I managed to show something. It is not exactly what I wished, but compromised approach. The reason for the compromise is 2D Graph data setting is super-simple and not very configureable. It would be nice if this setting can be more customisable like we can do in Timeline module (styles, HTML embed etc). So, I keep feature request open. Thanks!

image

@GO5IT
Copy link
Author

GO5IT commented Mar 21, 2024

Setting for 2D Graph items:

image

Setting for TImeline items:
image

I think it is hard to deploy CSS and HTML code e.g. to change and include color, fontsize, image, hyperlink, tooltip etc.
If it is possible, please share your code idea. Cheers!

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

No branches or pull requests

1 participant