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

RadCartesianChart: When using dynamicSeries , the chart display the null values incorrectly. #282

Open
fengjunling opened this issue May 22, 2018 · 5 comments

Comments

@fengjunling
Copy link

I have some data need to use the linear graph display series, series number is variable , so I need to use the dynamic sequence, I hope to meet with empty data corresponding to the position line is disconnected, when I alone to create multiple sequence diagram shows the correct, however, when I use dynamic sequence chart shows data errors, charts ignore null values show a continuous line, another one of my projects,the line graph is disconnected from the null value, but some of the neighboring data is not properly connected, I want to know why and how to solve.

@fengjunling
Copy link
Author

image
correct results

@fengjunling
Copy link
Author

image
Error: The red frame is displayed as disconnected.

@fengjunling
Copy link
Author

Figure 2: Generate a dynamic series using a collection of collections

@fengjunling
Copy link
Author

image
Error: The red rectangle is the null value data point, showing the connection.(Generate a dynamic series using a collection of collections)

@APopatanasov
Copy link
Collaborator

@fengjunling Null values are not supported in the Chat control. Basically, internally the null values are presented as NaN values and because of that they are visualized in the way you observed. I suggest you prevent rendering null points in your Chart.

I believe supporting null values will be a nice addition in our Chart control, so I will mark the issue as a feature request. Building it however won't be an easy task, because of that currently I cannot provide you with more details from where you can start building that feature.

I hope the provided information will be helpful for you.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants