-
11 Feb 2013 11:39 PM #1
Unanswered: Chart grid lines not showing up
Unanswered: Chart grid lines not showing up
Hi,
I have faced a strange issue with the chart. I have defined grid lines for the chart. The code sample is given below
axes: [
{
type: 'Numeric',
title: 'fffd',
grid: true,
grid: {
odd: {
opacity: 1,
fill: '#dddddd',
stroke : '#ddd',
'stroke-width' : 1
}
}
}
]
Interestingly the first time i load the chart the grid lines comes correctly. But if i go to any other page in my app and come back to chart page it fails to draw the grid lines. Please find attached the screen shot.
chart.jpg
-
13 Feb 2013 12:08 PM #2Sencha - Senior Forum Manager
- Join Date
- Mar 2007
- Location
- St. Louis, MO
- Posts
- 34,107
- Vote Rating
- 453
- Answers
- 3155
What version of ST and charts are you using?
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 Feb 2013 9:25 PM #3
I am using ST 2.0 and touch-charts-2.0.0-beta
Thank you for reporting this bug. We will make it our priority to review this report.


Reply With Quote