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

Commits on Sep 6, 2018

  1. MouseCoordinateXV2: text for current x coordinate should be obtained …

    …with displayXAccessor instead of xAccessor, as MouseCoordinateX does (for discontinuousTimeScale, xAccessor will give index, not date)
    eaglus committed Sep 6, 2018
    Configuration menu
    Copy the full SHA
    93c9a74 View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2018

  1. fix SaveChartAsImage.js:

    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
    eaglus committed Oct 7, 2018
    Configuration menu
    Copy the full SHA
    4576229 View commit details
    Browse the repository at this point in the history

Commits on Dec 24, 2018

  1. Support multiline text in InteractiveText

    Viktor Tiurin committed Dec 24, 2018
    Configuration menu
    Copy the full SHA
    7fbeda6 View commit details
    Browse the repository at this point in the history