Forum Discussion
Deneb Custom Visual - View X Axis when scrolling on Y axis
I understand there is no way to make X axis visible while scrolling on Y axis.
have you tried using vconcat with the top container suppressing the x axis and the bottom portion only showing the x axis (with a fake 0 value) ?
@Ibendlin: Thank you so much for looking into this thread. I was eagerly waiting for the response.
This is my first attempt to Vegalite. And I dont much about using vconcat, container concept. I created current looking at the templates of vegalite.
So, do you mind adding few lines to the existing code or point me to any existing template pls.
- lbendlin2 years agoSuper User
I'm not an expert either, still learning Deneb. Maybe dm-p has some advice.
Go through their examples, try with something simpler first. Once you have mastered the "same X axis but hidden on the top container" then you can modify the code for your Gantt chart accordingly.