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

Using scaling on a question with multiple y-axis columns breaks tool-tips and y-axis label formatting #43536

Closed
JesseSDevaney opened this issue Jun 3, 2024 · 1 comment · Fixed by #43668
Assignees
Labels
.Correctness .echarts-regression Issues in the echarts feature branch that were not broken in the previous dc.js implementation .echarts-scope Issues related to chart types that have already been or will be migrated to echarts. .Frontend Priority:P1 Security holes w/o exploit, crashing, setup/upgrade, login, broken common features, correctness .Team/DashViz Dashboard and Viz team Visualization/Charts Line, area, bar, combo, and scatter charts.
Milestone

Comments

@JesseSDevaney
Copy link
Contributor

Multiple Y-axis columns breaks with scaling breaks chart

Since we only use one of the columns targeting a specific y-axis (left or right), we may or may not apply the column scale factor. This can result in an incorrectly displayed chart - i.e. plotted data points do not align with y-axis values. And, tool-tip values do not align with actual values.


1. Multiple Y-axis columns breaks y-axis formatting

image

image

image


2. Multiple Y-axis columns breaks tool-tip values

image

image

As you can see, the scaling factor had not effect on the chart display or tool-tip values.

@JesseSDevaney JesseSDevaney added Priority:P1 Security holes w/o exploit, crashing, setup/upgrade, login, broken common features, correctness .echarts-scope Issues related to chart types that have already been or will be migrated to echarts. .Team/DashViz Dashboard and Viz team labels Jun 3, 2024
@JesseSDevaney JesseSDevaney self-assigned this Jun 3, 2024
@JesseSDevaney JesseSDevaney added the .echarts-regression Issues in the echarts feature branch that were not broken in the previous dc.js implementation label Jun 3, 2024
@dosubot dosubot bot added .Frontend Visualization/Charts Line, area, bar, combo, and scatter charts. labels Jun 3, 2024
@JesseSDevaney JesseSDevaney modified the milestone: 0.50 Jun 4, 2024
@perivamsi perivamsi added this to the 0.50 milestone Jun 4, 2024
@JesseSDevaney
Copy link
Contributor Author

Waiting until backport merges to officially close

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
.Correctness .echarts-regression Issues in the echarts feature branch that were not broken in the previous dc.js implementation .echarts-scope Issues related to chart types that have already been or will be migrated to echarts. .Frontend Priority:P1 Security holes w/o exploit, crashing, setup/upgrade, login, broken common features, correctness .Team/DashViz Dashboard and Viz team Visualization/Charts Line, area, bar, combo, and scatter charts.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants