Defining chart xAxis title doesn't trigger on the first onAfterLoad...

…unless you call this.refresh() after this.define() - https://snippet.webix.com/0pnqf49z

Hope that helps others who see this issue!

We do not consider it as a bug.
It takes two steps to apply the new config - set it and render changes.
While define will change the component configuration, refresh is a required method in order to force the rendering of these changes.