2007-08-23 Display values in the legendLine chart v 1.2.5 has a great new feature - you can display values in the legend. Check this example and try to move your mouse over the plot area. http://www.amcharts.com/line/ Here are all possible settings for values in the legend: <legend> ...... <values> <enabled>true</enabled> <width></width> <align></align>
<unit></unit> <unit_position></unit_position>
<text><![CDATA[{value}]]></text> </values> ...... </legend> Update: instead of setting unit and unit position now you can format value useing HTML. This allows you to display {description}, {series}, {percents} in the legend too. <unit> and <unit_position> will work too.
<< Previous | Next >>
|