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

Custom plotly chart widget #37

Closed
wants to merge 1 commit into from
Closed

Custom plotly chart widget #37

wants to merge 1 commit into from

Conversation

alexmojaki
Copy link
Contributor

Provides a simple code editor where you can write the body of a JS function that accepts table (an object of columns) and returns [data, layout] which are passed to plotly.

In this particular case it might make more sense to use regular formulas to generate [data, layout] as JSON instead of writing JS code. But the idea was to generalise this widget to other plotting libraries, including Python libraries running with Pyodide. Didn't get around to that.

@netlify
Copy link

netlify bot commented Nov 4, 2022

Deploy Preview for boisterous-sunburst-a5c941 ready!

Name Link
🔨 Latest commit 9786f1a
🔍 Latest deploy log https://app.netlify.com/sites/boisterous-sunburst-a5c941/deploys/636561b358f85c0008cc02af
😎 Deploy Preview https://deploy-preview-37--boisterous-sunburst-a5c941.netlify.app/custom-plotly-chart
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site settings.

@berhalak
Copy link
Contributor

Closing for now, can be reopened later.

@berhalak berhalak closed this Oct 26, 2023
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

Successfully merging this pull request may close these issues.

None yet

2 participants