Forum Discussion
sdrljaca
3 years agoFrequent Visitor
Charticulator: How to show Grid Between Mark
Hi, how to show Grid Between Marks and not to have Tick in the middle (in Deneb Vega-Lite it is done with "tickBand": "extent")? Thank you
giammariam
3 years agoSolution Sage
Hey sdrljaca, you can handle the grid with bandPosition and you can modify the label position with labelOffset. You can hide the tick marks by setting tickOpacity to 0.
Take a look at this gist for an example I generated for this scenario.
If this gets you moving, consider kudoing this post and choosing it as the solution.
sdrljaca
3 years agoFrequent Visitor
Hi, thank you for this solution in Vega-Lite Deneb (it is better than I did), but I want to do the same in Charticulator. Can you recreate it in Charticulator, please?