Class type Ext_chart_axis_Abstract.configs


class type configs = object .. end
Inherits
method fields : Js.js_string Js.t Js.js_array Js.t Js.prop

The fields of model to bind to this axis.

For example if you have a data set of lap times per car, each having the fields: 'carName', 'avgSpeed', 'maxSpeed'. Then you might want to show the data on chart with ['carName'] on Name axis and ['avgSpeed', 'maxSpeed'] on Speed axis.


method label : Ext_chart_Label.t Js.t Js.prop

The config for chart label.