-
Notifications
You must be signed in to change notification settings - Fork 13.8k
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
feat(handlebars plugin): adding handlebars helpers for common math/formatting operations #20648
Conversation
Codecov Report
@@ Coverage Diff @@
## master #20648 +/- ##
==========================================
- Coverage 66.78% 66.78% -0.01%
==========================================
Files 1754 1754
Lines 65857 65858 +1
Branches 7030 7030
==========================================
Hits 43982 43982
- Misses 20086 20087 +1
Partials 1789 1789
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
…erations (apache#20648) * feat(plugin-chart-handlebars): add common helpers * add import * add declare module Co-authored-by: Ville Brofeldt <ville.v.brofeldt@gmail.com>
…erations (apache#20648) * feat(plugin-chart-handlebars): add common helpers * add import * add declare module Co-authored-by: Ville Brofeldt <ville.v.brofeldt@gmail.com> (cherry picked from commit 9856d88)
I'd like to highlight the addition of the |
SUMMARY
Adds the
just-handlebars-helpers
module to further expand the capabilities of the Handlebars viz plugin, allowing you to do common math operations and such in your templatingHat tip to @villebro who did the real legwork on this long ago... I'm just making sure it gets into the codebase for all to enjoy :)
BEFORE/AFTER SCREENSHOTS OR ANIMATED GIF
N/A - but the world is your oyster :)
TESTING INSTRUCTIONS
Just give it a whirl! On the ephemeral environment of this PR, or by building something fun on your own.
ADDITIONAL INFORMATION