Skip to content

Commit e84b3bc

Browse files
committed
Site updated at 2018-10-23 15:50:48 UTC
1 parent 03e30d0 commit e84b3bc

File tree

976 files changed

+114903
-104906
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

976 files changed

+114903
-104906
lines changed

2015/08/07/waterfall-bar-chart.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
// Base
22

3-
var xData = ['Product<br>Revenue', 'Services<br>Revenue',
4-
'Total<br>Revenue', 'Fixed<br>Costs',
5-
'Variable<br>Costs', 'Total<br>Costs', 'Total'
3+
var xData = ['Product&lt;br&gt;Revenue', 'Services&lt;br&gt;Revenue',
4+
'Total&lt;br&gt;Revenue', 'Fixed&lt;br&gt;Costs',
5+
'Variable&lt;br&gt;Costs', 'Total&lt;br&gt;Costs', 'Total'
66
];
77

88
var yData = [400, 660, 660, 590, 400, 400, 340];

2015/10/08/style-annotation-b.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,8 @@
5050
bordercolor: point.fullData.marker.color,
5151
borderwidth: 3,
5252
borderpad: 4,
53-
text: '<i>Series Identification</i><br>' +
54-
'<b>Year</b> ' + (point.data.name) + '<br>' +
53+
text: '<i>Series Identification</i>' + <br>
54+
'<b>Year</b> '+(point.data.name) + '<br>' +
5555
'<i>Point Identification</i><br>' +
5656
'<b>Month</b> '+ (months[point.pointNumber]) +
5757
'<br><i>Point Values</i><br>' +

2017/01/01/order7_update_data.html

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@
77
// plotly_relayout update: Cartesian
88
//// Upon resizing plot:
99
{
10-
xaxis.range[0]: ,
10+
xaxis.range[0]: , // new value if xaxis.range[0] was updated
1111
xaxis.range[1]: ,
12-
yaxis.range[0]: ,
12+
yaxis.range[0]: , // new value if yaxis.range[0] was updated
1313
yaxis.range[1]:
1414
}
1515
//// Upon autosizing plot:
@@ -19,6 +19,8 @@
1919
}
2020

2121
// plotly_relayout update: 3D
22+
// a subset of the following data will be emitted depending on
23+
// which attributes were changed by the triggering event.
2224
{
2325
scene: {
2426
center: { // https://plot.ly/javascript/reference/#layout-scene-camera-center
@@ -41,4 +43,4 @@
4143
z: 1
4244
}
4345
}
44-
}
46+
}

2018/10/08/automargin.html

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
var data = [
2+
{
3+
x: ['Apples', 'Oranges', 'Watermelon', 'Pears'],
4+
y: [3, 2, 1, 4],
5+
type: 'bar'
6+
}
7+
];
8+
var layout = {
9+
autosize: false,
10+
width: 500,
11+
height: 500,
12+
yaxis: {
13+
title: 'Y-axis Title',
14+
ticktext: ['long label','Very long label','3','label'],
15+
tickvals: [1, 2, 3, 4],
16+
tickmode: 'array',
17+
automargin: true,
18+
titlefont: { size:30 },
19+
},
20+
paper_bgcolor: '#7f7f7f',
21+
plot_bgcolor: '#c7c7c7'
22+
};
23+
Plotly.newPlot('myDiv', data, layout);

404.html

Lines changed: 114 additions & 100 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030

3131
<!-- Main Stylesheets -->
3232
<link rel="stylesheet" type="text/css" href="https://images.plot.ly/assets/css/normalize.css">
33-
<link rel="stylesheet" type="text/css" href="https://plot.ly/gh-pages/documentation/static//css/main.css?version=e1f40e63b8">
33+
<link rel="stylesheet" type="text/css" href="https://plot.ly/gh-pages/documentation/static//css/main.css?version=ff0a6e91ea">
3434

3535
<!-- LOCAL DEV STYLESHEET -->
3636
<!--<link rel="stylesheet" type="text/css" href="http://api.plotly.dev/all_static/css/main.css">-->
@@ -312,103 +312,123 @@ <h5>Contact Us</h5>
312312
</section>
313313

