MuffinFox
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
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] ] 