I have a bar chart and I need to completely remove the axis labels

I have a bar chart, and I need to completely remove the axis labels and have only black 1px on the axis lines.

I tried this in style but the font-size: 0; doesn't labels disappear completely.

BarChart {}
horizontalAxisStyleName:myAxisStyles;
verticalAxisStyleName:myAxisStyles;
}

{.myAxisStyles}
tickPlacement: none;
do-size: 0;
}

Try adding a verticalAxisRenderer and a horizontalAxisRenderer between your tags barChart.

That is to say.

....

...

The key is in setting showLabels property to false.

J

Tags: Flex

Similar Questions

Maybe you are looking for