Widget:StatsGraph/doc

Revision as of 23:11, 2 October 2019 by Messing with data (talk | contribs) (Fixed links to testcases)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Widget to create an SVG image containing a radar chart. It is configured with a JSON string.

Parameters

Parameter name Required? Default value Description
data Yes (n/a) A JSON String containing all values. Please make sure that
  • There are at least three different properties to show. Anything below won't display correctly.
  • Each property needs a Label, Min, Max and Current value.
    • Label may be an empty string.
    • Min may be 0.

See the testcases for examples how to configure the JSON string.

Usage

See the template's testcases:

Widget:StatsGraph/doc/testcases