-
Notifications
You must be signed in to change notification settings - Fork 37
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
HACK: Remove vega editor for now #230
HACK: Remove vega editor for now #230
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Rather than editing the vendored vega libraries (at least thats what I am assuming happened in this diff), please modify this bit of the template to stop rendering or remove the vega editor button:
q2-feature-table/q2_feature_table/_summarize/summarize_assets/sample-frequency-detail.html
Lines 78 to 83 in 24553e8
// Clean up the vega-embed toolbar | |
var toolbar = $("div .vega-actions").detach(); | |
toolbar.addClass("btn-group"); | |
toolbar.children("a").each(function() { | |
$(this).addClass("btn btn-default"); | |
}); |
Thanks!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This LGTM - can you please undo whatever changed in the vega-embed.min.js file, though? Thanks!
Oh what the heck I thought I did |
Oh weird - maybe my page was cached? I just reloaded and its gone - sorry about that! |
That darn internet trolling us as usual |
Travis is failing due to unrelated whitespace issues - can you please cut a new PR that fixes that? Thanks! |
Can do |
A temporary band aid for #229