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

Present metric value when mouse over the graph #90

Closed
leonidlm opened this issue Oct 30, 2012 · 5 comments
Closed

Present metric value when mouse over the graph #90

leonidlm opened this issue Oct 30, 2012 · 5 comments

Comments

@leonidlm
Copy link

I think it will be much easier if I could see the current metric value when I mouse over the relevant metric graph.

@nleskiw
Copy link
Member

nleskiw commented Oct 30, 2012

Graphite returns a PNG image, not HTML/CSS. So this is not currently
possible.

You may want to check out the Graphlot interface for this kind of
functionality.
On Oct 30, 2012 9:11 AM, "leonidlm" notifications@github.com wrote:

I think it will be much easier if I could see the current metric value
when I mouse over the relevant metric graph.


Reply to this email directly or view it on GitHubhttps://github.com//issues/90.

@leonidlm
Copy link
Author

Good point Nicholas, thank you for pointing it out.

I checked the Graphlot interface, and it seems very immature. What are the plans for it? should it be an alternative interface for Graphite or is it planned to merge them together? Asking, because maybe I can help ...

@xkilian
Copy link

xkilian commented Nov 9, 2012

@leonidlm See issue #94. I am sure you could contribute to that effort which seems to be the most promising avenue.

@mleinart
Copy link
Member

mleinart commented Feb 2, 2013

I suspect this may be possible to base on the built in svg rendering too (with supporting javascript)

@obfuscurity
Copy link
Member

As mentioned, there's no way to support interactive hover legends natively with PNG images. This is something you could do client-side with the various charting libraries. Even with SVG you'd need to perform the hover code client-side.

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

5 participants