RAJDEEP PAL

Results 23 comments of RAJDEEP PAL

Hello @pawelfus , First of all, thank you for replying back promptly. There are 3 sub-problems here which I explained in the code-comments and applied solutions given by you for...

Hello @pawelfus , > However it shouldn't be a problem - stakeholders don't read the financial charts with dev-tools open, right? Yes, stakeholders won't look at financial charts with dev-tools...

Now, this leaves us with the only bug / issue - https://github.com/highcharts/highcharts/issues/18863 which is dropping only the very last date-point. Zooming, briskly or slowly, till the extreme ends of the...

Hello @pawelfus , 1. The fix which you gave (see [fiddle](https://jsfiddle.net/qbo79vch/)) for zooming - We patched it to production. After that, we've received many high priority regressions - When there...

From the previous Comment, > 3. I created a minimal reproducer - See [fiddle](https://jsfiddle.net/ma76y9oe/1/). Note that when pointer is hovered in lower chart, the tooltip is visible in the upper...

> Could you try reproducing the issue? A tooltip issue can be reproduced in the demo which you provided https://jsfiddle.net/BlackLabel/zusLdb7y/. In this demo, the charts are placed one-below-other. If the...

Hello @pawelfus , In [this ](https://github.com/highcharts/highcharts/issues/15569#issuecomment-1543979417)update, you said > That means we have to resign from the second solution, and polish the first one: When I used the first one...

Hello @pawelfus , > let us know if you find any issues with a given solution. Yes, the zoom problem explained in [this update](https://github.com/highcharts/highcharts/issues/15569#issuecomment-1571736017) is *still occurring even with your...

Hello @kamil-musialowski, There are few issues with our setup of Highcharts. Let me explain our situation: 1. We don't have a fiddle-like setup with provisions for `` tag. In our...

Hello @Hakunek , Is the below correct way to download audio from an YouTube video? ```js const fs = require('fs'); const ytdl = require('ytdl-core'); /** * Download mp3 audio from...