0

この場所からGoogleチャートを使用しました

https://developers.google.com/chart/interactive/docs/gallery/linechart#Example

ここに画像の説明を入力

凡例アイコン、つまり青と赤の長方形の幅と高さを変更する可能性はありますか。

4

1 に答える 1

0

ドキュメントに見られるように:

legend: {position: 'top', textStyle: {color: 'blue', fontSize: 16}}

legend.textStyle: {color: <string>, fontName: <string>, fontSize: <number>}

それはあなたが探していたものですか?

于 2012-08-17T11:20:16.420 に答える