-
9 Oct 2012 5:32 PM #1
Unanswered: First data point is cut off on the x-axis/y-axis
Unanswered: First data point is cut off on the x-axis/y-axis
On my graphs, it looks like first point on the x-axis and y-axis is cut off to some white square, or something.
Is this a known issue? I have a very simple data setup, and I'm not sure why the chart would be cut off like this.
photo.jpg
-
12 Oct 2012 6:24 AM #2Sencha - Senior Forum Manager
- Join Date
- Mar 2007
- Location
- St. Louis, MO
- Posts
- 33,714
- Vote Rating
- 438
- Answers
- 3113
Not sure if it would work but have you tried using the xPadding config?
Mitchell Simoens @SenchaMitch
Sencha Inc, Senior Forum Manager
________________
http://www.JSONPLint.com - Source to lint your JSONP!
Check out my GitHub, lots of nice things for Ext JS 4 and Sencha Touch 2
https://github.com/mitchellsimoens
Think my support is good? Get more personalized support via a support subscription. https://www.sencha.com/store/
Need more help with your app? Hire Sencha Services services@sencha.com
Want to learn Sencha Touch 2? Check out Sencha Touch in Action that is almost in print!
When posting code, please use BBCode's CODE tags.
-
13 Oct 2012 7:25 PM #3
Hmm. This doesn't appear to affect the line chart at all.
I also tried using getGutters:function(){return [10,0]} as a workaround, but that also had no impact on the graph rendering.
-
17 Dec 2012 4:51 AM #4
Add dummy data to the store
Add dummy data to the store
A work around i found for this was to add a dummy record in the beginning of the store data so that you have space in the beginning
Thank you for reporting this bug. We will make it our priority to review this report.


Reply With Quote