Skip to content

Does perspective have a maximum frequency at which the table can be updated? #1061

Closed
@stevedanomodolor

Description

Support Question

FOR THOSE WONDERING WHAT THE SOLUTION IS, IT WAS BECAUSE OF THE SUM OPTION, ANYTIME THERE IS A DUPLICATE, PERSPECTIVE, IT SUMS THE DATA jajajajajajaj
I noticed that anytime I try to add the last update time or time value as an aggregate(group by), the graph produces strange spike. When I visualize the data without adding any x-axis, the data seems to visualize well but does not move, only the data itself keeps updating the previous data). I made sure that the data I am visualizing was correct.
data_read_from_wasm_buffer

This is the data when I put as an aggregate the last update, spike appears randomly.
image

The update is done with the following code. Is there a maximum frequency with which I can update the perspective table?


      // Loop and update the `table` oocasionally.
      (function postRow() {
            if (state == "run") {
                  table.update(update_motor());

            }
            requestAnimationFrame(postRow);
      })();

This is what i get when I add as aggregate my time value which is basically, t+= 0.0001
time

ADDING MORE IMFORMATION.

When This thing happens, after reading the data from the output, this is what i say

same

ADDING MORE INFROMATION

I noticed that this happens when there is a duplicate data in the x axis. As you see in the picture below. Is there a way to prevent perspective from behaving like this when there is a duplicate data?
What is the highest precision available?

moreinf

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions