tsv2013
                                            tsv2013
                                        
                                    I've created a live example - https://plnkr.co/edit/6Ud7XymmslozkKhW Core code: ```JS var timer = undefined; var isUpdating = false; var currMin = undefined; var currMax = undefined; function createValsUpdater(parent, vizPanel, data)...
Probably we need to implement it our-of the-box
It's hard to say what caused this errors without a code. CKEDITOR it not necessary for SurveyJS Editor. If you took code from this repo, the CKEDITOR is included here...
In this stack I found editor code that executes ok on our site in the editor (https://surveyjs.io/Survey/Builder/). But on our site it is not wrapped with Angular. Can you provide...
@mkgn I'm doubt a method signature affects method call. I beleive the real cause is another.
This sample angular-cli repo also uses surveyjs-widgets package and it builds and runs ok for me. We're using surveyjs-widgets via the following code: ```JS import * as widgets from 'surveyjs-widgets';...
This error means that your template hasn't been found. The template id is wrong or the script block with the template down't exist in the page.
@vlad-alt don't think so. Most likely it's a typo. You can run "document.getElementById("your_id")" in console to check whether it exists
We've checked our oline demo - https://surveyjs.io/Examples/Library/?id=custom-widget-barrating&platform=jQuery&theme=default And it works ok Please provide us with the steps to reproduce.
Most likely you need to re-install node modules in your project