-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Multiple values for each bar #141
Conversation
As far as I know, this is already done by dynaum as stacked bars in #120. |
Yes, I did! But there is a little difference between stacked bars and multiple values. |
I will look into #120 and try to provide such functionality as an add-on to |
Could you implement this feature for your charts using the new I'm not sure this is a common enough use case to justify adding the extra complexity to the core library. |
I saw the example but is not what I want, because I show the graph with a table in the page. This is not the case to just have the hover customized. I need to show bars in the same day with more then one value. |
Tomorrow I will introduce a new option to |
Honestly, my gut reaction is that just isn't a great chart. I want to keep Morris.js simple, so I'm pushing back on more features recently. If you want to do this with Morris.js, I suggest you find an alternative way of showing that data. Otherwise look at Highcharts or something in the D3 ecosystem. |
I've rejected this #148, so I'm closing this one too. |
I modified the bars chart to accept multiple values for each bar.
Why:
I need a graph to tell me the percentage of success and fails for each method per day.