-
Notifications
You must be signed in to change notification settings - Fork 132
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
support templates. fixes #35 #56
base: master
Are you sure you want to change the base?
Conversation
Nice! It looks like a minor edit is needed in Do you think you can add a test? Maybe with SVG rendering to make sure colors are set properly. For greater graphite-web compatibility we should probably provide the same templates as here by default. What do you think? |
i personally think all the template stuff in the main yaml is obtrusive. the less template stuff in the main yaml, the better as far as i'm concerned. maybe all that stuff could go in a separate yaml file, but let's see if anyone actually expresses an interest in having those default templates available. |
I meant having a But I care more about testing than providing an extensive suite of templates :) |
Ah, ok yeah that makes sense. |
similar to previous PR, except now it integrates into the main yaml file instead of a separate graphTemplates.conf
739165f
to
df98eb7
Compare
df98eb7
to
b3f3cee
Compare
rebased and pushed a new fix. @brutasse so the test should be something like the following?
unfortunately the svg output doesn't contain the color anywhere :( not sure what's wrong, as the template colors work fine with png output. the lines pprint output is here: https://gist.github.com/Dieterbe/affcdc35e24c17c219f5 |
@brutasse bump. would love to get this merged. i attempted a unit test but i'm still stuck (see above). thanks. |
Please merge this @brutasse |
👍 |
similar to previous PR, except now it integrates into the
main yaml file instead of a separate graphTemplates.conf