Hi Guys, I had a question regarding the component life cycle. I am extending flex charts and adding my custom style to it.
But when I load the chart I see the default flex axis being shown and than it would disappear and my styled axis shows up. I am wondering where do I style my axis such that default flex components are not rendered. Currently I am doing my custom styling in initialize() method. Please let me know which component life cycle method show I be doing the styling. Your replies would be appreciated. Thanks Pratik

