Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
update various links
- from plot.ly to plotly.com or chart-studio.plolty.com - from http to https
- Loading branch information
Showing
with
55 additions
and 55 deletions.
- +18 −18 README.md
- +4 −4 SECURITY.md
- +1 −1 bower.json
- +2 −2 composer.json
- +1 −1 src/components/modebar/modebar.js
- +2 −2 src/plot_api/plot_api.js
- +1 −1 src/plots/attributes.js
- +1 −1 src/plots/font_attributes.js
- +1 −1 src/plots/layout_attributes.js
- +1 −1 src/plots/plots.js
- +1 −1 src/plots/template_attributes.js
- +1 −1 tasks/stats.js
- +1 −1 test/image/mocks/sankey_energy.json
- +1 −1 test/image/mocks/sankey_energy_dark.json
- +2 −2 test/jasmine/tests/animate_test.js
- +5 −5 test/jasmine/tests/annotations_test.js
- +3 −3 test/jasmine/tests/drawing_test.js
- +1 −1 test/jasmine/tests/plot_interact_test.js
- +7 −7 test/jasmine/tests/svg_text_utils_test.js
- +1 −1 test/jasmine/tests/toimage_test.js
There are no files selected for viewing
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
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
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
@@ -13,7 +13,7 @@ | ||
"visualization", | ||
"plotly" | ||
], | ||
"homepage": "https://plotly.com/", | ||
"ignore": [ | ||
"**/.*", | ||
"bower_components", | ||
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
@@ -9,12 +9,12 @@ | ||
"plotly" | ||
], | ||
"minimum-stability": "stable", | ||
"homepage": "https://plotly.com/javascript/", | ||
"license": "MIT", | ||
"authors": [ | ||
{ | ||
"name": "Plotly, Inc.", | ||
"email": "sales@plotly.com" | ||
} | ||
] | ||
} |
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
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
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
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
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
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
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
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
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
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
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
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
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
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
Oops, something went wrong.