-
Notifications
You must be signed in to change notification settings - Fork 13
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
Update example_json_input.html #39
base: master
Are you sure you want to change the base?
Conversation
loadJSON function reading the JSON file now.
Copied json with peaks from the other example.
svg set to "min-height: 700px"
Removed the unimplemented functionalities.
loadJSON function modified to load the local JSON file.
@wcjohns : I have fixed few issues opening the local file to plot the spectrum. Please consider to merge. Thanks. |
Fixed compilation issues in node bindings. |
Thank you for this @balamuruganky! I had not built the node.js bindings in a while, so I apologize that some of that code had rotted, and it took you some time to fix it. Did you manage to get things compiling for your needs? Building the node bindings is sometimes a challenge; I should probably add this to the CI/CD stuff to help avoid future rot (we somewhat recently added Python and C binding for this reason). While looking around, I noticed a few things (all due to my neglect of this binding):
Again, thank you for these improvements and fixes! |
3fd1d14
to
fd563dd
Compare
Hi @wcjohns, Thank you for your comments and I agree all your thoughts on the changes, I have made.
Thanks again for your nice work!!! |
loadJSON function reading the JSON file now.