cancel
Showing results for 
Search instead for 
Did you mean: 

Displaying Polar Chart Type

Former Member
0 Kudos

Hi, We are working on BW 3.5 . The following is the description :

We are executing a query. In the query output in the browser the tab 'Graphical Display', we get a drop-down to choose a chart type. The drop down contains only 5 types of chart. We want the data to be displayed in the 'Polar' chart type.

We have added HTML code in the HTML tab of the base chart template. Now although the option appears in the drop-down, the image is not being displayed.

Where do we have to make the changes for the Polar image to be displayed ??

Thanks in advance,

Ravi

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

first of all you would need to create a library item in WAD. This library item (chart) should be customized as Polar Chart.

Then in the HTML code of 0ADHOC_CHARTS in the Drop-Down add another option

<option value="XYZ">Polar Chart</option>

where XYZ is the technical name of your library Item.

When you need to transport make sure to also transport the libraray item.

Heike