Cumulative

Property

For RiskFactor.com's Fire Factor, we display wildfire cumulative data in 5 year increments.

Sample Request

{
  property(fsid: ...) {
    fire {
      probability {
        cumulative {
          point
          yMax
          relativeYear
        }
      }
    }
  }
}

When displaying cumulative data on a bar graph, utilize the following rules based on the field names above.

FieldDescription

point

The label for the value represented on the x-axis.

yMax

The maximum fill of the y-axis, represented from 0-100. The max of each bar should be 100.

relativeYear

The x-axis representation of year. Using relative year will allow for future-proofing later updates.

Last updated