Files
superset2/tests/integration_tests/fixtures/deck_path_form_data.json
Evan Rusackas b83e0a8400 chore(deckgl): remove js_columns (Extra data for JS) control
js_columns fed the now-removed JS eval controls and had no remaining
purpose: field-based tooltips already auto-include tooltip_contents
columns, and cross_filter_column is auto-included independently on the
Geojson/Polygon layers. Its only other effect was demoting matching
columns out of a feature's direct properties into extraProps, which
the crossFiltersDataMask extraProps fallback existed solely to
compensate for.

Removes the control from all 10 deck.gl layer control panels, dropping
the "Advanced" section entirely where it was the only control left
(Contour, Hex, Screengrid, Grid, Heatmap, Path, Scatter, Arc) and
keeping it on Geojson/Polygon for cross_filter_column. Also drops the
now-dead resolve_deck_gl_columns js_columns branch in the MCP chart
tool helpers.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
2026-07-17 15:48:42 -07:00

44 lines
886 B
JSON

{
"color_picker": {
"a": 1,
"b": 135,
"g": 122,
"r": 0
},
"datasource": "12__table",
"filters": [],
"having": "",
"line_column": "path_json",
"line_type": "json",
"line_width": 150,
"mapbox_style": "mapbox://styles/mapbox/light-v9",
"reverse_long_lat": false,
"row_limit": 5000,
"since": "7 days ago",
"slice_id": 1013,
"time_grain_sqla": null,
"until": "now",
"viewport": {
"altitude": 1.5,
"bearing": 0,
"height": 1094,
"latitude": 37.73671752604488,
"longitude": -122.18885402582598,
"maxLatitude": 85.05113,
"maxPitch": 60,
"maxZoom": 20,
"minLatitude": -85.05113,
"minPitch": 0,
"minZoom": 0,
"pitch": 0,
"width": 669,
"zoom": 9.51847667620428
},
"viz_type": "deck_path",
"where": "",
"granularity_sqla": null,
"autozoom": true,
"url_params": {},
"size": "100"
}