ichartjsグラフカスタムフォント単位の設定
様々なフォントサイズのニーズを満たすために、ichartjsはfontunit構成項目を提供し、フォントの単位を指定します.テキストを構成できる任意の場所で構成できます.次のようになります.
タイトルのフォント単位を設定します.
title:{
text:'The Rise of Pinterest',
color:'#4572a7',
fontunit:'em',// em
fontsize : 2.5
}
脚注のフォント単位を設定します.
footnote : {
text : 'source:comScore',
height:30,
fontunit:'em',// em
fontsize : 2,
color:'#c52120',
fontweight : 600,
padding : '0 40'
}
Labelのフォント単位を設定します.
label: {
fontunit:'em',// em
fontsize : 1,
color:'#666666',
fontweight : 600
}
その他の例:http://www.ichartjs.com/samples/