GitHubWebStudioMakerPerfect commented on issue #20578:
URL: https://github.com/apache/echarts/issues/20578#issuecomment-2536987364
Not agree with this. On the ECharts simulator you can see always the same
result.
So
> WTF?!?!?!? Never seen anything like it.
That's this:
```
[
[
14,
15,
17,
12,
12,
-1,
-1
],
[
14,
10,
17,
14,
15,
1,
-1
],
[
15,
18,
16,
10,
18,
-1,
-1
],
[
17,
17,
11,
11,
19,
-1,
-1
],
[
20,
10,
15,
11,
17,
0,
0
],
[
12,
14,
17,
13,
15,
1,
0
],
[
15,
19,
17,
20,
15,
0,
1
],
[
15,
18,
16,
15,
19,
1,
-1
],
[
19,
11,
13,
12,
20,
1,
-1
],
[
20,
19,
13,
18,
18,
1,
1
],
[
13,
14,
15,
15,
20,
1,
1
]
]
```
If you check this in any other tool that offers JavaScript processing you
will have a different result for each execution.
Want a direct test?
Try Echarts online simulator at the link posted in the bug report.
Then test it here:
https://jsfiddle.net/hb95186n/
**In the second one it will be random every time, in the first one it will
always be the same result** (ASURD!!!)
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]