314314
<footer class="--footer-main">
315-
<section class="--footer-top">
316-
<div class="--wrap">
317-
<ul class="--footer-body">
318-
<li class="--footer-column">
319-
<h6 style="color:#e763fa" class="--footer-heading">DASH</h6>&#x9;&#x9;&#x9;
320-
<ul>
321-
<li><a href="https://plot.ly/python/" target="_self">Overview</a></li>
322-
&#x9;&#x9;&#x9;&#x9;
323-
<li><a href="https://plot.ly/r/" target="_self">Dash DAQ</a></li>
324-
&#x9;&#x9;&#x9;&#x9;
325-
<li><a href="https://plot.ly/matlab/" target="_self">Dash Deployment Server</a></li>
326-
</ul>
327-
</li>
328-
&#x9;&#x9;
329-
<li class="--footer-column">
330-
<h6 style="color:#636efa" class="--footer-heading">COMPANY</h6>&#x9;&#x9;&#x9;
331-
<ul>
332-
<li><a href="https://plot.ly/company/careers/" target="_self">Careers</a></li>
333-
&#x9;&#x9;&#x9;&#x9;
334-
<li><a href="https://plotly.typeform.com/to/r4OilH" target="_blank">Customer Contact</a></li>
335-
&#x9;&#x9;&#x9;&#x9;
336-
<li><a href="https://moderndata.plot.ly/" target="_blank">#plotlylife</a></li>
337-
&#x9;&#x9;&#x9;&#x9;
338-
<li><a href="https://plot.ly/products/industries/" target="_blank">Twitter</a></li>
339-
&#x9;&#x9;&#x9;&#x9;
340-
<li><a href="https://plotcon.plot.ly/" target="_blank">GitHub</a></li>
341-
</ul>
342-
</li>
343-
&#x9;&#x9;
344-
<li class="--footer-column">
345-
<h6 style="color:#00cc96" class="--footer-heading">RESOURCES</h6>&#x9;&#x9;&#x9;
346-
<ul>
347-
<li><a href="https://support.plot.ly/" target="_self">Developer Support</a></li>
348-
&#x9;&#x9;&#x9;&#x9;
349-
<li><a href="https://community.plot.ly/" target="_self">Community Support</a></li>
350-
&#x9;&#x9;&#x9;&#x9;
351-
<li><a href="http://help.plot.ly/" target="_self">Documentation</a></li>
352-
</ul>
353-
</li>
354-
&#x9;&#x9;
355-
<li class="--footer-column">
356-
<h6 style="color:#EF553B" class="--footer-heading">GRAPHING LIBRARIES</h6>&#x9;&#x9;&#x9;
357-
<ul>
358-
<li><a href="https://plot.ly/dash/" target="_self">Dash</a></li>
359-
&#x9;&#x9;&#x9;&#x9;
360-
<li><a href="https://plot.ly/plotly-js-scientific-d3-charting-library/" target="_self">Plotly.js</a></li>
361-
&#x9;&#x9;&#x9;&#x9;
362-
<li><a href="https://plot.ly/d3-js-for-python-and-pandas-charts/" target="_self">Plotly.py</a>
363-
</li>
364-
&#x9;&#x9;&#x9;&#x9;
365-
<li><a href="https://plot.ly/d3-js-for-r-and-shiny-charts/" target="_self">Plotly.R</a></li>
366-
</ul>
367-
</li>
368-
&#x9;&#x9;
369-
<li class="--footer-column">
370-
<h6 style="color:#19d3f3" class="--footer-heading">EMBEDDED BI/OEM</h6>&#x9;&#x9;&#x9;
371-
<ul>
372-
<li><a href="https://plot.ly/online-chart-maker/" target="_self">Chart Studio</a></li>
373-
&#x9;&#x9;&#x9;&#x9;
374-
<li><a href="https://plot.ly/dashboards/" target="_self">Dashboards</a></li>
375-
</ul>
376-
</li>
377-
</ul>
378-
</div>
379-
</section>
380-
<section class="--footer-meta">
381-
<div class="--wrap">
382-
<div class="left">
383-
<article class="--copyright">Copyright &copy; 2018 Plotly. All rights reserved.</article>
315+
<section class="--footer-top">
316+
<div class="--wrap">
317+
<ul class="--footer-body">
318+
<li class="--footer-column">
319+
<h6 style="color:#e763fa" class="--footer-heading">DASH</h6>&#x9;&#x9;&#x9;
320+
<ul>
321+
<li><a href="https://plot.ly/products/dash/" target="_self">Overview</a></li>
322+
&#x9;&#x9;&#x9;&#x9;
323+
<li><a href="https://www.dashdaq.io/" target="_self">Dash DAQ</a></li>
324+
&#x9;&#x9;&#x9;&#x9;
325+
<li><a href="https://plot.ly/dash/pricing/" target="_self">Dash Deployment Server</a></li>
326+
</ul>
327+
</li>
328+
&#x9;&#x9;
329+
<li class="--footer-column">
330+
<h6 style="color:#636efa" class="--footer-heading">COMPANY</h6>&#x9;&#x9;&#x9;
331+
<ul>
332+
<li><a href="https://plot.ly/company/careers/" target="_self">Careers</a></li>
333+
&#x9;&#x9;&#x9;&#x9;
334+
<li><a href="https://plotly.typeform.com/to/r4OilH" target="_blank">Customer Contact</a></li>
335+
&#x9;&#x9;&#x9;&#x9;
336+
<li><a href="https://www.instagram.com/plotly/?hl=en" target="_blank">#plotlylife</a></li>
337+
&#x9;&#x9;&#x9;&#x9;
338+
<li><a href="https://twitter.com/plotlygraphs" target="_blank">Twitter</a></li>
339+
&#x9;&#x9;&#x9;&#x9;
340+
<li><a href="https://github.com/plotly" target="_blank">GitHub</a></li>
341+
</ul>
342+
</li>
343+
&#x9;&#x9;
344+
<li class="--footer-column">
345+
<h6 style="color:#00cc96" class="--footer-heading">RESOURCES</h6>&#x9;&#x9;&#x9;
346+
<ul>
347+
<li><a href="https://support.plot.ly/" target="_self">Developer Support</a></li>
348+
&#x9;&#x9;&#x9;&#x9;
349+
<li><a href="https://community.plot.ly/" target="_self">Community Support</a></li>
350+
&#x9;&#x9;&#x9;&#x9;
351+
<li><a href="http://help.plot.ly/" target="_self">Documentation</a></li>
352+
</ul>
353+
</li>
354+
&#x9;&#x9;
355+
<li class="--footer-column">
356+
<h6 style="color:#EF553B" class="--footer-heading">GRAPHING LIBRARIES</h6>&#x9;&#x9;&#x9;
357+
<ul>
358+
<li><a href="https://plot.ly/dash/" target="_self">Dash</a></li>
359+
&#x9;&#x9;&#x9;&#x9;
360+
<li><a href="https://plot.ly/plotly-js-scientific-d3-charting-library/" target="_self">Plotly.js</a></li>
361+
&#x9;&#x9;&#x9;&#x9;
362+
<li><a href="https://plot.ly/d3-js-for-python-and-pandas-charts/" target="_self">Plotly.py</a>
363+
</li>
364+
&#x9;&#x9;&#x9;&#x9;
365+
<li><a href="https://plot.ly/d3-js-for-r-and-shiny-charts/" target="_self">Plotly.R</a></li>
366+
</ul>
367+
</li>
368+
&#x9;&#x9;
369+
<li class="--footer-column">
370+
<h6 style="color:#19d3f3" class="--footer-heading">EMBEDDED BI/OEM</h6>&#x9;&#x9;&#x9;
371+
<ul>
372+
<li><a href="https://plot.ly/online-chart-maker/" target="_self">Chart Studio</a></li>
373+
&#x9;&#x9;&#x9;&#x9;
374+
<li><a href="https://plot.ly/dashboards/" target="_self">Dashboards</a></li>
375+
</ul>
376+
</li>
377+
&#x9;&#x9;
378+
<li class="--footer-column">
379+
<h6 style="color:#119dff" class="--footer-heading">JOIN THE DASH CLUB</h6>&#x9;&#x9;&#x9;
380+
<ul>
381+
&#x9;&#x9;&#x9;&#x9;
382+
<li><form action="https://plot.us12.list-manage.com/subscribe/post" method="POST" target="_blank" noValidate>
383+
<input type="hidden" name="u" value="28d7f8f0685d044fb51f0d4ee"/>
384+
<input type="hidden" name="id" value="0c1cb734d7"/>
385+
386+
<label htmlFor='MERGE0'>
387+
<p class="mailchimp-footer-text"> Dash Club is a no-fluff, twice-a-month email with links and notes on the latest Dash developments and community happenings.</p>
388+
<input
389+
type="email"
390+
name="EMAIL"
391+
id="MERGE0"
392+
placeholder="Your Email Address"
393+
autoCapitalize="off"
394+
autoCorrect="off"
395+
class="mc-input"
396+
/>
397+
</label>
398+
<input type="submit" value="Subscribe" name="subscribe" class="mc-embedded-subscribe"/>
399+
</form></li>
400+
</ul>
401+
</li>
402+
</ul>
384403
</div>
385-
<div class="right">
386-
<article class="--tos"><a href="https://plot.ly/terms-of-service/" target="_blank">Terms of Service</a>
387-
</article>
388-
<article class="--privacy"><a href="https://plot.ly/privacy/" target="_blank">Privacy Policy</a>
389-
</article>
404+
</section>
405+
<section class="--footer-meta">
406+
<div class="--wrap">
407+
<div class="left">
408+
<article class="--copyright">Copyright &copy; 2018 Plotly. All rights reserved.</article>
409+
</div>
410+
<div class="right">
411+
<article class="--tos"><a href="https://plot.ly/terms-of-service/" target="_blank">Terms of Service</a>
412+
</article>
413+
<article class="--privacy"><a href="https://plot.ly/privacy/" target="_blank">Privacy Policy</a>
414+
</article>
415+
</div>
390416
</div>
391-
</div>
392-
</section>
393-
</footer>
394-
395-
396-
417+
</section>
418+
</footer>
397419

