MuffinFox

Results 3 issues of MuffinFox

Postmark added a new field TemplateAlias which can be used instead of TemplateId to reference templates across servers. https://postmarkapp.com/developer/api/templates-api

Using `text-transform` CSS property is not applied to canvas text, therefore text might be truncated incorrectly. Example using `text-transform: uppercase`: https://codesandbox.io/s/texttruncate-forked-doxrn

bug

I added a stackMode to accumulate negative and positive values separately. See example for following data series: series: [ [5, 4, -3, -5], [5, -4, 3, -5] ] ![chartist_accumulate-relative](https://user-images.githubusercontent.com/18681894/42596294-68d658bc-8555-11e8-82ba-4ff9eed39f65.png)