Skip to content
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

Interactive text multiline #693

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

eaglus
Copy link
Contributor

@eaglus eaglus commented Dec 24, 2018

Support multiline text in InteractiveText (also, support textPadding property there)

eaglus and others added 3 commits September 6, 2018 21:42
…with displayXAccessor instead of xAccessor, as MouseCoordinateX does (for discontinuousTimeScale, xAccessor will give index, not date)
1. devicePixelRatio / backingStorePixelRatio for correct image scaling on Retina devices
2. use file-saver for correct image saving on IE/Edge/Safari
3. add canvg parameter for fallback when saving in IE11/Edge (IE has security bug when trying to save canvas with any svg image painted on). See https://developer.microsoft.com/en-us/microsoft-edge/platform/issues/1015651/ or similar bugreports. See description for canvg parameter here: https://github.com/exupero/saveSvgAsPng (canvg - If canvg is passed in, it will be used to write svg to canvas. This will allow support for Internet Explorer)
4. Add paddings parameter to save functions
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant