Forum Discussion
Display all dates on a staked column chart
I'm trying to have all dates shown on the X-axis of a stacked column chart.
Couldn't find any setting to do so directly. The only thing I found was posts saying to change the x-axis from Continuous to Categorical. But if I do that, my data change drastically.
Columns seems to contain less different items and the total cost drop a lot. (Y-axis drop from about 3.5M to 0.5M).
Any help on this topic would be greatly appreicated.
5 Replies
- amitchandak
Super User
- VincentCWorkFrequent Visitor
My post is specifying that when I switch to Categorical the data change.
Top graph is with Continuous, second is Categorical.The order of magnitude is about 7 time smaller and the data is distributed quite differently.
I did try extracting the year and then building the graph based on the year only (instead of the full date), but both Categorical (and Continuous) graphs are the same regarless of if I use only the year or the full date.
- SivaMani
Resident Rockstar
VincentCWork, The X-axis date value will be displayed based on the visual width and the number of records in this date column. I see you are trying to show more than 10 years of data. I would suggest you apply a date filter to show the last 2-3 years of data if that makes sense. Another option will be, Use data hierarchy (Year/Month/Day) with drill-down.
- ngroverRegular Visitor
For the new layout for formatting. if you right click the X axis, it will give you the show all items with no data. They kind of hid it in the new layout. Hope it helps