Skip to content

Commit 06f6d9a

Browse files
committed
add mock
1 parent 17cf82f commit 06f6d9a

File tree

2 files changed

+15
-0
lines changed

2 files changed

+15
-0
lines changed

devtools/test_dashboard/index.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
<head>
44
<title>Plotly.js Devtools</title>
55
<link rel="stylesheet" type="text/css" href="//fonts.googleapis.com/css?family=Open+Sans:600,400,300,200|Droid+Sans|PT+Sans+Narrow|Gravitas+One|Droid+Sans+Mono|Droid+Serif|Raleway|Old+Standard+TT"/>
6+
<link href='https://fonts.googleapis.com/css?family=Stalinist+One' rel='stylesheet' type='text/css'>
67
<link rel="stylesheet" type="text/css" href="./style.css">
78
</head>
89
<body>

test/image/mocks/custom_font.json

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
{
2+
"data": [{
3+
"y": [2, 1, 2],
4+
"line": {
5+
"shape": "spline"
6+
}
7+
}],
8+
"layout": {
9+
"title": "Graph with custom font",
10+
"font": {
11+
"family": "'Stalinist One', sans-serif"
12+
}
13+
}
14+
}

0 commit comments

Comments
 (0)