-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathreveal.json
66 lines (57 loc) · 1.81 KB
/
reveal.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
{
"width": 1280,
"height": 800,
"transition": "slide",
"navigationMode": "linear",
"slideNumber": "c/t",
"showSlideNumber": "speaker",
"highlight_theme": "monokai-sublime",
"separator_notes": "^Notes?:",
"katex": {
"ignoredTags": ["script", "noscript", "style", "textarea", "pre", "code"]
},
"menu": {
"titleSelector": "h1, h2, h3",
"hideMissingTitles": true,
"openButton": true,
"openSlideNumber": true,
},
"mermaid": {
"theme": "forest",
"themeVariables": {
"primaryColor": "#43464A",
"primaryTextColor": "#E3DB82",
"lineColor": "#F2AA3B"
}
},
"dependencies": [
{"src": "../plugin/reveal.js-toolbar/toolbar.js"}
],
"toolbar": {
"position": "bottom",
"overview": true,
"pause": true,
"notes": false,
"help": true,
"captureMenu": true,
"fullscreen": true,
"capturePlaybackControl": false,
"loadIcons": true,
},
"chart": {
"defaults": {
"maintainAspectRatio": false,
"responsive": true,
"font": { "size": 30 },
"color": "lightgray",
"scale": {
"beginAtZero": true,
"ticks": { "stepSize": 1 },
"grid": { "color": "lightgray" }
}
},
"line": { "borderColor": [ "rgba(20,220,220,.8)" , "rgba(220,120,120,.8)", "rgba(20,120,220,.8)" ], "borderDash": [ [5,10], [0,0] ] },
"bar": { "backgroundColor": [ "rgba(20,220,220,.8)" , "rgba(220,120,120,.8)", "rgba(20,120,220,.8)" ]},
"pie": { "backgroundColor": [ ["rgba(0,0,0,.8)" , "rgba(220,20,20,.8)", "rgba(20,220,20,.8)", "rgba(220,220,20,.8)", "rgba(20,20,220,.8)"] ]}
}
}