-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
[webgui] more use of <jsroot-importmap> #18097
Conversation
Apply better spacing to see nice output when inspecting source code of the web page
Let directly load d3.mjs and three_addons.mjs
Instead of jsrootsys path use functionality of jsroot-map
1. Use <!--jsroot_importmap--> in htm files and docu 2. Use proper TH1F/TH2F classes when draw TGraph
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.
LGTM, once the builds are green
Test Results 20 files 20 suites 5d 11h 6m 19s ⏱️ For more details on these failures, see this check. Results for commit 693ee6b. |
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.
Needs checking
@vepadulano That kinds of checking? |
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.
All good, thanks!
Such map automatically inserted in HTML file by
THttpServer
if<!--jsroot_importmap-->
commentappears in HTML file.