2017-11-15 8 views

答えて

2

勝利は伝説が提供されていように見えるのドキュメントを簡単に見から、read more here

はここで自分のドキュメントからの単純な実装です:タイプ「四角」を指定正方形のポイントを作成するには

<VictoryLegend x={125} y={50} 
    title="Legend" 
    centerTitle 
    orientation="vertical" 
    gutter={20} 
    style={{ border: { stroke: "black" }, title: {fontSize: 20 } }} 
    data={[ 
    { name: "One", symbol: { fill: "tomato", type: "square" } }, 
    { name: "Two", symbol: { fill: "orange", type: "square" } }, 
    { name: "Three", symbol: { fill: "gold", type: "square" } } 
    ]} 
/> 

、他のオプションはlisted hereです。

あなたは、これは私がここに付属のものではない "円"、 "ダイヤモンド"、 "プラス"、 "四角"、 "スター"、 "triangleDown"、 "triangleUp"

+0

を選択することができます。それは円です。 –

+1

質問に正方形のポイントが必要だと指定していない、私の答えが更新されている、upvoteしてください – Pixelomo

関連する問題