[presentations] master: Tweaks
[email protected] (Rasmus Lerdorf) Wed, 29 Sep 2021 13:07:56 +0000
| Newsgroups | php.pres |
|---|---|
| Message-ID | <[email protected]> |
Author: Rasmus Lerdorf (rlerdorf)
Date: 2021-09-29T06:08:24-07:00
Commit: https://github.com/php/presentations/commit/2d66074bd6a4318c10b557eaac14cbfbc5b0b599
Raw diff: https://github.com/php/presentations/commit/2d66074bd6a4318c10b557eaac14cbfbc5b0b599.diff
Tweaks
Changed paths:
M etsymex21.html
M slides/intro/storage.js
M slides/intro/thank_you_etsy.xml
Diff:
diff --git a/etsymex21.html b/etsymex21.html
index b94e6f04..ea61c7c9 100644
--- a/etsymex21.html
+++ b/etsymex21.html
@@ -875,7 +875,7 @@ <h1 style="text-align:center;">PHP 8.0</h1>
</section> </section>
<section>
<section id="thank_you">
- <p class="p" style="font-size:2em;text-align:center;">Thank You</p>
+ <p class="p" style="font-size:2em;text-align:center;">¡Gracias!</p>
<br/>
<div align="center" style="font-size: 1.4em; color: ; text-align: center; margin-left: 0em; margin-right: ; margin-top: ; margin-bottom: ;"><a href=":-:url:-:" target="">http://talks.php.net/etsymex21</a></div>
<br/>
diff --git a/slides/intro/storage.js b/slides/intro/storage.js
index 7f3e1426..9ba799cd 100644
--- a/slides/intro/storage.js
+++ b/slides/intro/storage.js
@@ -1,14 +1,16 @@
window["render_storage"] = function() {
$('#storage_container').highcharts({
chart: {
- type: 'column'
+ type: 'column',
+ zoomKey: 'alt',
+ zoomType: 'y'
},
title: {
text: 'KV storage access times',
style: { fontSize: '40px' }
},
subtitle: {
- text: '',
+ text: '70M include file, 131,072 rows, keys 8-48 chars, vals 16-1023 chars',
style: { fontSize: '20px' }
},
xAxis: [{
@@ -31,7 +33,7 @@ window["render_storage"] = function() {
min: 0,
showEmpty: false,
title: {
- text: 'Initial (ms)',
+ text: 'Time (ms)',
style: { fontSize: '25px' }
},
labels: {
@@ -95,6 +97,25 @@ window["render_storage"] = function() {
yAxis: 0,
data: [0.01237,0.00212,0.19347,0.36944,0.18185,0.29536,0.3215,0.55842],
tooltip: { valueSuffix: 'ms' },
+ dataLabels: {
+ enabled: false,
+ rotation: -90,
+ color: '#000',
+ align: 'right',
+ x: 4,
+ y: 5,
+ style: {
+ fontSize: '13px',
+ fontFamily: 'Verdana, sans-serif',
+ },
+ format: '{point.y:.0f}'
+ },
+ visible: false
+ }, {
+ name: 'Write',
+ yAxis: 0,
+ data: [0.90781,0.00255,0.03527,0.09587,0.03272,0.13062,5.07599,34.00938],
+ tooltip: { valueSuffix: 'ms' },
dataLabels: {
enabled: false,
rotation: -90,
diff --git a/slides/intro/thank_you_etsy.xml b/slides/intro/thank_you_etsy.xml
index 5e99a8da..0373071f 100644
--- a/slides/intro/thank_you_etsy.xml
+++ b/slides/intro/thank_you_etsy.xml
@@ -1,6 +1,6 @@
<slide title="" section="thank_you">
-<blurb fontsize="2em" align="center">Thank You</blurb>
+<blurb fontsize="2em" align="center">¡Gracias!</blurb>
<break lines="1"/>