Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

One date not showing #31

Open
yzpmpgq opened this issue Aug 17, 2015 · 6 comments
Open

One date not showing #31

yzpmpgq opened this issue Aug 17, 2015 · 6 comments
Labels

Comments

@yzpmpgq
Copy link

yzpmpgq commented Aug 17, 2015

First, LOVE the extension and it's probably not an issue, but user error/misunderstanding. I have a daily sales query that has worked great until we had a very large day (7/31). It just leaves a blank on the graph. The query works fine, as it shows the amount for the day. I didn't see any parameter that would restrict the output, so am I missing something?
report_graph
report_result
report_sql

@kalenjordan
Copy link
Owner

Thanks! Hm, interesting - I'm not sure off the top. Can you try running the exact query that's generating the graph and see if it's missing anything? Maybe that's what your second screenshot is?

If that's not the issue, then I would wonder if it's an edge case in the graph library for July 31. Maybe it thinks July only has 30 days or something crazy like that. Maybe updating the query so that it subtracts a day from the date and see if it renders the same.

@yzpmpgq
Copy link
Author

yzpmpgq commented Aug 24, 2015

Yes, the second screenshot was the result of the query. It's getting an
amount, just not displaying on the graph. I tried pulling and moving back
1 day. Now the output shows 7/30 as the large day, but the graph is again
blank on that day.

On Mon, Aug 24, 2015 at 11:45 AM, kalenjordan notifications@github.com
wrote:

Thanks! Hm, interesting - I'm not sure off the top. Can you try running
the exact query that's generating the graph and see if it's missing
anything? Maybe that's what your second screenshot is?

If that's not the issue, then I would wonder if it's an edge case in the
graph library for July 31. Maybe it thinks July only has 30 days or
something crazy like that. Maybe updating the query so that it subtracts a
day from the date and see if it renders the same.


Reply to this email directly or view it on GitHub
#31 (comment)
.

@kalenjordan
Copy link
Owner

So the graph is blank on 7/30 and not on 7/31 when you subtract everything
by a day?

On Mon, Aug 24, 2015 at 11:48 AM, yzpmpgq notifications@github.com wrote:

Yes, the second screenshot was the result of the query. It's getting an
amount, just not displaying on the graph. I tried pulling and moving back
1 day. Now the output shows 7/30 as the large day, but the graph is again
blank on that day.

On Mon, Aug 24, 2015 at 11:45 AM, kalenjordan notifications@github.com
wrote:

Thanks! Hm, interesting - I'm not sure off the top. Can you try running
the exact query that's generating the graph and see if it's missing
anything? Maybe that's what your second screenshot is?

If that's not the issue, then I would wonder if it's an edge case in the
graph library for July 31. Maybe it thinks July only has 30 days or
something crazy like that. Maybe updating the query so that it subtracts
a
day from the date and see if it renders the same.


Reply to this email directly or view it on GitHub
<
#31 (comment)

.


Reply to this email directly or view it on GitHub
#31 (comment)
.

Kalen Jordan
Founder, MageMail

Listen to MageTalk - The Magento Podcast http://magetalk.com/ | MageMail

@yzpmpgq
Copy link
Author

yzpmpgq commented Aug 25, 2015

correct

On Mon, Aug 24, 2015 at 6:03 PM, kalenjordan notifications@github.com
wrote:

So the graph is blank on 7/30 and not on 7/31 when you subtract everything
by a day?

On Mon, Aug 24, 2015 at 11:48 AM, yzpmpgq notifications@github.com
wrote:

Yes, the second screenshot was the result of the query. It's getting an
amount, just not displaying on the graph. I tried pulling and moving back
1 day. Now the output shows 7/30 as the large day, but the graph is again
blank on that day.

On Mon, Aug 24, 2015 at 11:45 AM, kalenjordan notifications@github.com
wrote:

Thanks! Hm, interesting - I'm not sure off the top. Can you try running
the exact query that's generating the graph and see if it's missing
anything? Maybe that's what your second screenshot is?

If that's not the issue, then I would wonder if it's an edge case in
the
graph library for July 31. Maybe it thinks July only has 30 days or
something crazy like that. Maybe updating the query so that it
subtracts
a
day from the date and see if it renders the same.


Reply to this email directly or view it on GitHub
<

#31 (comment)

.


Reply to this email directly or view it on GitHub
<
#31 (comment)

.

Kalen Jordan
Founder, MageMail

Listen to MageTalk - The Magento Podcast http://magetalk.com/ | MageMail


Reply to this email directly or view it on GitHub
#31 (comment)
.

@kalenjordan
Copy link
Owner

Hm - I wonder if the library has some kind of an issue with numbers over a certain thresshold. Maybe try subtracting something from the value in the query and see if it graphs it.

Sorry I know this isn't very insightful troubleshooting. Wish I could dedicate more time to supporting this project!

@yzpmpgq
Copy link
Author

yzpmpgq commented Sep 5, 2015

So I figured out if the amount is over $1000, it doesn't show. Is that a
setting or something to do with the google charting you think?

On Tue, Aug 25, 2015 at 9:12 AM, kalenjordan notifications@github.com
wrote:

Hm - I wonder if the library has some kind of an issue with numbers over a
certain thresshold. Maybe try subtracting something from the value in the
query and see if it graphs it.

Sorry I know this isn't very insightful troubleshooting. Wish I could
dedicate more time to supporting this project!


Reply to this email directly or view it on GitHub
#31 (comment)
.

@peterjaap peterjaap added the bug label Feb 29, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants