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

[BUG]: Single Visualization Mode Does Not Honor showHeader = false; #313

Open
gabbpuy opened this issue Nov 19, 2024 · 3 comments
Open

[BUG]: Single Visualization Mode Does Not Honor showHeader = false; #313

gabbpuy opened this issue Nov 19, 2024 · 3 comments
Labels
🐛 bug Something isn't working 🕚 status: awaiting-development This issue is waiting for development to start

Comments

@gabbpuy
Copy link

gabbpuy commented Nov 19, 2024

SDK Version

1.7.1

Client Framework

HTML/JavaScript

Server Platform

Node.js

Operating System

Linux

Description

Setting a dashboard to singular visualization mode and turning off headers / titles still results in a 50px empty space at the top of the chart.

e.g.

    revealView.singleVisualizationMode = true;
    revealView.showMenu = false;
    revealView.showDescription = false;
    revealView.showFilters = false;
    revealView.showHeader = false;
@gabbpuy gabbpuy added 🐛 bug Something isn't working ➕ status: new This issue is new and waiting to be reviewed labels Nov 19, 2024
@luispandolfi luispandolfi added 👀 status: in-review This issue is being actively reviewed and removed ➕ status: new This issue is new and waiting to be reviewed labels Nov 20, 2024
@luispandolfi
Copy link

Hi @gabbpuy, how are you hidding the visualization title? That is missing in the code snippet, are you setting this?
revealView.maximizedVisualization.showTitle = false;

I replicated in that way, but I want to be sure is the same scenario you tried.
image

@brianlagunas
Copy link
Member

Luis, the space above the chart is not removed. This is easiest to see in our single viz mode sample

image

When the header and filters are hidden it needs to look like this

image

Notice how the chart takes up the full space?

@luispandolfi
Copy link

Tracking this with internal item #35057

@luispandolfi luispandolfi added 🕚 status: awaiting-development This issue is waiting for development to start and removed 👀 status: in-review This issue is being actively reviewed labels Nov 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🐛 bug Something isn't working 🕚 status: awaiting-development This issue is waiting for development to start
Projects
None yet
Development

No branches or pull requests

3 participants