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
6 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.
observablehq / plot Public
* Notifications You must be signed in to change notification settings
* Fork 234
* Star 5.3k
* Code
* Issues 250
* Pull requests 94
* Discussions
* Actions
* Security and quality 0
* Insights
Additional navigation options
* Code
* Issues
* Pull requests
* Discussions
* Actions
* Security and quality
* Insights
Releases: observablehq/plot
Releases Tags
Releases · observablehq/plot
Release list
* v0.6.17
* v0.6.16
* v0.6.15
* v0.6.14
* v0.6.13
* v0.6.12
* v0.6.11
* v0.6.10
* v0.6.9
* v0.6.8
Previous Next
Jump to release
* v0.6.17
* v0.6.16
* v0.6.15
* v0.6.14
* v0.6.13
* v0.6.12
* v0.6.11
* v0.6.10
* v0.6.9
* v0.6.8
Previous Next
v0.6.17
v0.6.17 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
mbostock released this 14 Feb 16:05
v0.6.17
42da60b
This commit was created on GitHub.com and signed with GitHub’s verified signature.
GPG key ID: B5690EEEBB952194
Verified
Learn about vigilant mode.
Please see the 0.6.17 release notes for examples.
New features
* The clip mark option now supports GeoJSON. #1109 #2243 #2248
Bug fixes and other improvements
* Fix invisible slivers when rendering the waffle mark. #2205
* Fix the waffle mark’s tip #2132, stroke #2186 #2204 and href #2202 #2203 options.
* Fix excessively strict mark className option validation. #2124 #2126
* Fix the ariaLabel option on the axis mark. #2162
* Respect the top-level document option when dispatching input events. #2159 #2169
* Fix rendering of custom marks that return a SVGSVGElement when faceting. #2218 #2219
* Don’t implicitly stack areas when using shorthand (Plot.indexOf). #2178 #2179
* Fix handling of null values in Arrow vectors. #2194 #2195
* Avoid a crash when specifying a temporal tickFormat on a scale with a empty domain. #2231 #2232
* Handle color legends with degenerate domains. #2210 #2212
* Fix circle and hexagon options type. #2257 #2266
* Various documentation improvements. #2123 #2139 #2141 #2151 #2150 #2152 #2173 #2185 #2191
New contributors
* @stringertheory made their first contribution in #2227
* @vincvdwal made their first contribution in #2242
Full Changelog: v0.6.16...v0.6.17
Contributors
*
stringertheory
Assets 2
Loading
Uh oh!
There was an error while loading. Please reload this page.
🚀 5 mbostock, Fil, nshiab, mthh, and weiliang903 reacted with rocket emoji
All reactions
* 🚀 5 reactions
5 people reacted
v0.6.16
v0.6.16
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
mbostock released this 06 Aug 15:27
v0.6.16
4324fa0
This commit was signed with the committer’s verified signature.
mbostock Mike Bostock
GPG key ID: C6817CA4CDEC8FDB
Verified
Learn about vigilant mode.
Please see the 0.6.16 release notes for examples and more!
New features
* Add the waffle mark 🧇 for comparing countable quantities. #2029 #2040
* Add support for GeoJSON data and GeoJSON property shorthand to all marks. #2092 #1745 #1172
* Add support for the tip option to the geo mark (via an implicit centroid transform). #2088 #2087 #2085 #1743
* Add support for Apache Arrow as native data, allowing channel shorthand. #191 #2030 #2096 #2115
* Add per-side and per-corner rounding options (r, rx1, ry1, etc.) to rect-like marks. #2099 #2054
* Add className mark option. Thanks, @RLesser! #1098
* Add differenceX and shiftY. #1922
Bug fixes and other improvements
* Change the tip mark to ignore channels of literal color values. #2091 #2090
* Optimize clip path rendering. #1624
* Fix marker options on lines with variable aesthetics. #2094 #2093
* Fix the default plot height when a projection domain is set. #2102 #2063
* Fix the default plot height when the ordinal y scale domain is empty. #1864 #1856
* Fix the Voronoi mark with the pointer transform. #1622 #1623
* Fix the Voronoi mark with non-exclusive facets. #1858 #1623
* Fix detection of date columns with Apache Arrow data. #2096
New contributors
* @RLesser made their first contribution in #1098
Full Changelog: v0.6.15...v0.6.16
Contributors
*
RLesser
Assets 2
Loading
Uh oh!
There was an error while loading. Please reload this page.
🚀 8 mbostock, Fil, Euphrasiologist, amoeba, mthh, novotny1akub, customcommander, and Anton-bcc419 reacted with rocket emoji
All reactions
* 🚀 8 reactions
8 people reacted
v0.6.15
v0.6.15
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
mbostock released this 11 Jun 17:00
v0.6.15
ae7cab9
This commit was created on GitHub.com and signed with GitHub’s verified signature.
GPG key ID: B5690EEEBB952194
Verified
Learn about vigilant mode.
* Add formatNumber. #2078
* Add numberInterval, timeInterval, and utcInterval. #2075
* The tip mark’s format option now applies to the title channel. #2053 #2074
* The log scale’s tickFormat option, when a function, now applies only to labeled ticks. #2077 #2078
* Improve the robustness of barycentric interpolation. #2025 #2037
* Fix scale inversion when the domain is collapsed. #1985 #2027
* Fix the plot’s initial value when using the pointer transform and a figure. #2045 #2046
* Fix a crash when the stack transform is used with mixed faceting. #2016 #2028
* Fix the coercion of null when using the percent scale option. #2072 #2073
* Fix side effects declaration so Rollup doesn’t drop Mark.prototype.plot. #2069
Thanks to @pearmini for contributing to the docs!
Full Changelog: v0.6.14...v0.6.15
Contributors
*
pearmini
Assets 2
Loading
Uh oh!
There was an error while loading. Please reload this page.
🚀 5 mbostock, Fil, Jerboas86, customcommander, and xmhealth reacted with rocket emoji
All reactions
* 🚀 5 reactions
5 people reacted
v0.6.14
v0.6.14
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
mbostock released this 13 Mar 00:20
v0.6.14
7e598e4
This commit was created on GitHub.com and signed with GitHub’s verified signature.
GPG key ID: B5690EEEBB952194
Verified
Learn about vigilant mode.
Please see the 0.6.14 release notes for more.
* Preserve input order of groups with the group transform. #1959
* Add z reducer to the bin and group transforms. #1959
* Add the Observable10 color scheme to type declarations. #1954
* Hide axis ticks and grid lines from the accessibility tree. Thanks, @domoritz! #2018
* Upgrade D3 to 7.9.0. #2020
Contributors
*
domoritz
Assets 2
Loading
Uh oh!
There was an error while loading. Please reload this page.
👍 4 noteverseio, Jerboas86, pearmini, and guigrpa reacted with thumbs up emoji
All reactions
* 👍 4 reactions
4 people reacted
v0.6.13
v0.6.13
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
Fil released this 13 Dec 16:29
v0.6.13
28c7ebc
This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
GPG key ID: 4AEE18F83AFDEB23
Expired
Verified
Learn about vigilant mode.
Please see the 0.6.13 release notes for more.
* Reduce the specificity of generated stylesheets to 0. #1941 Thanks, @mstade! 🙏
* Fix the order of the observable10 scheme. #1947
Contributors
*
mstade
Assets 2
Loading
Uh oh!
There was an error while loading. Please reload this page.
👍 2 Jerboas86 and mstade reacted with thumbs up emoji 🎉 2 dvd101x and mstade reacted with hooray emoji
All reactions
* 👍 2 reactions
* 🎉 2 reactions
3 people reacted
v0.6.12
v0.6.12
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
mbostock released this 08 Dec 01:34
v0.6.12
c66f717
This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
GPG key ID: 4AEE18F83AFDEB23
Expired
Verified
Learn about vigilant mode.
Please see the 0.6.12 release notes for more!
Breaking
* The default plot background is now unset (transparent) instead of white. #1489
Features
* The rect mark now supports band scales, and can now be used in place of bar and cell! #1899 #1909
* Categorical color scales now default to the new observable10 color scheme. #1895
* Add difference mark for comparing metrics. #159 #1896
* Add shift transform for deriving a time-shifted metric. #1799 #1896
* Add find reducer for pivoting data with the bin and group transforms. #1914
* The tip mark now supports a preferredAnchor option. #1872
* The marker option now supports tick, tick-x, and tick-y. #1892
* The bin and group transforms now pass data to reducers. #1914
* The group and hexbin transforms now support x and y reducers. #1530 #1916
* The CSS custom property --plot-background now controls the tip fill, marker stroke, and other colors. #1489
Bug fixes
* The default axis for a time scale now uses local time as intended. #1886 #1887
* The text mark’s lineWidth option is now more accurate when monospace is true. #1879 #1880
* Fix erroneous truncation of title text on the tip mark. #1913
* Fix scale type option to be case-insensitive. #1894 #1904
* Fix overload precedence in transform type definitions. #1915
Assets 2
Loading
Uh oh!
There was an error while loading. Please reload this page.
🚀 3 mbostock, Euphrasiologist, and Jerboas86 reacted with rocket emoji
All reactions
* 🚀 3 reactions
3 people reacted
v0.6.11
v0.6.11
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
mbostock released this 20 Sep 17:01
v0.6.11
61d8a74
This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
GPG key ID: 4AEE18F83AFDEB23
Expired
Verified
Learn about vigilant mode.
Please see the 0.6.11 release notes for more!
Features
* The tip mark option can now pass options to the derived tip mark. #1823
* The new format tip mark option enables greater control over order and formatting of channels. #1823
* Axes for ordinal scales now generalize the scale’s temporal or quantitative interval if any. #1790
* A channel value can now be given a label by specifying it as a {value, label} object. #1838
* Plot now supports CSS Color Module Level 4 and Level 5 syntax. #1454
Bug fixes
* Exposed ordinal scale domains are now correctly deduplicated. #1813
* The default symbol set is now inferred correctly when fill is currentColor. #1830
* The stack transform now correctly handles the exclude facet option. #1649
* The tip mark is no longer briefly visible before asynchronous rendering. #1826
* The bin transform now uses the interval option to reduce x1 & x2 (and y1 & y2). #1828
* The fontVariant axis option now applies to the axis label in addition to ticks. #1827
* The bin transform no longer generates undefined colors for empty bins. #1837
* The tree transform now correctly handles escaping with the delimiter option. #1850
Assets 2
Loading
Uh oh!
There was an error while loading. Please reload this page.
👍 1 tophtucker reacted with thumbs up emoji 🎉 2 mthh and ryoqun reacted with hooray emoji 🚀 1 Euphrasiologist reacted with rocket emoji
All reactions
* 👍 1 reaction
* 🎉 2 reactions
* 🚀 1 reaction
4 people reacted
v0.6.10
v0.6.10
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
mbostock released this 15 Aug 16:33
v0.6.10
c3f29b9
This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
GPG key ID: 4AEE18F83AFDEB23
Expired
Verified
Learn about vigilant mode.
Please see the 0.6.10 release notes for more!
* Add bollinger mark & map method. #1772
* Add sweep option to the arrow mark. #1740
* Add clip plot option. #1792
* Add title, subtitle, and figure plot options. #1761
* Improve the error message for missing stack transform value. #1798
* Fix the tip option on a geo mark without a projection. #1746
* Fix the pointer interaction to use unscaled distance across facets. #1777
* Fix the pointer interaction to not simultaneously point at multiple points across facets. #1780
* Fix the pointer interaction to always dispatch the new value. #1779
* Fix how the tip mark labels paired channels. #1769
* Fix how the auto mark resolves the bar mark implementation. #1801
* Add API index to documentation. #1765
* Add version badges to documentation. #1793
* Shorten documentation anchors. #1771
Assets 2
Loading
Uh oh!
There was an error while loading. Please reload this page.
🚀 6 mbostock, bmesuere, stain-win, nachocab, novotny1akub, and knutole reacted with rocket emoji
All reactions
* 🚀 6 reactions
6 people reacted
v0.6.9
v0.6.9
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
mbostock released this 28 Jun 00:43
v0.6.9
7b92d54
This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
GPG key ID: 4AEE18F83AFDEB23
Expired
Verified
Learn about vigilant mode.
Please see the 0.6.9 release notes for more!
* Time axes now default to multi-line ticks for better readability. 🎉 #1718 #1728
* Easier piecewise scale construction. #1715
* Apply pointer-events: none to tips when the pointer transform is not sticky. #1697
* Add textLayout option to the tree mark, with mirrored labels by default. #1610
* Don’t filter the href, ariaLabel, and title channels by default. #1699
* Fix duplicate tips with the tree mark’s tip option. #1726
* Fix the axis mark’s sort, filter, reverse, and initializer options. #1665
* Fix the auto mark when both dimensions are ordinal and the mark option is bar. #1674
* Fix a regression in the window transform’s median, percentile, and related reducers. #1691
* Fix barycentric interpolation outside the convex hull of samples. #1701
* Fix non-faceted pointer transforms in faceted plots. #1713
Assets 2
Loading
Uh oh!
There was an error while loading. Please reload this page.
👍 1 matys1 reacted with thumbs up emoji 🎉 2 dumaron and knutole reacted with hooray emoji
All reactions
* 👍 1 reaction
* 🎉 2 reactions
3 people reacted
v0.6.8
v0.6.8
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
mbostock released this 03 Jun 01:00
v0.6.8
16c75f4
This commit was signed with the committer’s verified signature.
mbostock Mike Bostock
GPG key ID: C6817CA4CDEC8FDB
Verified
Learn about vigilant mode.
Please see the 0.6.8 release notes for more!
* The x and y scale default domains now incorporate geometry. #1468
* The stack transform’s order option now accepts a comparator. #1195 #1642
* The stack transform’s order option now supports -order descending shorthand. #1642 #1613
* Fix color legends when the domain or range has extra elements, and issue a warning. #1633 #1632
* Fix the default stroke with the hexbin transform when used with the tip mark. #1641
* Fix duplicate application of scale transforms with the tip mark option. #1645
* Fix erroneous implicit title channel with the tip mark option. #1658 #1657
* Fix spurious high-cardinality warning with an odd number of elements. #1668
Assets 2
Loading
Uh oh!
There was an error while loading. Please reload this page.
❤️ 1 winner106 reacted with heart emoji
All reactions
* ❤️ 1 reaction
1 person reacted
Previous 1 2 3 4 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.