jQWidgets Forums
Forum Replies Created
-
Author
-
Hi Hristo,
Thank you very much Hristo for your help and for solving my questions.
Hi Hristo,
Thanks for your example and for solving the doubts, if I am using the beforeLoadComplete in my project.
Only one last question, you can check the following example:
http://jsfiddle.net/rmzq09/rv0mbck5/17/
The question is if I have several empty points, will I have to use the beforeLoadComplete to obtain the empty points and start doing operations to put values to those empty points according to the points that if they have as you did in the example?Hi Hristo,
Here is a link for you to see the demonstration:
http://jsfiddle.net/rmzq09/sj5p3r2w/1/As I told you, if I do not put the condition of the colorFunction if it comes out with a connection between the empty points, but if I put the condition and put the emptyPointsDisplay: ‘connect’, I do not get the connection but it removes it and if I put emptyPointsDisplay: ‘zero’, if it makes me the condition and colors the line. What I want is for the connection between those empty colored dots to come out.
Hi Hristo, thanks for answering, if I started that discussion, just don’t notice that it was in the general section.
I already check the example you sent me and I have a detail when I put in the series the emptyPointsDisplay = “connect” and then I put the condition “return (isNaN (value))?” # 808080 “:” # FF6600 “;” in my colorFunction the connection line between those two points is not put, it leaves the two points empty as if I had put emptyPointsDisplay = “skip” and I don’t want that. But if I put emptyPointsDisplay = “zero” if I do the condition by putting the color line towards the empty point (NaN), what I do not want is that the empty point comes out but that only the connection comes out in a different color to differentiate that on that line there was an empty point between those points. -
AuthorPosts