-
Notifications
You must be signed in to change notification settings - Fork 120
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
Comparing changes
Choose two branches to see what’s changed or to start a new pull request.
If you need to, you can also or
learn more about diff comparisons.
Open a pull request
Create a new pull request by comparing changes across two branches. If you need to, you can also .
Learn more about diff comparisons here.
base repository: plotly/plotly.rs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 34f86fc
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: plotly/plotly.rs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: e0afa36
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 8 commits
- 10 files changed
- 3 contributors
Commits on Sep 6, 2024
-
Make Bar.width to be Option<f64> (#230)
* Make Bar.width to be Option<f64> * make bar offset float as well - update test Signed-off-by: Andrei Gherghescu <8067229+andrei-ng@users.noreply.github.com> --------- Signed-off-by: Andrei Gherghescu <8067229+andrei-ng@users.noreply.github.com> Co-authored-by: Andrei Gherghescu <8067229+andrei-ng@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 7bfae55 - Browse repository at this point
Copy the full SHA 7bfae55View commit details
Commits on Sep 13, 2024
-
Add 'plotly_noembed' cargo feature
This adds a new `plotly_noembed` feature that can be used to reduce the sizes of binaries by not embedding `plotly.min.js`. Since askama can not handle compile-time flags, we had to duplicate the `plot.html` and `static_plot.html` templates, where the new `*_noembed.html` version only contains the CDN-variant. The `use_local_plotly` option has been feature-gated such that it is not available when using the new feature. I verified that this works by building an application that depends on plotly.rs (including optimization and LTO in all cases): no plotly: 4.96 MiB (5,201,920 bytes) master: 8.96 MiB (9,400,320 bytes) this branch: 5.44 MiB (5,701,632 bytes) The difference between this branch and master is 3,698,688 bytes, which is very close to the size of `plotly.min.js` (3,686,400 bytes). Just as expected.
Configuration menu - View commit details
-
Copy full SHA for e3052a5 - Browse repository at this point
Copy the full SHA e3052a5View commit details -
make embedded plotly.js as opt-in via feature flag
Signed-off-by: Andrei Gherghescu <8067229+andrei-ng@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 1fe6f11 - Browse repository at this point
Copy the full SHA 1fe6f11View commit details -
Merge pull request #231 from sharkdp/add-no_embed-feature
Add 'plotly_noembed' cargo feature
Configuration menu - View commit details
-
Copy full SHA for cfa7bc3 - Browse repository at this point
Copy the full SHA cfa7bc3View commit details -
Signed-off-by: Andrei Gherghescu <8067229+andrei-ng@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 491ba79 - Browse repository at this point
Copy the full SHA 491ba79View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5d265b7 - Browse repository at this point
Copy the full SHA 5d265b7View commit details
Commits on Sep 16, 2024
-
Signed-off-by: Andrei Gherghescu <8067229+andrei-ng@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for a33095a - Browse repository at this point
Copy the full SHA a33095aView commit details -
Configuration menu - View commit details
-
Copy full SHA for e0afa36 - Browse repository at this point
Copy the full SHA e0afa36View commit details
Loading
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff 34f86fc...e0afa36