문제

Dojo Chart by default places the legend at the bottom of the chart. I would like to place the legend at the top of the chart right under the chart title, above the actual chart.

Can anyone share some code on how to do that?

올바른 솔루션이 없습니다

다른 팁

UPDATE 1

Hi there! After fiddleing arrauon with a chart, the Title and it's Legend i would say, easiest way to put the Legend between the Title and the Chart is not to use the Title from the chart itself, but to write the title seperatly into a div like:

<div id="ChartTitel" style="font-family:Arial;font-size:15pt;color:orange;width:100%;
border-bottom:4px double blue; padding-bottom:4px; margin:0px;text-
align:center">Production</div>

Here's the fiddel with the whole code: http://jsfiddle.net/mbgvL/

Regards

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top