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

Displaying xAxis labels for all vertically stacked axes chart; #1574

Closed
VladutZsukan opened this issue Jun 18, 2024 · 6 comments
Closed

Displaying xAxis labels for all vertically stacked axes chart; #1574

VladutZsukan opened this issue Jun 18, 2024 · 6 comments

Comments

@VladutZsukan
Copy link

Is it possible to display xAxis labels for all series? In the example below, when you move the cursor, the xAxis labels also moves.

https://www.amcharts.com/demos/vertically-stacked-axes-chart/

Why i need this behaviour? : I need to sync 2 different charts to display the same xAxis labels and i manage to achieve half of the behaviour by using the xAxis from first chart on the second one but the second one does not have labels:
image

@martynasma
Copy link
Collaborator

Would you be able to post your whole chart and data on CodePen/jsFiddle so that we can test?

@VladutZsukan
Copy link
Author

Thanks for response @martynasma .

I need for this example to display the xAxis labels for all the charts,not only when you hover the mouse : https://codepen.io/pen?&prefill_data_id=ae8aeb8e-0eeb-4b7e-9c91-91d4a804f577

@martynasma
Copy link
Collaborator

Getting a 500 error on that link. Can you save the CodePen?

@VladutZsukan
Copy link
Author

is the same example as the one made on this link : https://www.amcharts.com/demos/vertically-stacked-axes-chart/.

Basically what I want to achieve is to display xAxis labels for all charts, not to move depending on which chart the cursor is on.

@martynasma
Copy link
Collaborator

Probably easier to just create multiple synced charts than use stacked axes for that.

Example:
https://www.amcharts.com/docs/v5/tutorials/syncing-axis-zooms-across-multiple-charts/

Copy link

This issue is stale because it has been open 30 days with no activity. It will be closed in 5 days unless a new comment is added.

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

2 participants