You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When creating a plot using Observable Plot, I found that using the APIs was a good experience; however, it is essentially impossible to do anything outside of them. It would be nice to have an ”escape hatch” (a customize option callback that takes either a d3 selection or just an HTML node?) in various places to allow for arbitrary customization.
This description feels too general to be actionable, so I’m going to close, but please continue to share your ideas and perhaps we can rally around something more concrete that we can work on. I also want to note that Plot already has a significant “escape hatch” in the sense that you can provide your own Mark implementation by implementing mark.render or simply by passing a render function in the marks array. This is described here:
When creating a plot using Observable Plot, I found that using the APIs was a good experience; however, it is essentially impossible to do anything outside of them. It would be nice to have an ”escape hatch” (a
customize
option callback that takes either a d3 selection or just an HTML node?) in various places to allow for arbitrary customization.proposal:
The text was updated successfully, but these errors were encountered: