mistercrunch opened a new pull request #4076: Introduce Javascript controls URL: https://github.com/apache/incubator-superset/pull/4076 <img width="1053" alt="screen shot 2017-12-17 at 10 02 49 pm" src="https://user-images.githubusercontent.com/487433/34092032-278648b2-e376-11e7-9226-8213398f707f.png"> 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.
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
