We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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
The text was updated successfully, but these errors were encountered:
Hi @pooyaostvoar, the word cloud endpoint is not currently part of the Docker image. Perhaps in a future release..
Sorry, something went wrong.
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: