本文介绍了Pentaho CDE条形图显示的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
我试图在pentaho CDE中显示一个简单的静态条形图,但是在预览时我没有得到任何结果.
I am trying to display a simple static Bar Chart in pentaho CDE but while previewing it i am not getting any result.
我正在使用Pentaho 5.4.0.1.130版本.
I am using Pentaho 5.4.0.1.130 version.
我的控制台显示.
我的图表组件面板详细信息
my chart component panel details
我在mysql工作台中检查了查询结果,它给了我正确的结果
I checked the Query result in mysql workbench and it is giving me proper result
推荐答案
您错过了图表的高度和宽度.请指定高度和宽度的值,如下所示:
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
这篇关于Pentaho CDE条形图显示的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!