cancel
Showing results for 
Search instead for 
Did you mean: 

SAP Design Studio 1.6 SP01 - InfoChart Bullet Chart does not scale axis like configured

Former Member
0 Kudos

We are using the SAP BO Design Studio 1.6 SP1 (newest Servicepack since 23.02.2016).


We are using an InfoChart (standard component), chart type Bullet Chart.

We tried to enter Min.value (90) and Max.value (100) for the axis in Advanced Properties - > Plot Area --> Primary Scale.

But the chart does not consider these values.
Instead the axis is displayed from values 1 to 100, instead of 90 to 100.


Also we tried to apply the axis scaling via scripting (in OnStartup event of the application and on event OnClick of a button):

INFOCHART_1.setAxisScaling(InfoChartAxisScaling.AXIS_1, 90, 100);

INFOCHART_1.setAxisScaling(InfoChartAxisScaling.AXIS_2, 90, 100);



Still, the axis is displayed from values 1 to 100.


But if we change the InfoChart type from Bullet chart to bar chart and enter Min.value: 90 and max.value: 100 for the axis there, the axis is correctly scaled between 90 and 100!


So it seems to be a bug of the bullet chart type?



Any idea how to solve this?

Accepted Solutions (1)

Accepted Solutions (1)

TammyPowlas
Active Contributor
0 Kudos

Matti - I can recreate your issue in SP01 - I recommend submitting this as an incident to SAP.

Answers (1)

Answers (1)

Former Member
0 Kudos

I'm having the same issue, but also not respecting the maximum value.

I put 0-100 and it puts the maximum as the maxim value on the data,

Have you found any solution to this?

Thanks!