0

Using Ctools through the Pentaho User Console/BI Server I'm wanting to keep the label Title on the x-axis (base axis) but hide the x-axis labels for my CCC Bar Chart component. When selecting baseAxisVisible to False in the Advanced properties it hides both.

Is there a way to manipulate this through an extension?

Kevin Brown-Silva
  • 40,873
  • 40
  • 203
  • 237
Tone
  • 765
  • 10
  • 24
  • 51

1 Answers1

0

If you keep the axis visible, you can hide the tick-labels using:

baseAxisLabel_visible: false

  • Ive tried that option but when set to false it hides the base Axis Title as well. On my base axis I have a list of projects. I don't want these project names to be visible on the axis but I need the base axis title to remain visible. – Tone Dec 05 '14 at 17:39