Git Product home page Git Product logo

Comments (5)

MiniGod avatar MiniGod commented on July 16, 2024

One issue with the workaround is that when ttl is set, backlog is set to 0 so the chart can get messed up.

from chartjs-plugin-streaming.

nagix avatar nagix commented on July 16, 2024

Thank you for reporting this issue. This is definitely a bug, and I'm considering the following solution:

When the chart is paused,

  • if ttl is not set, the plugin code removes the data between the right end of the chart and the current time - duration - delay.
  • if ttl is set, the plugin code removes the data between the right end of the chart and the current time - ttl.

This allows both the visible data and the recent data to be preserved while unnecessary data is removed. It also makes sure to preserve a few data points off the chart so that it doesn't affect interpolation.

from chartjs-plugin-streaming.

MiniGod avatar MiniGod commented on July 16, 2024

Thank you for looking into this! I just tried master and without looking too much into it, it appears to be solving the issue with data not being removed.

However, I noticed that the Y scale can now change while paused and it redraws the chart.

It also appears to be doing more stuff while paused now than before.

The main reason I'm pausing the chart is for performance (less cpu usage), but since it is doing so much work per frame, I think it's a better solution for me to hide the chart completely and switch to a placeholder of some kind.

from chartjs-plugin-streaming.

nagix avatar nagix commented on July 16, 2024

This change (drawing during pause) was introduced to support per-axis options, but it impacts the cpu usage as you says. Let me think about a better solution on this.

from chartjs-plugin-streaming.

nagix avatar nagix commented on July 16, 2024

I added the check if each scale is paused to decide whether to render the frame in d76c0d6. Now it works the same way as before.

from chartjs-plugin-streaming.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.