Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use Case Query #63

Open
GoChartingAdmin opened this issue Nov 1, 2017 · 0 comments
Open

Use Case Query #63

GoChartingAdmin opened this issue Nov 1, 2017 · 0 comments

Comments

@GoChartingAdmin
Copy link

Hi,

First of all, many thanks for this wonderful package.

My use case is as follows:
I have a trading canvas stockchart which gets updated with new data coming from server every 1 minute or so. The chart is practically static in nature waiting for the next data point to arrive at which point, it re gets re rendered and updated. Now I would like to create a fast paced video of the canvas every time it gets updated (rendered) as against capturing the idle time in between. So I can create some logic to make sure that the video starts capturing every time there is a render of the chart and immediate stop it using a timer few milliseconds after the rendering is complete.
My query is as follows:

  1. Can the library manage the above out of the box to produce a video that captures every chart render and filters out the idle time
  2. If yes, how?
  3. If no, then I can build a logic at my end to capture few hundred of such videos capturing each render of the chart but how do I knit them together to build one past paced video out of the session

Thank you

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant