Helping Hand..
Helping Hand..

Reputation: 2440

Pentaho CDE Bar chart display

I am trying to display a simple static Bar Chart in pentaho CDE but while previewing it i am not getting any result.

I am using Pentaho 5.4.0.1.130 version.

my console display.enter image description here

my chart component panel details

enter image description here

I checked the Query result in mysql workbench and it is giving me proper result

Upvotes: 2

Views: 1143

Answers (1)

Venkatesh Panabaka
Venkatesh Panabaka

Reputation: 2154

You are missed Height and Width of the chart. Please specify the value of the height and width like below:

Eg: Height: 200
    Width: 400

Upvotes: 2

Related Questions