scenes = (
{
1: {
viz: {filter: [["fecha", "<", 1900],["otros", "=", false],["modelo", "=", "roulin"]], type: "pack", x: "modelo", y: "modelo"},
text: ""+data[0]["url"],
options: [
{ btn: "pack", scene: "2" },
{ btn: "compare", scene: "3" },
{ btn: "scatter", scene: "4" }
]
},
2: {
viz: {filter: [["fecha", ">", 2000]], type: "pack", x: "figura/fondo", y: "modelo"},
options: [
{ btn: "cont..", scene: "1" },
]
},
3: {
viz: {filter: [], type: "compare", x: 0, y: 1},
options: [
{ btn: "cont..", scene: "1" },
]
},
4: {
viz: {filter: [["fecha", "<", 1900]], type: "scatter", x: "figura/fondo", y: "modelo"},
options: [
{ btn: "pack", scene: "2" },
{ btn: "compare", scene: "3" }
]
},
}
)