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
Here is my data to be rendered in Venn Diagram:
{ sets:["Selected "+el,"Total "+el], size:selectedTotals[ind], label: "C", // I want something like title: "Diagram 1" }
I want to give a title to each of the Venn Diagram elements I pass in. So that instead of looking like this:
It should look something like this:
Does anyone know how to do that?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Here is my data to be rendered in Venn Diagram:
I want to give a title to each of the Venn Diagram elements I pass in. So that instead of looking like this:
It should look something like this:
Does anyone know how to do that?
The text was updated successfully, but these errors were encountered: