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

Chart doesn't appear #509

Closed
Coolava opened this issue Jun 3, 2022 · 11 comments
Closed

Chart doesn't appear #509

Coolava opened this issue Jun 3, 2022 · 11 comments
Labels
more info required not verified It is probably an issue, but we have not enough evidence to mark this as a bug. possible bug [unconfirmed]

Comments

@Coolava
Copy link

Coolava commented Jun 3, 2022

Describe the bug
I tried installation-and-first-chart
I can build example code.
But I can't see any chart, just display empty white space.
When i hover mouse on example app, series value is appear.
image

And resizing window, x/y axis also appear
image

To Reproduce
Steps to reproduce the behavior:

  1. Build & run Application
  2. resize window

Desktop (please complete the following information):

  • OS: Windows 10 21H2
  • Visual studio 2022
  • .NET 6.0
  • WPF

Source Code
Git repo

@beto-rodriguez
Copy link
Owner

Strange, it works for me when I run your repo.

@beto-rodriguez beto-rodriguez added not verified It is probably an issue, but we have not enough evidence to mark this as a bug. possible bug [unconfirmed] more info required labels Jun 5, 2022
@Coolava
Copy link
Author

Coolava commented Jun 7, 2022

I found solution.
I'm working on laptop. There is 2 graphic card.
Internal : Intel Xe Graphics
External : Nvidia MX450

Default is using internal graphic card.
In Nvidia Control Center, it was set to Auto by default. (Maybe using Internal)
I changed 'High performance NVIDIA processor'

And Problem solved.

@sertitto
Copy link

sertitto commented Jun 8, 2022

Hello,
I'm facing the same issue on my laptop, but my laptop has only the integrated GPU Intel Iris XE

@Sarex69
Copy link

Sarex69 commented Jun 13, 2022

Same problem.
The application works perfectly on different desktops,
but on one in particular it has the same problem.
Just resize the window with the mouse and the axes and series appear.
Also doesn't work Zoom X which works fine on other desktops.
Legend and Tooltip always appear correctly.
The computer is new:
Windows 10 PRO
21H2 Build 19044
I5-11400 CPU
Integrated UHD730 GPU

@mmab123
Copy link

mmab123 commented Jun 15, 2022

Hi,

I'm facing the same problem. Series doesn't appear until I resize the app.

I am using prism with its content region manager (and navigation) and the chart is inside an usercontrol that is inside a region.

I have an integrated Intel UHD Graphics and also a Nvidia RTX 2060 but even forcing to use the last, the issue persists.

@sertitto
Copy link

Hi, I'm also using Prism in my application...but the same application that runs on another PC (with an older gpu) displays correctly the chart...so I would exclude Prism from the possible causes of the issue

@sertitto
Copy link

sertitto commented Jun 20, 2022

Ok, now the chart is updating correctly. For me the solution was to update the Intel Graphics Driver

@beto-rodriguez
Copy link
Owner

I will close this for now since this issue seems that is not related with the library, I will keep an eye on this.

@sigmarsson
Copy link

@mmab123 , have you solved this ? your stack is akin to my application. For navigation , do you utilize Frame ?
@beto-rodriguez , I am not sure. in my Frame navigating to a Page , every control is displayed but the chart. Perhaps it isn't the chart but a lib the chart depends on.

@beto-rodriguez
Copy link
Owner

I will take a look to your project @sigmarsson , thanks for the .zip, not sure if it is related with this issue.

@mmab123
Copy link

mmab123 commented Oct 8, 2022

I forgot to answer to muy post! I am so sorry.
My problem was that the chart was inside a container, in fact they were 2, a grid and a border. Removing the border and placing the chart directly in the grid solved the issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
more info required not verified It is probably an issue, but we have not enough evidence to mark this as a bug. possible bug [unconfirmed]
Projects
None yet
Development

No branches or pull requests

6 participants