-
Notifications
You must be signed in to change notification settings - Fork 36
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
Interactive plots in report #225
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
sbrugman
force-pushed
the
feat/plotly-express
branch
from
June 27, 2022 10:18
86a907d
to
657d83a
Compare
pradyot-09
force-pushed
the
feat/plotly-express
branch
from
June 27, 2022 13:07
84171d2
to
9b3ee72
Compare
sbrugman
force-pushed
the
feat/plotly-express
branch
3 times, most recently
from
June 27, 2022 15:41
d919b68
to
3ed9f2b
Compare
sbrugman
force-pushed
the
refactor-config
branch
from
June 27, 2022 16:14
0a7fe56
to
f4fb753
Compare
sbrugman
force-pushed
the
refactor-config
branch
from
June 28, 2022 14:24
ec22659
to
1532239
Compare
sbrugman
force-pushed
the
feat/plotly-express
branch
from
June 28, 2022 15:55
8b38b16
to
4e4423f
Compare
sbrugman
commented
Jun 30, 2022
sbrugman
commented
Jun 30, 2022
sbrugman
commented
Jun 30, 2022
sbrugman
commented
Jun 30, 2022
sbrugman
commented
Jun 30, 2022
sbrugman
commented
Jun 30, 2022
sbrugman
commented
Jun 30, 2022
sbrugman
commented
Jun 30, 2022
sbrugman
commented
Jun 30, 2022
sbrugman
commented
Jun 30, 2022
sbrugman
commented
Jun 30, 2022
sbrugman
commented
Jun 30, 2022
sbrugman
commented
Jun 30, 2022
sbrugman
commented
Jun 30, 2022
sbrugman
commented
Jun 30, 2022
sbrugman
commented
Jun 30, 2022
sbrugman
commented
Jul 4, 2022
sbrugman
commented
Jul 4, 2022
sbrugman
commented
Jul 4, 2022
sbrugman
commented
Jul 4, 2022
sbrugman
commented
Jul 4, 2022
sbrugman
commented
Jul 4, 2022
sbrugman
commented
Jul 4, 2022
sbrugman
commented
Jul 4, 2022
sbrugman
commented
Jul 4, 2022
sbrugman
commented
Jul 4, 2022
sbrugman
force-pushed
the
feat/plotly-express
branch
2 times, most recently
from
July 5, 2022 09:45
c740e32
to
70916f2
Compare
Closed
This was
linked to
issues
Jul 5, 2022
sbrugman
force-pushed
the
feat/plotly-express
branch
6 times, most recently
from
July 5, 2022 13:40
1ca9c43
to
e1b6a46
Compare
The histograms, heatmaps and comparisons have been replaced with interactive Plotly graphs. Plotly.js is used to build the graphs on the go from JSON. Initial tests show that plotly reports are smaller in size compared to matplotlib and the takes way less time for report generation compared to matplotlib. use parameter 'online_report' to use plotly.js from CDN server and use report online. Else, plotly.js is embedded in the report and can be used offline too. BREAKING CHANGE: matplotlib-related config is removed
When the `online_report` config parameter is set to True, bootstrap and jquery are loaded from a CDN as ploty.js. This results in a much smaller report. Co-authored-by: pradyot-09 <[email protected]>
The report title, primary color and traffic light colors are now configurable. Co-authored-by: pradyot-09 <[email protected]>
Co-authored-by: pradyot-09 <[email protected]>
Co-authored-by: pradyot-09 <[email protected]>
sbrugman
force-pushed
the
feat/plotly-express
branch
from
July 5, 2022 14:41
e1b6a46
to
fc77a07
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Conflicts resolved from pradyot-09:feat/plotly-express
Primary changes: