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
The original version of II supported a redirect to the Google Chart API for small images. I took out the support because:
However, Google Charts now supports GraphViz chart type which can solve the #2 problem easily. For example:
http://chart.apis.google.com/chart?cht=gv&chs=300x300&chl=digraph{%22hello\nthere%22[shape=plaintext,%20fontsize=10,%20fontcolor=blue];}
There are currently a couple problems:
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The original version of II supported a redirect to the Google Chart API for small images. I took out the support because:
However, Google Charts now supports GraphViz chart type which can solve the #2 problem easily. For example:
There are currently a couple problems:
The text was updated successfully, but these errors were encountered: