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

Introduce Javascript controls #4076

Merged
merged 2 commits into from
Dec 21, 2017
Merged

Introduce Javascript controls #4076

merged 2 commits into from
Dec 21, 2017

Commits on Dec 20, 2017

  1. Introduce Javascript controls

    This allows power-users to perform intricate transformations on data and
    objects using javascript code.
    
    The operations allowed are "sanboxed" or limited using node's vm
    `runInNewContext`
    https://nodejs.org/api/vm.html#vm_vm_runinnewcontext_code_sandbox_options
    
    For now I'm only enabling in the line chart visualization, but the plan
    would be to go towards offering more power to people who can write some
    JS moving forward.
    mistercrunch committed Dec 20, 2017
    Configuration menu
    Copy the full SHA
    5e92196 View commit details
    Browse the repository at this point in the history
  2. Not applied

    mistercrunch committed Dec 20, 2017
    Configuration menu
    Copy the full SHA
    adbc075 View commit details
    Browse the repository at this point in the history