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

Rendering issue with new update #153

Closed
imd93shk opened this issue Jul 9, 2019 · 6 comments
Closed

Rendering issue with new update #153

imd93shk opened this issue Jul 9, 2019 · 6 comments

Comments

@imd93shk
Copy link

imd93shk commented Jul 9, 2019

Was there any changes made to the Gantt Chart visual?
Because now the charts have lines which are overlapping the text as seen in the image below.
This happens both in PowerBi Desktop and Online.

Capture

@zBritva
Copy link
Contributor

zBritva commented Jul 9, 2019

Hello, could you share the sample report without private data? Thanks!

@imd93shk imd93shk closed this as completed Jul 9, 2019
@imd93shk
Copy link
Author

imd93shk commented Jul 9, 2019

Issue seem to occur when changing Height in Task Settings (Check the attached images)

Looks like the border of the first row does not change with different heights.

Capture2
Capture1

@imd93shk imd93shk reopened this Jul 9, 2019
@AlexanderK79
Copy link

I had the same issue and fixed it... :-)

Original line:
//.attr("y", (task: GroupedTask) => Gantt.DefaultValues.TaskLineWidth + (task.id + 1) * this.getResourceLabelTopMargin()) //original

New line:
.attr("y", (taskConfigHeight - this.viewModel.settings.taskLabels.fontSize) / 2) // y is a relative positioning

@imd93shk
Copy link
Author

imd93shk commented Jul 9, 2019

@AlexanderK79 Thank you for the fix. However, I am a noob and don't actually know where to change codes and stuff. So, just posting this issue so that the team is aware of it and fixes ii in the next update.

@imd93shk imd93shk closed this as completed Jul 9, 2019
@AlexanderK79
Copy link

Maybe @zBritva can add it to the bugfix log?

@uve
Copy link
Contributor

uve commented Jul 12, 2019

The fix was published to AppSource. It should reach the production environment July, 16

@uve uve closed this as completed Jul 12, 2019
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

No branches or pull requests

4 participants