Threaded View
-
8 May 2012 12:39 AM #1
Answered: add space on x-axis in graph
Answered: add space on x-axis in graph
is it possible to add space both side on x axis to display full marker?
test.png
-
Best Answer Posted by shydreamz
try using getGutters function in series
this will give a kind on displace label of x-axis with 10.Code:series: [{ type: 'line', axis: 'left', xField: 'name', yField: 'iphone', title: 'iPhone', getGutters:function(){ return[10,0]; } }]
Thank you for reporting this bug. We will make it our priority to review this report.


Reply With Quote