tsv2013

Results 224 comments of tsv2013

This look like a laravel project. As far as I understand this is a server-side PHP framework. But SurveyJS is a client side library. And SurveyJS issues should be reproducable...

I've upgraded this repo up to the vue-cli v3. Can you check whether the issue still reproducible?

@chesterlaykin >I've upgraded this repo up to the vue-cli v3. Project dependencies nave been dramatically changed. That's why I think it's ok that you removed node_modules folder and .lock file...

@chesterlaykin 1.5.1 a a very old version. We don't fix bugs in previous releases. We release new updates with bug fixes. Current version of this project uses SurveyJS libraries v1.8.39...

Thank you for contributing. Probably you are right. But this is a very basic sample of PHP + SurevyJS integration. It shows how SurevyJS libraries are interacting with PHP backend...

Can you share any details like survey JSON? Are you using summary view or table representation?

We need to know some details like question types and choices count, error messages and sample texts to reproduce issues locally and investigate the errors. I believe you understand me....

I'll add the "unregisterVisualizer" method and you can get rid of wordcloud. I'll update this thread. As for metrics - I'd like to have any starting point (probably the most...

I've added methods unregestering visualizers: ```JS VisualizationManager.unregisterVisualizer("text", WordCloud); ``` or ```JS VisualizationManager.unregisterVisualizerForAll(WordCloud); ``` They will be available in the nearest update that will be released this week