Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 82de6b1

Browse filesBrowse files
committed
Merge remote-tracking branch 'origin-plotly/master' into shape_shift
2 parents ab935ac + 895517f commit 82de6b1
Copy full SHA for 82de6b1

File tree

Expand file treeCollapse file tree

2 files changed

+8
-1
lines changed
Filter options
Expand file treeCollapse file tree

2 files changed

+8
-1
lines changed

‎README.md

Copy file name to clipboardExpand all lines: README.md
+7Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,13 @@ Plotly.js can be used to produce dozens of chart types and visualizations, inclu
1616

1717
[Contact us](https://plotly.com/products/consulting-and-oem/) for Plotly.js consulting, dashboard development, application integration, and feature additions.
1818

19+
<div align="center">
20+
<a href="https://dash.plotly.com/project-maintenance">
21+
<img src="https://dash.plotly.com/assets/images/maintained-by-plotly.png" width="400px" alt="Maintained by Plotly">
22+
</a>
23+
</div>
24+
25+
1926
## Table of contents
2027

2128
* [Load as a node module](#load-as-a-node-module)

‎test/jasmine/tests/polar_test.js

Copy file name to clipboardExpand all lines: test/jasmine/tests/polar_test.js
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -447,7 +447,7 @@ describe('Test relayout on polar subplots:', function() {
447447
.then(done, done.fail);
448448
});
449449

450-
it('should be able to restyle radial axis title', function(done) {
450+
it('@noCI should be able to restyle radial axis title', function(done) {
451451
var gd = createGraphDiv();
452452
var lastBBox;
453453

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.