mirror of
https://github.com/LukeHagar/pypistats.org.git
synced 2025-12-06 04:21:09 +00:00
67 lines
1.6 KiB
JSON
67 lines
1.6 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"
|
|
],
|
|
"hoverinfo": "x+text+name",
|
|
"name":"Downloads",
|
|
"type":"scatter",
|
|
"mode":"lines",
|
|
"connectgaps":false,
|
|
"line":{
|
|
"shape":"linear",
|
|
"smoothing":1,
|
|
"width":2
|
|
},
|
|
"fill":"tonexty"
|
|
}
|
|
]
|
|
}
|
|
}
|