The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredCompete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.
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
@sdrljaca, apologies! I completely misunderstood your question and thought that you were going from charticulator to deneb. Unfortunately I have not spent nearly enough time in charticulator to be effective. This is something I'd like to change. In the meantime, here are some folks that I've seen on the forums who have answered charticulator related questions. Maybe one of them could help, or could point you to someone who can?
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.
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?