mirror of
https://github.com/LukeHagar/pypistats.org.git
synced 2025-12-06 04:21:09 +00:00
73 lines
1.3 KiB
JSON
73 lines
1.3 KiB
JSON
{
|
|
"downloads": {
|
|
"data": [
|
|
{
|
|
"x": [
|
|
"2017-05-01",
|
|
"2017-05-02",
|
|
"2017-05-03"
|
|
],
|
|
"y": [
|
|
"2",
|
|
"5",
|
|
"4"
|
|
],
|
|
"name": "Downloads",
|
|
"type": "scatter",
|
|
"mode": "lines+markers",
|
|
"connectgaps": true,
|
|
"marker": {
|
|
"symbol": "circle",
|
|
"line": {
|
|
"color": "#444",
|
|
"width": 1
|
|
}
|
|
},
|
|
"line": {
|
|
"shape": "linear",
|
|
"smoothing": 1,
|
|
"width": 2
|
|
}
|
|
}
|
|
]
|
|
},
|
|
"percentages": {
|
|
"data": [
|
|
{
|
|
"x": [
|
|
"2017-05-01",
|
|
"2017-05-02",
|
|
"2017-05-03"
|
|
],
|
|
"y": [
|
|
"2",
|
|
"5",
|
|
"4"
|
|
],
|
|
"text": [
|
|
"2",
|
|
"5",
|
|
"4"
|
|
],
|
|
"name": "Proportional downloads",
|
|
"hoverinfo": "x+text+name",
|
|
"type": "scatter",
|
|
"mode": "lines+markers",
|
|
"connectgaps": true,
|
|
"marker": {
|
|
"symbol": "circle",
|
|
"line": {
|
|
"color": "#444",
|
|
"width": 1
|
|
}
|
|
},
|
|
"line": {
|
|
"shape": "linear",
|
|
"smoothing": 1,
|
|
"width": 2
|
|
}
|
|
}
|
|
]
|
|
}
|
|
}
|