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

Null values being displayed as 0s on chart #647

Open
Caden-Dees opened this issue May 7, 2024 · 1 comment
Open

Null values being displayed as 0s on chart #647

Caden-Dees opened this issue May 7, 2024 · 1 comment
Assignees

Comments

@Caden-Dees
Copy link

Caden-Dees commented May 7, 2024

Null values are being displayed as 0s on the chart when they should not show up. The null value is part of a larger data set like

<Xvalue>0</Xvalue>
<Example1>1</Example1>
<Example2>2</Example2>
</Row>
<Row>
<Xvalue>1</Xvalue>
<Example1>1</Example1>
<Example2/>
</Row>

the second row example2 would display as a 0 instead of a null point. The full dataset cant be filtered as other series need the <Xvalue> and <Example1>.
@TheOlajos
Copy link
Contributor

This is fixed with the chart_update branch

@TheOlajos TheOlajos self-assigned this Jun 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

When branches are created from issues, their pull requests are automatically linked.

2 participants