Forum Discussion
joergha
Jun 22, 2019Copper Contributor
Barchart ignoring one data series
The following query Heartbeat | where TimeGenerated >= startofday(ago(2d)) | where Computer == "ADMIN-PC" or Computer == "SERVER-PC" | summarize dcount(Computer) by t = endofday(TimeGenerat...
CliveWatson
Jun 24, 2019Former Employee
Wouldn't you show it as 'unstacked'? e.g change the last line to:
| render barchart kind=unstacked
| render barchart kind=unstacked
joergha
Jun 24, 2019Copper Contributor
thx for the reply! When changing on unstacked everything looks fine.
I dived a little more into the previous stacked barchart diagramm. There the Y-scale starts at 1. That might be the reason one series doesn't seem to show up. In my opinion for a stacked barchart diagram the Y-scale always must start at 0.
Regards Joergs