Skip to content

Commit

Permalink
chore: update all references to https://toorshia.github.io/justgage`
Browse files Browse the repository at this point in the history
  • Loading branch information
robertsLando committed Feb 3, 2025
1 parent 8267d93 commit 3591d44
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 20 deletions.
22 changes: 11 additions & 11 deletions CHANGELOG_OLD.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ customSectors: {
}
```

Example: http://justgage.com/examples/custom-sectors.html
Example: https://toorshia.github.io/justgage/examples/custom-sectors.html

###### September 24, 2016. - release 1.2.7
* **hideInnerShadow** replaced with **showInnerShadow** due to performance issues with shadows turned on by default
Expand All @@ -36,7 +36,7 @@ Fixing filter paths trying to fetch invalid URLs https://github.com/toorshia/jus

###### March 25, 2016.
* **onAnimationEnd** - callback function after gauge animation ends
- demo at http://justgage.com/examples/animation-events-hooks.html
- demo at https://toorshia.github.io/justgage/examples/animation-events-hooks.html

###### February 3, 2016.
* **minTxt & maxTxt** - Show custom min and max text - https://github.com/toorshia/justgage/issues/193
Expand All @@ -48,19 +48,19 @@ Fixing filter paths trying to fetch invalid URLs https://github.com/toorshia/jus
* **titlePosition** - 'above' or 'below'
* **titleFontFamily** - customize font-family for the title
* **valueFontFamily** - customize font-family for the value
- demo at http://justgage.com/examples/font-options.html
- demo at https://toorshia.github.io/justgage/examples/font-options.html


###### January 5, 2016.
* **donut pointer** - render configurable triangle pointer in donut mode - demo at http://justgage.com/examples/pointer.html
* **donut pointer** - render configurable triangle pointer in donut mode - demo at https://toorshia.github.io/justgage/examples/pointer.html

###### November 10, 2015.
* **reverse** - reverse the gauge direction - demo at http://justgage.com/examples/reverse.html
* **pointer** - render triangular value pointer - demo at http://justgage.com/examples/pointer.html
* **reverse** - reverse the gauge direction - demo at https://toorshia.github.io/justgage/examples/reverse.html
* **pointer** - render triangular value pointer - demo at https://toorshia.github.io/justgage/examples/pointer.html


###### November 08, 2015.
* **defaults** - option to define common config object when you're creating multiple gauges - demo at http://justgage.com/examples/defaults.html
* **defaults** - option to define common config object when you're creating multiple gauges - demo at https://toorshia.github.io/justgage/examples/defaults.html

###### August 19, 2015.
* fixed shadow id issue (same ids were being generated)
Expand All @@ -72,7 +72,7 @@ Fixing filter paths trying to fetch invalid URLs https://github.com/toorshia/jus
* use HTML5 'data' attributes of the DOM Element to render the gauge. (Note: data attributes override the constructor options, if present.)

###### April 18, 2013.
* **parentNode** - use instead of id, attaches gauge to node which is outside of DOM tree - demo at http://justgage.com/examples/custom-node.html
* **parentNode** - use instead of id, attaches gauge to node which is outside of DOM tree - demo at https://toorshia.github.io/justgage/examples/custom-node.html
* **width** - force gauge width
* **height** - force gauge height

Expand All @@ -83,13 +83,13 @@ Fixing filter paths trying to fetch invalid URLs https://github.com/toorshia/jus
* fix - https://github.com/toorshia/justgage/issues/46

###### March 26, 2013.
* **customSectors** - define one or many value ranges with custom gauge color - demo at http://justgage.com/examples/custom-sectors.html
* **customSectors** - define one or many value ranges with custom gauge color - demo at https://toorshia.github.io/justgage/examples/custom-sectors.html

###### March 23, 2013.
* **counter** - option to animate value in counting fashion - check demo at http://justgage.com/examples/counter.html
* **counter** - option to animate value in counting fashion - check demo at https://toorshia.github.io/justgage/examples/counter.html

###### March 19, 2013.
* **refresh()** - added optional 'max' parameter to use when you need to update max value - demo at http://justgage.com/examples/refresh-maximum.html
* **refresh()** - added optional 'max' parameter to use when you need to update max value - demo at https://toorshia.github.io/justgage/examples/refresh-maximum.html

###### February 26, 2013.
* **decimals** - option to define/limit number of decimals when not using humanFriendly or customRenderer to display value
Expand Down
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
The MIT License

Copyright (c) 2012-2015 Bojan Djuricic. http://www.justgage.com
Copyright (c) 2012-2015 Bojan Djuricic. https://toorshia.github.io/justgage

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion dist/justgage.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* JustGage - Animated gauges using RaphaelJS
* Check http://www.justgage.com for official releases
* Check https://toorshia.github.io/justgage for official releases
* Licensed under MIT.
* @author Bojan Djuricic (@Toorshia)
**/
Expand Down
12 changes: 6 additions & 6 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
<html>

<head>
<title>justGage.com</title>
<title>justGage</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<meta name="Author" content="Bojan Djuricic | pindjur[at]gmail[dot]com | www[dot]madcog[dot]com" lang="en"
xml:lang="en" />
<meta name="Copyright" content="Copyright (c) 2012. www.justgage.com All rights reserved." lang="en" xml:lang="en" />
<meta name="Copyright" content="Copyright (c) 2012. https://toorshia.github.io/justgage All rights reserved." lang="en" xml:lang="en" />
<meta name="Description"
content="JustGage is a handy JavaScript plugin for generating and animating nice & clean dashboard gauges."
lang="en" xml:lang="en" />
Expand All @@ -22,8 +22,8 @@
<meta property="og:type" content="website" />
<meta property="og:description"
content="JustGage is a handy JavaScript plugin for generating and animating nice & clean dashboard gauges." />
<meta property="og:url" content="https://www.justgage.com" />
<meta property="og:image" content="https://www.justgage.com/resources/img/justgage_url_img.png" />
<meta property="og:url" content="https://toorshia.github.io/justgage" />
<meta property="og:image" content="https://toorshia.github.io/justgage/resources/img/justgage_url_img.png" />
<meta property="og:site_name" content="JustGage" />
<meta property="fb:admins" content="571959117" />

Expand Down Expand Up @@ -109,7 +109,7 @@
<li><a href="#demos">Demos</a></li>
<li><a href="#notes">Release Notes</a></li>
<li><a id="tweet"
href="https://twitter.com/share?url=http%3A%2F%2Fwww.justgage.com&text=JavaScript plugin for creating nice and clean dashboard gauges"
href="https://twitter.com/share?url=http%3A%2F%2Fhttps://toorshia.github.io/justgage&text=JavaScript plugin for creating nice and clean dashboard gauges"
class="button blue">Tweet<span class="ico16 ico16AbsoluteR icoTwitterSmall"></span></a></li>
<li><a id="github" target="_blank" href="https://github.com/toorshia/justgage" class="button red">Fork on
GitHub<span class="ico16 ico16AbsoluteR icoGitHubSmall"></span></a></li>
Expand Down Expand Up @@ -543,7 +543,7 @@ <h1>Release Notes</h1>
<form action="https://www.paypal.com/cgi-bin/webscr" method="post" class="center">
<input type="hidden" name="cmd" value="_s-xclick">
<input type="hidden" name="hosted_button_id" value="MJNYDXDKERJ8W">
<input type="image" src="https://www.justgage.com/resources/img/paypal.png" border="0" name="submit" alt="PayPal - The safer, easier way to pay online!">
<input type="image" src="https://toorshia.github.io/justgage/resources/img/paypal.png" border="0" name="submit" alt="PayPal - The safer, easier way to pay online!">
<img alt="" border="0" src="https://www.paypalobjects.com/en_US/i/scr/pixel.gif" width="1" height="1">
</form>
</div>
Expand Down
2 changes: 1 addition & 1 deletion docs/justgage.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* JustGage - Animated gauges using RaphaelJS
* Check http://www.justgage.com for official releases
* Check https://toorshia.github.io/justgage for official releases
* Licensed under MIT.
* @author Bojan Djuricic (@Toorshia)
**/
Expand Down

0 comments on commit 3591d44

Please sign in to comment.