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.
Hi Jeanxyz ,
As I tested in my side, I also had the same problem with you about tick label display(without January). Maybe you change the Start option in below screenshot is before Jan 1,2022(For exampe: Dec 20,2021)...
And for changing the tick label to central alignment (currently left alignment), which part do you want to change? The legend?
In addition, you can contact custom visual support team to get professional help.
Power BI Custom Visuals' Community
Best Regards
Thanks all for bringing up the issues. We’ve been facing issues with how Charticulator handles DateTime values for a bit now, and we’re working on getting the right dev on it. Sorry the problems have been around, and thanks for your patience.