Jump to content

Test/RiskGraph Multiple

From RiskiPedia

Multiple RiskGraphs Test

This page tests multiple graphs on the same page with different configurations.

Risk Models

RiskModel: Test/RiskGraph Multiple:LinearModel
Sorted Parameters:
  slope = 2
  intercept = 10
  result = {{#expr: ({x} * {slope}) + {intercept} }}
Content: 
Linear: {result}


RiskModel: Test/RiskGraph Multiple:QuadraticModel
Sorted Parameters:
  coefficient = 0.1
  result = {{#expr: {x} * {x} * {coefficient} }}
Content: 
Quadratic: {result}


RiskModel: Test/RiskGraph Multiple:ExponentialModel
Sorted Parameters:
  base = 1.05
  result = {{#expr: {base} ^ {x} }}
Content: 
Exponential: {result}


Graph 1: Linear Growth

Loading graph...

Graph 2: Quadratic Growth

Loading graph...

Graph 3: Exponential Growth

Loading graph...

What to Expect

You should see three different graphs:

  • Linear: Straight line from 10 to 110
  • Quadratic: Upward curving parabola from 0 to 90
  • Exponential: Rapidly increasing curve from 1 to ~2.65

All three graphs should render independently and simultaneously.