influxdata / ui

UI for InfluxDB
89 stars 41 forks source link

Maps: Maps visualization options doesn't display in notebooks #1940

Closed russorat closed 3 years ago

russorat commented 3 years ago

to repro, create a new notebook, remove the existing cells, add a raw flux editor panel and a visualization panel, choose maps in the viz panel, remove the aggregation, and enter the following query into the raw flux editor:

import "experimental/csv"
csv.from(url: "https://raw.githubusercontent.com/influxdata/influxdb2-sample-data/master/usgs-earthquake-data/all_week-annotated.csv")

then click preview at the top

Clicking on the gearbox in the viz panel then shows the following error:

TypeError: Cannot read property 'colors' of undefined

image (70)

kristinarobinson commented 3 years ago

duplicate of ui#1951. closing