It’s okay, I solved the problem with an error. The data series variable value has not been defined. Now works without setinterval in normal mode without graphics rendering delays.
Great example! Is it possible for only one very first point to have a ripple?
Wow – wow! Fantastic! You are wonderful ! Your example is the most accurate. Sincerely thank you my friend!
Great example! But, my dear friend, the idea is to make the ripple animation dynamic. How to pass css class for the first point of the graph?
Thank you from the bottom of my heart for your support my dear friend! You have been of great help to me! I really appreciate your tips, and you as a specialist and a very good person!
I would be grateful if you demonstrate the construction of a table according to your solution using https://jsfiddle.net/7rynzbh8/
Thank you friend! Yes, I took into account this example earlier, but I would like to clarify how to add data from the graph to the cells of the table according to the data that we use to plot. I would be grateful if you could show a similar example.
Good afternoon dear friends! I ask for your help in the matter. Purpose: Display a tabular view of the graph, the figure shows an example.
drive.google.com/file/d/1EE86nQzuITCZRgiW4bP0xdHH5JuNg8-K/view?usp=sharing
Can’t link to picture
Can’t link to picture
Good afternoon dear friends! I ask for your help in the matter. Purpose: Display a tabular view of the graph, the figure shows an example.
Thank you very much for the tip! Once again I am convinced that your team is the best!
After reviewing your example, I want to add some charting logic to suit my needs.
It is required to build a graph according to the conditions:
1. There is input data (random data) – numbers from 0 to 9 – (nominal values)
2. These numbers differ in color (depicted as a segment on a linear dynamic chart, red – down, blue – up)
3. The logic of building and rendering the color of the graph line (When even and odd blue numbers go in a row, then, for example, 0 – 2 – 3 – 4 -…- 9 (increase) – then the segment is blue on the graph. When even numbers go and odd red numbers go in a row, then the segment on the line graph is red.If there are red and blue, then we compare the denomination of the numbers, for example, if 5 (odd blue) – 6 (even blue) – 1 (odd blue) – 6 (even blue) – 2 (even red), then in the above figure it is represented by colored segments “color pressure at face value” and according to the characteristics of the digit (even or odd).In other words, a sinusoidal curve is displayed on the Cartesian plane, which is built according to algorithm (even numbers in the blue zone (above zero) will be higher than odd ones, and even ones in the red zone will be lower than odd ones), which is shown in the figure.
I would be grateful if you could help me write a function for this logic.