Alan Mendelevich
Alan Mendelevich
@romakov @ekamgit are you just following the tutorial or do you get the error in your own/some more elaborate setup? If the latter, would it be possible for you to...
@romakov Looks like amCharts package is missing in your project. Are you sure you've installed it from npm? ```npm install amcharts/amcharts3 --save```
Thank you for reporting this. I will investigate. Since the d.ts files are auto-generate it could take a bit. In the meantime, the workaround is to disable type-checking on libraries:...
The literal answer to your question is calling [MarkerArea.startRenderAndClose()](https://markerjs.com/reference/classes/markerarea.html#startrenderandclose) but thats propbably not what you want for autosave :) This will close the UI. For autosave you'd want to save...
Oh, sorry. Didn't notice this is about marker.js v1. If so, I suggest you switch to [marker.js 2](https://github.com/ailon/markerjs2) if possible.
I'm not sure I understand what you are trying to achieve. Why do you create multiple `MarkerArea` objects on top of each other? In case you need to do this...
I'm sorry, I don't understand what the "issue" with marker.js is here. You open a new marker area without closing the old one. So obviously this is what happens. Just...
@aruprakshit I checked your demo. What I see is that you are adding a new event listener to the `expandImg` on every click on the thumbnail. So with every consequent...
Hi there. Can you please provide some more context? Does it happen on markerjs.com (it doesn't for me)? If not, what version of markerjs are you using? What browser and...
Hi @shaneeshpatel1 Sorry, I've answered a similar question over email recently and thought it was you repeating it over a different channel. 1. You can activate marker creation after you...