Files
Visualizaciones/layouts/Graficos_plotly.grid.json
T
egutierrez 527d9dfa00 Add new features and updates to dibujar.py and pygwalker_visualizaciones.py
- Introduced a new markdown cell in dibujar.py to enhance user guidance for drawing with the mouse.
- Updated the version in pygwalker_visualizaciones.py from 0.15.1 to 0.15.2.
- Added a new markdown cell in pygwalker_visualizaciones.py for interactive EDA with PyGWalker.
- Refactored return values in pygwalker_visualizaciones.py to streamline data handling.
- Modified Graficos_plotly.grid.json to include additional layout positions.
2025-09-08 03:02:01 +02:00

72 lines
948 B
JSON

{
"type": "grid",
"data": {
"columns": 24,
"rowHeight": 20,
"maxWidth": 1400,
"bordered": true,
"cells": [
{
"position": null
},
{
"position": null
},
{
"position": null
},
{
"position": null
},
{
"position": null
},
{
"position": [
0,
0,
24,
9
]
},
{
"position": null
},
{
"position": [
0,
9,
12,
28
]
},
{
"position": [
12,
9,
12,
28
]
},
{
"position": null
},
{
"position": [
0,
37,
12,
28
]
},
{
"position": [
12,
37,
12,
28
]
}
]
}
}