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

Animation on changes #254

Closed
deantheiceman opened this issue Nov 17, 2019 · 7 comments
Closed

Animation on changes #254

deantheiceman opened this issue Nov 17, 2019 · 7 comments
Labels
question General question.

Comments

@deantheiceman
Copy link

Is it possible to add a transition animation on the charts?

d3 allows us to set a css animation transition which means adding new symbols or changing the canvas will do so smoothly rather than a jaggeder change

@timocov
Copy link
Contributor

timocov commented Nov 19, 2019

Hey @deantheiceman,

Is it possible to add a transition animation on the charts?

No, it's impossible right now.

d3 allows us to set a css animation transition

Afaik D3 uses SVGs, right? We draw charts on canvas and it's hard to apply any animation just via CSS. Do you have any specific request for animations? It's possible that we'll add some to the lightweight-charts...

@timocov timocov added the question General question. label Nov 20, 2019
@timocov
Copy link
Contributor

timocov commented May 1, 2020

I'm going to close the issue. If you'll have any question or updates - feel free to re-open it.

@timocov timocov closed this as completed May 1, 2020
@ttrasn
Copy link

ttrasn commented May 2, 2020

Is it possible to update chart with animation ? I want to add new point and update chart very smooth.

And is possible to control and style live price on y scale ?

@timocov
Copy link
Contributor

timocov commented May 6, 2020

Is it possible to update chart with animation ? I want to add new point and update chart very smooth.

No, it's impossible right now.

And is possible to control and style live price on y scale ?

What do you mean?

Also, you ask your questions on StackOverflow or in our discord chat.

@fullgream
Copy link

Is it possible now with last update?

2 similar comments
@sywyyhykkk
Copy link

Is it possible now with last update?

@carvinlo
Copy link

carvinlo commented Aug 8, 2024

Is it possible now with last update?

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

No branches or pull requests

6 participants