Skip to content
New issue

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

Parsing a heading with each set of data #149

Open
sedhha opened this issue Oct 14, 2020 · 0 comments
Open

Parsing a heading with each set of data #149

sedhha opened this issue Oct 14, 2020 · 0 comments

Comments

@sedhha
Copy link

sedhha commented Oct 14, 2020

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:
image

It should look something like this:

image

Does anyone know how to do that?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant