mirror of
https://github.com/gosticks/partition-filter-visualization.git
synced 2026-07-03 08:40:06 +00:00
37 lines
917 B
JSON
37 lines
917 B
JSON
{
|
|
"selectedTables": [
|
|
{
|
|
"source": 0,
|
|
"tableName": "bloom-count-10k",
|
|
"datasetName": "experiments"
|
|
}
|
|
],
|
|
"graphOptions": {
|
|
"type": "plane",
|
|
"state": {
|
|
"isRendered": false,
|
|
"isValid": true,
|
|
"xColumnName": "bits",
|
|
"yColumnName": "cpu_time",
|
|
"zColumnName": "fpr",
|
|
"scaleX": "linear",
|
|
"scaleY": "linear",
|
|
"scaleZ": "log",
|
|
"tileCount": 23,
|
|
"aggregation": "min",
|
|
"groupBy": "vectorization"
|
|
}
|
|
},
|
|
"ui": {
|
|
"rotation": {
|
|
"x": 1.1749577892000096,
|
|
"y": -0.5658275677115607,
|
|
"z": 0.9086866098122086
|
|
},
|
|
"position": {
|
|
"x": -101.86177149998203,
|
|
"y": -147.98539063256504,
|
|
"z": 61.84257163324188
|
|
}
|
|
}
|
|
} |