1
0
mirror of https://github.com/lana-k/sqliteviz.git synced 2025-12-07 02:28:54 +08:00

Deploying to build from @ a5ba1cb821 🚀

This commit is contained in:
lana-k
2020-11-10 17:27:47 +00:00
parent b9209aa119
commit 1b38a1027e
7 changed files with 56 additions and 2 deletions

1
css/app.1bc67def.css Normal file

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

3
img/info.881fd1dc.svg Normal file
View File

@@ -0,0 +1,3 @@
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M11 9H13V7H11V9ZM12 20C7.59 20 4 16.41 4 12C4 7.59 7.59 4 12 4C16.41 4 20 7.59 20 12C20 16.41 16.41 20 12 20ZM12 2C10.6868 2 9.38642 2.25866 8.17317 2.7612C6.95991 3.26375 5.85752 4.00035 4.92893 4.92893C3.05357 6.8043 2 9.34784 2 12C2 14.6522 3.05357 17.1957 4.92893 19.0711C5.85752 19.9997 6.95991 20.7362 8.17317 21.2388C9.38642 21.7413 10.6868 22 12 22C14.6522 22 17.1957 20.9464 19.0711 19.0711C20.9464 17.1957 22 14.6522 22 12C22 10.6868 21.7413 9.38642 21.2388 8.17317C20.7362 6.95991 19.9997 5.85752 19.0711 4.92893C18.1425 4.00035 17.0401 3.26375 15.8268 2.7612C14.6136 2.25866 13.3132 2 12 2V2ZM11 17H13V11H11V17Z" fill="#A2B1C6"/>
</svg>

After

Width:  |  Height:  |  Size: 754 B

View File

@@ -1 +1 @@
<!DOCTYPE html><html lang=en><head><meta charset=utf-8><meta http-equiv=X-UA-Compatible content="IE=edge"><meta name=viewport content="width=device-width,initial-scale=1"><link rel=icon href=favicon.ico><title>sqliteviz</title><link href=css/app.ae1be0e9.css rel=preload as=style><link href=css/chunk-vendors.fa200da2.css rel=preload as=style><link href=js/app.af9b7432.js rel=preload as=script><link href=js/chunk-vendors.5cd50227.js rel=preload as=script><link href=css/chunk-vendors.fa200da2.css rel=stylesheet><link href=css/app.ae1be0e9.css rel=stylesheet></head><body><noscript><strong>We're sorry but sqliteviz doesn't work properly without JavaScript enabled. Please enable it to continue.</strong></noscript><div id=app></div><script src=js/chunk-vendors.5cd50227.js></script><script src=js/app.af9b7432.js></script></body></html> <!DOCTYPE html><html lang=en><head><meta charset=utf-8><meta http-equiv=X-UA-Compatible content="IE=edge"><meta name=viewport content="width=device-width,initial-scale=1"><link rel=icon href=favicon.ico><title>sqliteviz</title><link href=css/app.1bc67def.css rel=preload as=style><link href=css/chunk-vendors.d0cc70ce.css rel=preload as=style><link href=js/app.926edf57.js rel=preload as=script><link href=js/chunk-vendors.5cd50227.js rel=preload as=script><link href=css/chunk-vendors.d0cc70ce.css rel=stylesheet><link href=css/app.1bc67def.css rel=stylesheet></head><body><noscript><strong>We're sorry but sqliteviz doesn't work properly without JavaScript enabled. Please enable it to continue.</strong></noscript><div id=app></div><script src=js/chunk-vendors.5cd50227.js></script><script src=js/app.926edf57.js></script></body></html>

2
js/app.926edf57.js Normal file

File diff suppressed because one or more lines are too long

1
js/app.926edf57.js.map Normal file

File diff suppressed because one or more lines are too long

47
queries.json Normal file
View File

@@ -0,0 +1,47 @@
{
"query": "select * from invoices",
"chart": {
"data": [
{
"type": "scatter",
"mode": "lines",
"x": null,
"xsrc": "InvoiceId",
"meta": {
"columnNames": {
"x": "InvoiceId",
"y": "Total"
}
},
"y": null,
"ysrc": "Total"
}
],
"layout": {
"xaxis": {
"range": [
1,
412
],
"autorange": true,
"type": "linear"
},
"yaxis": {
"range": [
-0.39166666666666683,
27.241666666666667
],
"autorange": true,
"type": "linear"
},
"autosize": true,
"mapbox": {
"style": "open-street-map"
}
},
"frames": []
},
"name": "Invoices",
"id": "ieZfcITwDUTADwOmQlYyL",
"createdAt": "2020-11-03T14:17:49.524Z"
}