-
Charts - how to set max X?
Charts - how to set max X?
Hi experts -
Can you help me to define max X on charts?
I tried "maximum:120", which seems not working.
thanks,
Prakash
-
I figured out the solution as,
var minx = <min_val>;
var maxx = <max_val>;
daysAxis = new Ext.chart.NumericAxis();
daysAxis.minimum =minx ;
daysAxis.maximum =maxx;
regards,
Prakash
Sencha is used by over two million developers. Join the community, wherever you’d like that community to be
or Join Us