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

Candlestick breaking with d3 version 7* #1728

Open
mkum83 opened this issue Apr 12, 2022 · 1 comment
Open

Candlestick breaking with d3 version 7* #1728

mkum83 opened this issue Apr 12, 2022 · 1 comment

Comments

@mkum83
Copy link

mkum83 commented Apr 12, 2022

We were using d3fc in our project successfully with d3 version 6*. However since project updated d3 version to 7*, candleStick start behaving strange.
refer to ghost candle in below screen. This ghost candle moves keep shuffle position when chart pan and zoom.

MicrosoftTeams-image

using below code for candlestick

`const ordinal = d3.scaleOrdinal();   
const candleStickSeries = @d3fc.seriesCanvasCandlestick()
.crossValue((d) => new Date(d.Time))        .xScale(ordinal);

 const d3Scale = useLogScale ? d3.scaleLog() : d3.scaleLinear();`

@mkum83 mkum83 changed the title breaking with d3 version 7* Candlestick breaking with d3 version 7* Apr 12, 2022
@ColinEberhardt
Copy link
Member

I'm afraid I cannot reproduce this issue - our examples, including the canvas candlestick, all use the most up-to-date version of D3, currently 7.4.4, and I cannot see any rendering issues.

Any way you can reproduce?

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

No branches or pull requests

2 participants