You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was building a heatmap where I had a date column coming in from Power BI. I needed to format the text inside the column and was struggling to change the formatting based on the Vega-lite documentation: https://vega.github.io/vega-lite/docs/format.html
Resolution:
Solving this problem was using the axis formatting like so:
Issue:
I was building a heatmap where I had a date column coming in from Power BI. I needed to format the text inside the column and was struggling to change the formatting based on the Vega-lite documentation: https://vega.github.io/vega-lite/docs/format.html
Resolution:
Solving this problem was using the axis formatting like so:
I needed to add the formatType of pbiFormat into the Axis definition.
When I read the docs, I somehow missed this.
it would be nice to highlight this a bit more, and possibly add an example or two about this.
The text was updated successfully, but these errors were encountered: