Forum Discussion
tick label missing in charticulator
- 4 years ago
Burningsuit Thank you for the detailed explanation. Indeed the date seems to cause errors when it's populated to x axis or text label, the date is always 1 day less than the correct value.
I find two solutions: 1) if users want to show date as a text label, they should use DateAsInteger instead of Date in the text field. In the chart below, I have created two text label, the label on the buttom use Date, which is not correct, the label on top use DateAsInteger which is correct.
2) in the text field, user can still use Date, but they should manually add 86400000 to the date value, in this way, the text label will automatically add 1 day to the default date.
Are bars for January render in chart?
Did you try to increase tick counts for axis? (Set twelve as minimum for each month)
The visual doesn't render all tick labels for continues data type (numerical and date types)
- Jeanxyz3 years agoPower Participant
I don't think it's the tick counts (minimum tick is 30 in my case). it's related to date is not calculated correctly when it's populated to x axis.