-
Notifications
You must be signed in to change notification settings - Fork 141
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
Graphite Graph Widget using SVG as exported by graphite web API #80
Comments
Sounds great |
Is there a branch where these experiments are happening? :-) |
Hi ferrouswheel, I just did a quick and dirty proof of concept. I'll update the issue when I Cheers, On Thu, Jun 27, 2013 at 10:25 PM, ferrouswheel [email protected]:
|
If you want to i'm more than willing to join you with the backend part. |
Sounds great! I'll will try to pull the code from my proof of concept On Mon, Jul 1, 2013 at 9:41 PM, Csergő Bálint [email protected]:
|
Awesome - I look forward to seeing what you've built! |
Any update on this? |
* select widget "graphite" to play with it * uses more recent graphite-web SVG format API * embeds SVG as-is (sets background to transparent) * you can use all supported graphite functions known problems: * width/height settings are hacked together for a two column, 1 row graph * the svg/css needs fine tuning * error handling needs improvements
I've got an initial "working" widget integrated on master now. Code still needs a lot more polishing but gives you guys something to play around with. @deathowl Sadly, I can't make it to Berlin, I'm already attending the so coded conference in Hamburg at the same weekend. But, thanks a lot for the beer ;-) |
There's now svg format support in graphite which can be shown as is in team dashboard.
This would fix several issues, including that some graphite features are not exposed in the json response or can't be easily rendered.
Additionally, the svg can be styled to better integrate in Team Dashboard Look and Feel.
The text was updated successfully, but these errors were encountered: