zingcharts を使用してグラフを作成しています。私のグラフには多くのエントリを持つ凡例があり、私のグラフとかなり重なっています。
私が読んだAPIを通過する
adjustLayout : 凡例の位置を考慮して凡例との重複を防ぐようにプロットエリアに強制します。
それは完璧に聞こえます..私はそれをtrueに設定しましたが、何も起こりません. www誰もこれを経験したことがありますか?
{
"gui":{
"behaviors":[
{
"id": "SaveAsImage",
"text": "Save As Image",
"function": "exportimageurl"
}
]
},
"graphset":[
{
"type":"mixed",
"background-color":"#E6E6E6",
"stacked":"0",
"plotarea":{
"margin":"'.$margin.'"
},
"title":{
"text":"'.$title.'",
"align":"center",
"font-family":"Arial",
"font-size":"18px",
"font-color":"#000000",
"font-weight":"bold",
"background-color":"#E6E6E6"
},
"legend":{
"adjustLayout": true,
"position":"50% 100%",
"margin":"30 3 5 3",
"layout":"x2",
"font-family":"arial",
"font-size":"8px",
"background-color":"#E6E6E6",
"toggle-action":"remove",
"width":"435px",
"item":{
"marker-style":"square",
"font-color":"#000000",
"border-width":"0px"
}
}