quickchart icon indicating copy to clipboard operation
quickchart copied to clipboard

word cloud in docker

Open pooyaostvoar opened this issue 3 years ago • 1 comments

Hello I used "docker run -d -p 9889:3400 ianw/quickchart" to run the image on my system and it works well when I use this "http://0.0.0.0:9889/chart?c={type:%27bar%27,data:{labels:[2012,2013,2014,2015,2016],datasets:[{label:%27Users%27,data:[120,60,50,180,120]}]}}" but I can not get word cloud when I use this "http://0.0.0.0:9889/wordcloud?text=To be or not to be, that is the question" and I get Cannot GET /wordcloud in the response

pooyaostvoar avatar Dec 27 '20 10:12 pooyaostvoar

Hi @pooyaostvoar, the word cloud endpoint is not currently part of the Docker image. Perhaps in a future release..

typpo avatar Dec 27 '20 14:12 typpo