398420

399-
<!-- Hash offset Script -->
421+
422+
<!-- Hash offset Script -->
400423
<script src="https://plot.ly/gh-pages/documentation/static//javascripts/hash_offset.js"></script>
401-
402-
<!-- Image Hover Script -->
424+
<!-- Image Hover Script -->
403425
<script src="https://plot.ly/gh-pages/documentation/static//javascripts/imghover.js"></script>
404-
405-
426+
406427
<!-- code highlighting -->
407428
<script src="https://plot.ly/gh-pages/documentation/static//javascripts/codehighlight/highlight.pack.js"></script>
408429
<script>hljs.initHighlightingOnLoad();</script>
409430

410-
411-
<!-- Google Analytics -->
431+
<!-- Google Analytics -->
412432
<script>
413433
(function (i, s, o, g, r, a, m) {
414434
i['GoogleAnalyticsObject'] = r;
@@ -424,26 +444,20 @@ <h6 style="color:#19d3f3" class="--footer-heading">EMBEDDED BI/OEM</h6>&#x9;&#x9
424444
ga('create', 'UA-39373211-1', 'auto');
425445
ga('send', 'pageview');
426446
</script>
427-
428-
429-
<!-- Copy to Clipboard Assets -->
430-
431-
<!-- <script src="//images.plot.ly/assets/js/ZeroClipboard.min.js"></script> -->
447+
<!-- Copy to Clipboard Assets -->
448+
<!-- <script src="//images.plot.ly/assets/js/ZeroClipboard.min.js"></script> -->
432449
<!-- <script src="//images.plot.ly/assets/js/main.js"></script> -->
433-
434-
<!-- Go to www.addthis.com/dashboard to customize your tools -->
450+
<!-- Go to www.addthis.com/dashboard to customize your tools -->
435451
<!-- <script type="text/javascript" src="//s7.addthis.com/js/300/addthis_widget.js#pubid=ra-563d60eba90f0f45" async="async"></script>
436-
437-
<script type="text/javascript">
438-
439-
$('div.output_subarea').each(function() {
452+
<script type="text/javascript">
453+
$('div.output_subarea').each(function() {
440454
var hasScrollbar = $(this).get(0).scrollHeight>$(this).get(0).clientHeight;
441455
if($(this).height()>=300 && hasScrollbar == false){
442456
$(this).after('<a href="https://goo.gl/2wUZYZ" target="_blank" style="position:absolute;right:20px;z-index:99;cursor:pointer;" class="pre-cta-go-pro">Support our open-source mission: <span style="color:darkviolet">Go Pro</span></a>')
443457
}
444458
});
459+
</script>
445460

446-
</script>
447461
</body>
448462

449463
</html>

all_static/css/main.css

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -859,6 +859,11 @@ header.header-main {
859859
margin: 0;
860860
padding: 0;
861861
margin-bottom: 10px; }
862+
@media screen and (min-width: 1200px) {
863+
.\--footer-main ul.\--footer-body {
864+
-webkit-flex-wrap: nowrap;
865+
-ms-flex-wrap: nowrap;
866+
flex-wrap: nowrap; } }
862867
.\--footer-main .\--footer-column {
863868
-webkit-box-flex: 1;
864869
-webkit-flex: 1 1 20%;
@@ -7608,6 +7613,24 @@ div#notebook {
76087613
letter-spacing: 1px;
76097614
color: #626262; }
76107615

7616+
.mailchimp-footer-text {
7617+
-webkit-margin-before: 0em;
7618+
margin-block-start: 0em;
7619+
font-size: 80%;
7620+
color: #626262; }
7621+
7622+
.mc-input {
7623+
margin-top: 5px;
7624+
margin-bottom: 10px;
7625+
border: 1px solid #626262;
7626+
padding: 5px; }
7627+
7628+
.mc-embedded-subscribe {
7629+
color: #fff;
7630+
background-color: #119dff;
7631+
-webkit-box-shadow: 0px 2px 8px rgba(80, 103, 132, 0.4);
7632+
box-shadow: 0px 2px 8px rgba(80, 103, 132, 0.4); }
7633+
76117634
.\--page-body {
76127635
-webkit-box-flex: 1;
76137636
-webkit-flex: 1;

0 commit comments

Comments
 (0)