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

SingleStat Doesn't show correctly #1865

Closed
siamaksalman opened this issue Aug 14, 2017 · 3 comments
Closed

SingleStat Doesn't show correctly #1865

siamaksalman opened this issue Aug 14, 2017 · 3 comments
Assignees

Comments

@siamaksalman
Copy link

I'm running Chronograf-1.3.6.0-1.x86_64 on "CentOS Linux release 7.3.1611 64 bit from pre-built package.

This is my query :
SELECT max(sum_online) FROM (
SELECT sum("online") AS "sum_online" FROM "mydb"."autogen"."cuncurrent_user" WHERE time > :dashboardTime: GROUP BY time(5s) )

and I'm selecting SingleStat Visualization type but when I press okey, I see a Line graph with a single point in as the result.
screenshot from 2017-08-14 21-28-36
screenshot from 2017-08-14 21-28-57
screenshot from 2017-08-14 21-29-25

@121watts
Copy link
Contributor

We are on it! Thanks for opening the issue

@jaredscheib
Copy link
Contributor

https://github.com/influxdata/chronograf/releases/tag/1.3.6.1 has been published and fixes this issue. If this was an upgrade, unfortunately your graph types will have been lost. Let us know if you experience any other issues @siamaksalman, and thanks again!

@siamaksalman
Copy link
Author

Thanks for your fast update, I've upgraded to this version and the singlestat worked well.
screenshot from 2017-08-15 18-28-39

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants