Google チャート エリアの日付を 2012 年 3 月、2013 年 10 月などとして表示したいのですが、形式に日付の桁があってはなりません。私は3つのフォーマットしか見つけることができません
フォーマット
var formatter_long = new google.visualization.DateFormat({formatType: 'long'});
var formatter_medium = new google.visualization.DateFormat({formatType: 'medium'});
var formatter_short = new google.visualization.DateFormat({formatType: 'short'});
結果として
2008 年 2 月 28 日 (ロング)
2008 年 2 月 28 日 (中)
2008 年 2 月 28 日 (短い)
結果から日付の数字を削除できれば、私にとっては長くて中程度の仕事です。どういうわけかそれをする機会はありますか?