如何在pentaho ccc图表中更改第二个y轴文本字体大小

时间:2015-04-28 10:57:35

标签: pentaho pentaho-cde

enter image description here如何在pentaho图表中更改第二个y轴文本字体大小

我把一些文字(即每月费用($ 000)在orthoAxisTitle中显示得很好。如何在第二个y轴放置一些文字enter image description here

1 个答案:

答案 0 :(得分:1)

如果要定义 ortho2轴标题,请将文本放到ortho2AxisTitle参数及其字体定义为ortho2AxisTitleFont参数:

  • ortho2AxisTitle: Your title
  • ortho2AxisTitleFont: 10px sans-serif

如果要调整 ortho2轴标签的字体,请使用extensionPoints参数定义字体:

  • extensionPoints: [["ortho2AxisLabel_font", "normal 17px "Open Sans"'"]]

enter image description here

您可以通过设置axisLabel_font扩展点为所有轴定义字体。然后通过例如玩其余的轴来玩设置文字角度:

  • extensionPoints: [["axisLabel_font", "normal 17px "Open Sans"'"], ["ortho2AxisLabel_textAngle", "-0.6"]]