Hi,
I have log files that contains 4 different levels of messages (Start, , Go, Run, Skip, Finish).
So in my flow I expect to have a series of log messages that follow one of 3 scenarios:
Start, Skip, Finish
Start, Go, Skip, Finish
Start, Go, Run, Finish
I am using these levels to create bar chart where level is represented on X-axis and count on Y-axis.
What I want to do is a visualization like the following
Is there anyway to create a mixed bar char when part of it is normal bar and the other is stacked data?