Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
7 years ago
Solved

custom limit lines using line graph

Hello, I have a set of data that if correct should present to form limit lines.  For example one  set might be:     y-axis             x-axis #amount      amount 15                  100 15     ...
  • v-jiascu-msft's avatar
    v-jiascu-msft
    7 years ago

    Hi Collin,

     

    So how can we or the graph know which dots should be connected and which dots shouldn't be connected?

    Maybe there is a workaround that adds a new column to group these dots. Please download the demo and give it a try.

    1. Create a column.

    Column = if([X] <= 600, 1, 2)

    custom-limit-lines-using-line-graph

    2. Add it to the legend.

    custom-limit-lines-using-line-graph2

     

    Best Regards,
    Dale