diff --git a/docs/graph3d/index.html b/docs/graph3d/index.html index 1a7223d4..85829ad1 100644 --- a/docs/graph3d/index.html +++ b/docs/graph3d/index.html @@ -498,6 +498,38 @@ var options = { +
+{
+ content: {
+ padding: '10px',
+ border: '1px solid #4d4d4d',
+ color: '#1a1a1a',
+ background: 'rgba(255,255,255,0.7)',
+ borderRadius: '2px',
+ boxShadow: '5px 5px 10px rgba(128,128,128,0.5)'
+ },
+ line: {
+ height: '40px',
+ width: '0',
+ borderLeft: '1px solid #4d4d4d'
+ },
+ dot: {
+ height: '0',
+ width: '0',
+ border: '5px solid #4d4d4d',
+ borderRadius: '5px'
+ }
+}
+