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

feature request: add option useLivejs #28

Open
schlichtanders opened this issue Aug 21, 2018 · 0 comments
Open

feature request: add option useLivejs #28

schlichtanders opened this issue Aug 21, 2018 · 0 comments

Comments

@schlichtanders
Copy link

There is already lovely support for live updates for html http://livejs.com/

The only limitation is that it does not work for file:/// protocol, however that is not a problem at all in many cases as you can easily setup a local file server. In Intellij Idea this is already automatically done.

The only changes which need to be applied are

  • adding a new Boolean function argument to the plot function, useLivejs for instance

  • like done with the useCdn flag, when useLivejs==true, the header below has to be appended inside the head tag

    <script type="text/javascript" src="http://livejs.com/live.js"></script>
    
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

No branches or pull requests

1 participant