Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

The Power BI Data Visualization World Championships is back! Get ahead of the game and start preparing now! Learn more

Reply
Anonymous
Not applicable

Deneb x-axis

Helly everyone,

 

I try to recreate a Deneb visual with images of the Batman logos, made by Kerry Kolosko. I have the following Deneb code: 

{
"$schema": "https://vega.github.io/schema/vega-lite/v5.json",
"usermeta": {
"deneb": {
"build": "1.1.0.0",
"metaVersion": 1,
"provider": "vegaLite",
"providerVersion": "5.2.0"
},
"interactivity": {
"tooltip": true,
"contextMenu": true,
"selection": false,
"dataPointLimit": 50
},
"dataset": [
{
"key": "Year",
"name": "Year",
"description": "",
"type": "dateTime",
"kind": "column"
},
{
"key": "Logo",
"name": "Logo",
"description": "",
"type": "text",
"kind": "Image"
},
{
"key": "SampleData",
"name": "Order (Y)",
"description": "",
"type": "quantitative",
"kind": "column"
}
]
},
"config": {
"autosize": {
"type": "fit",
"contains": "padding"
}
},
"data": {"name": "dataset"},
"mark": {
"type": "image",
"width": 75,
"height": 50,
"tooltip": false
},
"encoding": {
"x": {
"field": "Year",
"type": "quantitative",
"axis": {
"titleFontSize": 20,
"labelFontSize": 16,
"title": null,
"grid": true,
"gridColor": "#808080",
"format": ".0f",
"ticks": true,
"tickMinStep": 4 //doesn't not respond
},
"scale": {
"domain": [1939, 1966] 
}
},
"y": {
"field": "SampleData",
"type": "quantitative",
"axis": null
},
"url": {
"field": "Logo",
"type": "nominal"
}
}
}

 

On the x-axis, I would like to have intervals of 4 years, so 1940, 1944, 1948, etc. It looks like TickMinStep doesn't respond, since the visual only shows 1940, 1950 and 1960 (which is the default I guess). I don't understand why it doesn't respond and how to solve it. I really hope someone does know the answer to it. 

The Excel-file can be downloaded here

 

Batman.png

2 REPLIES 2
Anonymous
Not applicable

@foodd , thanks for your suggestion. 

 

The pbix file can be found here

foodd
Super User
Super User

How to Get Your Question Answered Quickly  meaning, please add your work-in-progress Power BI Desktop file so that members of the Forum can assess the state.

Helpful resources

Announcements
Power BI DataViz World Championships

Power BI Dataviz World Championships

The Power BI Data Visualization World Championships is back! Get ahead of the game and start preparing now!

December 2025 Power BI Update Carousel

Power BI Monthly Update - December 2025

Check out the December 2025 Power BI Holiday Recap!

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.