Try our Chrome extension
Easily add the current web-page from your browser directly into your changedetection.io tool, more great features coming soon!Changedetection.io needs your support!
You can help us by supporting changedetection.io on these platforms;
- Rate us at AlternativeTo.net
- Star us on GitHub
- Follow us at Twitter/X
- G2 Software reviews
- Check us out on LinkedIn
- And tell your friends and colleagues :)
The more popular changedetection.io is, the more time we can dedicate to adding amazing features!
Many thanks :)
changedetection.io team
Non ancora secondi fa
False
Non ancora secondi fa
Testo trigger Testo ignorato Testo bloccato
5 ore fa
Skip to content
Navigation Menu
Sign in Appearance settings
* Platform
+ AI CODE CREATION
o GitHub Copilot Write better code with AI
o GitHub Copilot app Direct agents from issue to merge
o MCP Registry Integrate external tools
+ DEVELOPER WORKFLOWS
o Actions Automate any workflow
o Codespaces Instant dev environments
o Issues Plan and track work
o Code Review Manage code changes
o Code Quality Enforce quality at merge
+ APPLICATION SECURITY
o GitHub Advanced Security Find and fix vulnerabilities
o Code security Secure your code as you build
o Secret protection Stop leaks before they start
+ EXPLORE
o Why GitHub
o Documentation
o Blog
o Changelog
o Marketplace
View all features
* Solutions
+ BY COMPANY SIZE
o Enterprises
o Small and medium teams
o Startups
o Nonprofits
+ BY USE CASE
o App Modernization
o DevSecOps
o DevOps
o CI/CD
o View all use cases
+ BY INDUSTRY
o Healthcare
o Financial services
o Manufacturing
o Government
o View all industries
View all solutions
* Resources
+ EXPLORE BY TOPIC
o AI
o Software Development
o DevOps
o Security
o View all topics
+ EXPLORE BY TYPE
o Customer stories
o Events & webinars
o Ebooks & reports
o Business insights
o GitHub Skills
+ SUPPORT & SERVICES
o Documentation
o Customer support
o Community forum
o Trust center
o Partners
View all resources
* Open Source
+ COMMUNITY
o GitHub Sponsors Fund open source developers
+ PROGRAMS
o Security Lab
o Maintainer Community
o Accelerator
o GitHub Stars
o Archive Program
+ REPOSITORIES
o Topics
o Trending
o Collections
* Enterprise
+ ENTERPRISE SOLUTIONS
o Enterprise platform AI-powered developer platform
+ AVAILABLE ADD-ONS
o GitHub Advanced Security Enterprise-grade security features
o Copilot for Business Enterprise-grade AI features
o Premium Support Enterprise-grade 24/7 support
* Pricing
Type / to search
Sign in
Sign up Appearance settings
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
Uh oh!
There was an error while loading. Please reload this page.
plotly / plotly.js Public
* Uh oh!
There was an error while loading. Please reload this page.
* Notifications You must be signed in to change notification settings
* Fork 2k
* Star 18.3k
* Code
* Issues 780
* Pull requests 61
* Actions
* Security and quality 0
* Insights
Additional navigation options
* Code
* Issues
* Pull requests
* Actions
* Security and quality
* Insights
Releases: plotly/plotly.js
Releases Tags
Releases · plotly/plotly.js
Release list
* v4.0.0-rc.0
* v3.7.0
* v3.6.0
* v3.5.1
* v3.5.0
* v3.4.0
* v3.3.1
* v3.3.0
* v3.2.0
* v3.1.2
Previous Next
Jump to release
* v4.0.0-rc.0
* v3.7.0
* v3.6.0
* v3.5.1
* v3.5.0
* v3.4.0
* v3.3.1
* v3.3.0
* v3.2.0
* v3.1.2
Previous Next
v4.0.0-rc.0
v4.0.0-rc.0 Pre-release
Pre-release
Compare
Choose a tag to compare
Sorry, something went wrong.
Filter
Loading
Sorry, something went wrong.
Uh oh!
There was an error while loading. Please reload this page.
No results found
View all tags
camdecoster released this 21 Jul 17:36
v4.0.0-rc.0
b310e72
Added
* Add minscale, maxscale geo plot attributes [#7371], with thanks to @mojoaxel for the contribution!
* Enable TypeScript compatibility within the library and start exporting types [#7680]
* Add quiver trace type to visualize vector fields using arrows [#7710], with thanks to @degzhaus for the contribution!
* Use dashed markers in legend for shape traces with dash configured [#7845]
* Add sort option to Sankey links and nodes [#7873], with thanks to @adamreeve for the contribution!
* Add support for MathJax v4 [#7898]
Removed
* Breaking: Remove scattermapbox, choroplethmapbox, densitymapbox trace types, the mapbox subplot, and the mapboxAccessToken config option [#7860]
+ These traces have been deprecated since v3. Use the equivalent *map traces going forward.
* Breaking: Drop support for MathJax v2 [#7898]
+ MathJax v3 and v4 are now supported in plotly.js
* Remove config attributes showLink, linkText, sendData, showSources, and showEditInChartStudio, as well as trace attribute stream, since all of these were associated with Chart Studio and are no longer needed [#7812]
* Remove all *src attributes, as well as layout.hidesources attribute, from the schema [#7829]
* Remove internal trace._fullInput property and other dead code related to the removed transforms feature. No user-facing changes expected [#7834]
Changed
* Breaking: Switch color processing library from TinyColor to color [#7536]
+ rgb()/rgba() strings with decimal 0–1 fractions are no longer supported
+ hsv() color strings are no longer permitted
+ Color calculations may differ slightly (by a few RGB units)
+ New color formats are now supported: '#ff0000aa', '#f00a', 'rgb(255 0 0)', 'rgba(255 0 0 / 0.5)', 'hsl(0 100% 50% / 0.5)', 'hsla(0, 100%, 50%, 0.5)', 'hwb(0, 0%, 0%)'
* Breaking: Set default layout.axis.tickmode to 'sync' when axis is overlaying [#7684]
* Breaking: Change splom.axis.matches default from false to true [#7843]
* Breaking: Replace country-regex with country-iso-search to search for country names in choropleth, scattergeo traces [#7856]
+ The vast majority of country names are handled exactly the same with the new library; a small number of legacy entries have been removed
* Breaking: Update minimum required Node version to 22 [#7861]
* Breaking: Change layout.geo.fitbounds default from false to 'locations' [#7895]
+ geo subplots will now auto-fit the initial view to the trace data
+ Set fitbounds: false explicitly to opt out
* Enable scattermap icons to render in color, upgrade Maki icons version to 8.2, and standardize scattermap legend icons to circles [#7825]
* Use plot title as default filename for "Download plot" button [#7828]
* Change signature of plots.graphJson() function to remove mode argument [#7829]
* Upgrade plotly/d3-sankey to 0.12.3. [#7830], with thanks to @adamreeve for the contribution!
* Update plot_config to show the "Upload to Cloud" button by default, and set the default server URL to cloud.plotly.com via [#7909]
Fixed
* Fix histogram autobin size for single-point traces in overlay mode on data updates via Plotly.react [#7507], with thanks to @Lexachoc for the contribution!
* Format tick labels correctly for small numbers in exponential notation [#7768], with thanks to @Hasnaathussain for the contribution!
* Fix crash when ordering categories by value (e.g. sum descending) with null coordinates [#7855]
* Fix scattermap, densitymap traces not showing all points by dynamically computing center, zoom values [#7884, #7913], with thanks to @palmerusaf and @DhruvGarg111 for the contributions!
* Fix GeoJSON bounding-box computation for choropleth and scattergeo traces whose geometry crosses the antimeridian [#7891]
* Snap cartesian axis tick values to multiple of delta so custom tickformat (e.g. "~r") no longer shows floating-point artifacts [#7901], with thanks to @arieleli01212 and @kirthi-b for the contribution!
Contributors
*
*
*
*
*
*
*
*
*
degzhaus, mojoaxel, and 7 other contributors
Assets 2
Loading
Uh oh!
There was an error while loading. Please reload this page.
👍 4 gchudnov, etpinard, NisargHTrivedi, and jqnatividad reacted with thumbs up emoji
All reactions
* 👍 4 reactions
4 people reacted
v3.7.0
v3.7.0 Latest
Latest
Compare
Choose a tag to compare
Sorry, something went wrong.
Filter
Loading
Sorry, something went wrong.
Uh oh!
There was an error while loading. Please reload this page.
No results found
View all tags
camdecoster released this 03 Jul 20:23
v3.7.0
ee0b3b9
Changed
* Update sendDataToCloud modebar button to upload chart to Plotly Cloud [#7802, #7852, #7854]
+ NOTE: The Plotly Cloud endpoint for receiving charts is not yet functional, so this button won't complete the upload.
Fixed
* Fix stale scattergl error bars after toggling traces with mixed error bar visibility [#7773], with thanks to @JulienIcon for the contribution!
* Fix "unrecognized GUI edit: selections[0]..." warnings emitted after making a box or lasso selection and then calling Plotly.react() [#7836]
* Fix geo fitbounds to choose a compact longitude range when point data straddles the antimeridian [#7837], with thanks to @SharadhNaidu for the contribution!
* Preserve XML structural entities during decode when exporting SVG [#7838]
* Fix Plotly.Fx.hover crash on scattermap traces when called programmatically with a pointNumber selection [#7882]
Contributors
*
*
JulienIcon and SharadhNaidu
Assets 2
Loading
Uh oh!
There was an error while loading. Please reload this page.
👍 3 gchudnov, jqnatividad, and megzjudge reacted with thumbs up emoji 🎉 1 gchudnov reacted with hooray emoji 🚀 1 gchudnov reacted with rocket emoji
All reactions
* 👍 3 reactions
* 🎉 1 reaction
* 🚀 1 reaction
3 people reacted
v3.6.0
v3.6.0
Compare
Choose a tag to compare
Sorry, something went wrong.
Filter
Loading
Sorry, something went wrong.
Uh oh!
There was an error while loading. Please reload this page.
No results found
View all tags
emilykl released this 01 Jun 16:17
v3.6.0
ca26165
Added
* Add support for arrays for the pie property legendrank, so that it can be configured per slice [#7723], with thanks to @my-tien for the contribution!
* Add hoversort layout attribute to sort unified hover label items by value [#7734], with thanks to @kimsehwan96 for the contribution!
Fixed
* Fix unexpected ticklabelindex behavior when minor ticks are not shown [#7735], with thanks to @my-tien for the contribution!
* Fix issue where hoveranywhere / clickanywhere would not emit hover and click events over editable shapes [#7788]
* Handle 'pixel' size mode for shape labels [#7790]
* Update box plot defaults to fix issue with calling Plotly.react to switch from box to violin plot [#7811]
* Include shapes with legendgroup specified when handling legend visibility toggling [#7813]
Full Changelog: v3.5.1...v3.6.0
Contributors
*
*
my-tien and kimsehwan96
Assets 2
Loading
Uh oh!
There was an error while loading. Please reload this page.
❤️ 2 my-tien and jqnatividad reacted with heart emoji
All reactions
* ❤️ 2 reactions
2 people reacted
v3.5.1
v3.5.1
Compare
Choose a tag to compare
Sorry, something went wrong.
Filter
Loading
Sorry, something went wrong.
Uh oh!
There was an error while loading. Please reload this page.
No results found
View all tags
emilykl released this 01 May 20:51
v3.5.1
754be09
Changed
* Reduce NPM bundle size by removing unneeded files [#7746]
Fixed
* Fix bug where certain axis.minallowed values could cause axis to be reversed [#7761]
Full Changelog: v3.5.0...v3.5.1
Assets 2
Loading
Uh oh!
There was an error while loading. Please reload this page.
❤️ 3 melon-dog, mes21, and AmirhoseinMesgari reacted with heart emoji
All reactions
* ❤️ 3 reactions
3 people reacted
v3.5.0
v3.5.0
Compare
Choose a tag to compare
Sorry, something went wrong.
Filter
Loading
Sorry, something went wrong.
Uh oh!
There was an error while loading. Please reload this page.
No results found
View all tags
emilykl released this 03 Apr 15:33
v3.5.0
dbba152
Added
* Add hoveranywhere and clickanywhere layout attributes to enable emitting hover and click events anywhere in the plot area, not just over traces [#7707]
* Add displayNotifier configuration property to set the display of notifier in the top right area of the viewport [#7730], with thanks to @silversonicaxel for the contribution!
* Update USA location lookup for scattergeo and choropleth traces to use both location names and abbreviations [7731]
Contributors
*
silversonicaxel
Assets 2
Loading
Uh oh!
There was an error while loading. Please reload this page.
All reactions
v3.4.0
v3.4.0
Compare
Choose a tag to compare
Sorry, something went wrong.
Filter
Loading
Sorry, something went wrong.
Uh oh!
There was an error while loading. Please reload this page.
No results found
View all tags
alexshoe released this 20 Feb 22:08
v3.4.0
9718f13
Added
* Add support for clicking legend titles to toggle visibility of all traces in legend [#7698]
* Add support for shapes to reference multiple axes [#7666]
* Add support for dashed marker lines in scatter plots [#7673], with thanks to @chrimaho for the contribution!
Changed
* Increase axis autorange when bar charts have outside text labels, to avoid labels being clipped [#7675]
Fixed
* Fix issue where some traces in stacked area charts were not rendering their fill correctly after certain sequences of hide/show operations in the legend [#7668]
* Fix out of bounds index during scattergl animation trace type [#7676], with thanks to @BJohnBraddock for the contribution!
Contributors
*
*
chrimaho and BJohnBraddock
Assets 2
Loading
Uh oh!
There was an error while loading. Please reload this page.
🚀 5 salehghotbani, HamoBoker, EvilSpirit39, antoinerg, and alexanderternst reacted with rocket emoji
All reactions
* 🚀 5 reactions
5 people reacted
v3.3.1
v3.3.1
Compare
Choose a tag to compare
Sorry, something went wrong.
Filter
Loading
Sorry, something went wrong.
Uh oh!
There was an error while loading. Please reload this page.
No results found
View all tags
emilykl released this 12 Dec 22:44
v3.3.1
302395a
Added
* Add support for arrays for the pie properties showlegend and legend, so that these can be configured per slice. [#7580], with thanks to @my-tien for the contribution!
Changed
* Replace deprecated String.substr() with String.slice() [#7662], with thanks to @JBR-0100 for the contribution!
Full Changelog: v3.3.0...v3.3.1
Contributors
*
*
my-tien and JBR-0100
Assets 2
Loading
Uh oh!
There was an error while loading. Please reload this page.
🎉 1 What410802 reacted with hooray emoji
All reactions
* 🎉 1 reaction
1 person reacted
v3.3.0
v3.3.0
Compare
Choose a tag to compare
Sorry, something went wrong.
Filter
Loading
Sorry, something went wrong.
Uh oh!
There was an error while loading. Please reload this page.
No results found
View all tags
camdecoster released this 14 Nov 22:17
v3.3.0
c39ca94
Added
* Add hovertemplate for candlestick and ohlc traces [#7619]
* Generate list of ISO codes for provided topojson maps, update info for some disputed territories [#7622]
Changed
* Turn off borders for plot container in CSS reset [#7617]
Fixed
* Fix KDE sampling precision in violin trace to eliminate floating-point drift and prevent density underrun/overrun [#7581], with thanks to @Koookadooo for the contribution!
Contributors
*
Koookadooo
Assets 2
Loading
Uh oh!
There was an error while loading. Please reload this page.
👍 1 dudung reacted with thumbs up emoji
All reactions
* 👍 1 reaction
1 person reacted
v3.2.0
v3.2.0
Compare
Choose a tag to compare
Sorry, something went wrong.
Filter
Loading
Sorry, something went wrong.
Uh oh!
There was an error while loading. Please reload this page.
No results found
View all tags
emilykl released this 31 Oct 16:25
v3.2.0
b0633d6
Added
* Add hovertemplatefallback and texttemplatefallback attributes [#7577]
Fixed
* Fix wrong scrolling behavior for legend [#7067], with thanks to @Lexachoc for the contribution!
* Fix bug affecting use of customdata with typed arrays [#7608]
Full Changelog: v3.1.2...v3.2.0
Contributors
*
Lexachoc
Assets 2
Loading
Uh oh!
There was an error while loading. Please reload this page.
👍 1 Molkree reacted with thumbs up emoji
All reactions
* 👍 1 reaction
1 person reacted
v3.1.2
v3.1.2
Compare
Choose a tag to compare
Sorry, something went wrong.
Filter
Loading
Sorry, something went wrong.
Uh oh!
There was an error while loading. Please reload this page.
No results found
View all tags
camdecoster released this 16 Oct 19:17
v3.1.2
2e95c4c
Added
* Add "SI extended" formatting rule for tick exponents on axis labels, allowing values to be displayed with extended SI prefixes (e.g., femto, pico, atto) [#7249], with thanks to @dberardi99 for the contribution!
Fixed
* Fix editable title.text for ternary, polar, colorbar, and rangeslider (regression introduced in 3.0.0) [#7513], with thanks to @Lexachoc for the contribution!
* Fix layout.title.subtitle does not properly clear/remove from the chart when subtitle object is not in place, or subtitle.text set to null, empty string, or whitespace-only values [#7571], with thanks to @cminn10 for the contribution!
* Fix issue where visible property of one legend was affecting another [#7574]
* Resolve incorrect shape clipping for domain-referenced shapes on n*10th subplot [#7576]
* Update config diff check method to handle nested arrays [#7579]
Contributors
*
*
*
Lexachoc, cminn10, and dberardi99
Assets 2
Loading
Uh oh!
There was an error while loading. Please reload this page.
👍 2 xmhealth and Molkree reacted with thumbs up emoji
All reactions
* 👍 2 reactions
2 people reacted
Previous 1 2 3 4 5 … 27 28 Next
Previous Next
Footer
© 2026 GitHub, Inc.
Footer navigation
* Terms
* Privacy
* Security
* Status
* Community
* Docs
* Contact
* Manage cookies
* Do not share my personal information
You can’t perform that action at this time.
For now, Differences are performed on text, not graphically, only the latest screenshot is available.
Screenshot requires a Content Fetcher ( Sockpuppetbrowser, selenium, etc ) that supports screenshots.