Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
グラフの右上隅に凡例を配置するにはどうすればよいですか? 右上隅に配置できましたが、グラフの右側全体が縮小します。私は、上部が収縮することを望みます。ここに画像があるので、私が何を意味するかがわかります。
オプションを使用できます
legend: { show:true, placement:'outside', location: 'n' }
次に、marginTop、marginLeft などのプロパティを使用して、または .jqplot-table-legend クラスの CSS マージン スタイルを使用して、凡例のマージンを設定できます (たとえば、指定した画像内の位置に移動できます)。margin-left:50%
margin-left:50%