How can I dynamically set axis and series fields of ExtJs4 Chart? I have a combobox which contains all attributes of a store using which user can select X-Axis and Y-Axis fields of a line chart. So whenever user changes selection I have to change the fields of chart from controller.
Thanks