I choose the Line Chart and use split chart function as following:
I have four items and each item has its value scale as the y-axis. For example, the value of item_1 is between 4~10, however, item_2 is between 40~80.
When I use the split chart, the y-axis on all of these charts are locked between 20~60 liked the following:
Q1. Is there any way to set the upper and lower bound of the y-axis for each subplot chart individually?
Q2. Each subplot chart seems that size too small. Can I set the width, height on the split chart function? Or maybe some ways that can make the chart not so close.
Q3. I also used the split series functions and each subplot has three lines.
Can the kibana support us to assign the color we want for each line?
Q4. My y-axis setting screenshot liked the following:
I choose Average on my field: Value, However, each y-axis on the subplot has the redundant word:
How can I eliminate these words?
Q5.
There is a function called Threshold Line on Panel settings
When I use the function, for example, When I set the threshold value as 20, it will add a horizontal line at 20 (y-axis) on each subplot.
However, I want to set the threshold line for each subplot chart individually. Is there any way can meet my requirements?