I'm trying to format the date on the axis like this: May '18. My formatting looks like this: 'MMM \' yy'. I have 2 problems: 1. What should I do to make the first letter of the month capitalized? Do I need to generate ticks to achieve this? 2. There is a problem with an apostrophe, i.e. when it applies it after it, formatting is no longer used, and the apostrophe itself is not shown. For example, the above looks like this: may yy. I also tried to use apostrophe characters from ASCII and Unicode, but this does not work. Just Google Charts probably treats an apostrophe as a character that can not be used ... Is there any advice?
EDIT:
Problem solved with apostrophe. \u2019
is not exactly an apostrophe. The correct apostrophe is: https://unicode-table.com/en/0027/, but it looks good anyway.
However, in my case, the first letter of the month is still small because I use Polish translation. Is there any advice for this?
EDIT:
Problem solved.