Skip to content

Commit 316158d

Browse files
committed
Merge remote-tracking branch 'origin-plotly/master' into shift_axis_label
2 parents b7a6327 + 895517f commit 316158d

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

README.md

Lines 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

Lines 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)