-
Notifications
You must be signed in to change notification settings - Fork 25
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
Stacked bar chart #142
Comments
Do you have some JSON data sample for such type of graphs that I can use as the base for this? |
Hi @nxanil , I have made this stacked bar chart in the past, which gives an idea of how it can be constructed https://bl.ocks.org/curran/0d2cc6698cad72a48027b8de0ebb417d Also, here is a stacked bar chart using D3 version 4, where the APIs are a bit different https://bl.ocks.org/mbostock/3886208 |
First variant is really very nice, but do we have to support both the values i.e. negative and positives and is there any predefined query that I can use to start on this? |
Stacked Bar chart feature is already implemented |
Need to have a variant of bar chart for this:
The text was updated successfully, but these errors were encountered: