Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cell w/Banded Graph Will Not Render After Saving #6805

Open
reidkaufmann opened this issue Sep 14, 2023 · 3 comments
Open

Cell w/Banded Graph Will Not Render After Saving #6805

reidkaufmann opened this issue Sep 14, 2023 · 3 comments
Labels
kind/bug Something isn't working

Comments

@reidkaufmann
Copy link

About the bug

Steps to reproduce:
List the minimal actions needed to reproduce the behavior.

  1. "Add a cell"
  2. Select data to graph
  3. Choose Banded visualization - set Upper and Lower Column (use one or more lines; I didn't try all three)
  4. Observe that graph is rendered in edit mode
  5. Save
  6. Dashboard shows error and will not render, even if you return to edit mode (configure)

Expected behavior:
After saving, I expect the same thing I saw in edit mode to be rendered. WYSIWYG

Actual behavior:
Error message that prompted me to file this defect

Visual Proof:
Creating new cell:
image

Saved:
image

Editing:
image

About your environment

Environment info:
Cluster: prod101-us-east-2 https://us-east-1-2.aws.cloud2.influxdata.com
Org: 5d59ccc5163fc318 "InfluxData" (yes, I named it that generically)

Query:

data = from(bucket: "cam")
  |> range(start: v.timeRangeStart, stop: v.timeRangeStop)
  |> filter(fn: (r) => r["_measurement"] == "latency_ms")
  |> filter(fn: (r) => r["_field"] == "sql_128row_query")
  |> filter(fn: (r) => (r["cluster"] == "eu-central-1-1.aws.cloud2.influxdata.com" and r["src"] == "pa-cam-vm3"))
  
data |> aggregateWindow(every: 20m, fn: max) |> yield(name: "us_max")
data |> aggregateWindow(every: 20m, fn: mean) |> yield(name: "us_mean")

Client info

Linux 6.2.0-32-generic x86_64
Ubuntu 23.04
Firefox 117.0.1 (64-bit)
@reidkaufmann reidkaufmann added the kind/bug Something isn't working label Sep 15, 2023
@appletreeisyellow
Copy link
Contributor

Browser console shows that the bug comes from giraffe, some where near this line

Screenshot 2023-09-15 at 9 07 01 AM

Chatted off line with @reidkaufmann, a work around is to use "Graph" instead of "Band"

@reidkaufmann
Copy link
Author

I'm not sure who I should ask... @MaduMitha-Ravi @helenosheaa @garylfowler

This is a bug without a team/assignee and is unlikely to make anyone's priority list ever because it is Cloud UI related. Though a workaround exists for my use case, a customer can encounter this issue.

Should I leave it open or close it to clean up my board (i.e. "will not fix" resolution)?

@garylfowler
Copy link
Collaborator

I would close it as "will not fix".

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants