cancel
Showing results for 
Search instead for 
Did you mean: 

Values doesn't show in Legend of iChart

Former Member
0 Kudos

Hallo world,

I have an iChart with the following Code:


<object name="OEE" classid="{JavaVersion}" mayscript WIDTH="800" HEIGHT="400">
	<PARAM name="CODE" value="iChart">
	<PARAM name="CODEBASE" value="/XMII/Classes">
	<PARAM name="ARCHIVE" value="illum8.zip">
	<PARAM NAME="QueryTemplate" VALUE="yyyyy/x_ZEITEN">
	<PARAM NAME="DisplayTemplate" VALUE="yyyyy/Display/iChart_ZEITEN">
	<PARAM NAME="Param.2" VALUE="">
	<PARAM NAME="PenColor.1" VALUE="#008B4A">
	<PARAM NAME="PenColor.2" VALUE="#EF8917">
	<PARAM NAME="PenColor.3" VALUE="#E9E400">
	<PARAM NAME="PenColor.4" VALUE="#59B1DF">
	<PARAM NAME="PenColor.5" VALUE="#E64300">
	<PARAM NAME="PenColor.6" VALUE="#382578">
	<PARAM NAME="PenColor.7" VALUE="#808080">
	<PARAM NAME="InitialUpdate" VALUE="false">
	<PARAM NAME="ShowTimeControl" VALUE="false">
	<PARAM NAME="ShowScooter" VALUE="true">
	<PARAM NAME="LegendShowValue" VALUE="true">
	<PARAM NAME="Title" VALUE="">
</object>

The iChart shows fine; but I want to display the values in the Legend. I spent a lot of time, but no success.

Thank you for any help.

Ralf Müller

Accepted Solutions (0)

Answers (4)

Answers (4)

Former Member
0 Kudos

Hi Ralf,

Looks like it could be a typo - change it to LegendShowValues (not Value)

<PARAM NAME="LegendShowValues" VALUE="true">

Kind Regards,

Diana Hoppe

Former Member
0 Kudos

Hi,

To show the Legen in the Ichart just add this line in the code or u have option in Ichat under legend just check the checkbox ShowLegend.

<param name="ShowLegend" value="true" />

Thanks and Regards,

Phani Kumar

Former Member
0 Kudos

Hi Ralf Müller,

Showing lengend is easy if you do it in display template itself.

Open your display template "Display/iChart_ZEITEN"

In Data Mapping Tab - give Value columns and description columns.

In legend tab-check show legend.

Save your display template and clear java console and check it will work.

Regards,

Padma.

jcgood25
Active Contributor
0 Kudos

Is it a 'Line' chart?

Is your query time based? (if you turn on your timecontrol bar and see the StartDate and EndDate buttons along with the << < type buttons then the answer is yes).

Regards,

Jeremy

Former Member
0 Kudos

Hello Jeremy,

no it's not a Line chart; it's a bar chart.

Yes, my query is time based.... can you help me?

Thanks

Ralf