Closed badyalgaurav closed 5 years ago
Have you tried the latest from master (clone and build it)? There's a bugfix regarding colour and drops. Also what specific version are you using?
I am using from jquery files
So, with these there is issue. I am not extractly know which version is this... but probably it will be latestt. Because this is CDN.
It's the latest version (1.3.0) release. There is a bug with flickering colours: https://github.com/marmelab/EventDrops/issues/257 is this the issue you are experiencing? If so it is fixed in the latest of master, but not yet made a new publish on NPM (I just contribute so can not change this).
I would recommend you get the latest from master and use that instead of the CDN, as it contains a few bug fixes! If not, let me know and I can have a look if you link to a minimal example of your problem.
http://eduvis2.unist.ac.kr:2021/dashboard
this is the link where you can find the event drop as history timeline I am using. when you move the timeline then flickering colors.
@badyalgaurav From what I can see it seems to be the same issue as 257. So what you want to do is not include the CDN, but rather clone the project build the latest in master and include that instead.
There is a makefile, so you should just do make build
and in the dist folder should be the new EventDrops js file (named index.js, but just rename it).
Try this and hopefully, this should resolve your issue 😀 I am not a maintainer so I cannot publish a 1.4 version of it with the bugfix.
Okay Thank you, I will build and test it. Then I will give my final comment on this open channel.
On Thu, Jul 18, 2019 at 9:26 PM Haakon Thor Brunstad < notifications@github.com> wrote:
@badyalgaurav https://github.com/badyalgaurav From what I can see it seems to be the same issue as 257. So what you want to do is not include the CDN, but rather clone the project build the latest in master and include that instead. There is a makefile, so you should just do make build and in the dist folder should be the new EventDrops js file (named index.js, but just rename it).
Try this and hopefully, this should resolve your issue 😀 I am not a maintainer so I cannot publish a 1.4 version of it with the bugfix.
— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/marmelab/EventDrops/issues/274?email_source=notifications&email_token=AET5OTREN4W32ZDI2YB2YMLQABOQDA5CNFSM4IENVZY2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOD2IJZZQ#issuecomment-512793830, or mute the thread https://github.com/notifications/unsubscribe-auth/AET5OTSUKRJDQY3FYOF254TQABOQDANCNFSM4IENVZYQ .
Hey Busteren, I tried to build the project using npm for getting the js file. Although I can run the project by building it but unable to get the js file( I can't see any dist folder, I am very new to npm) as I want to add only the js file. It would be appreciated if you provide me the javascript file after build it.
Thank you very much, it is successfully done after changing to the update version js file.
Please do not submit support requests or "How to" questions here. For that, go to StackOverflow.
What you were expecting:
Circle are changing there attributes size and color between each other:
Steps to reproduce:
Other information:
Environment