Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • description
  • subPlotType: stack, colorMapBars, horizontalColorCode
  • axisLable, axisScaleUnit, lowerMarginPercentage, upperMarginPercentage
  • leftAxis, rightAxis
  • barMarginPercentage (Since 2018.02) Percentage of the bar width by which it will be reduced, to create space between the bars.
    General option to be applied to all plots containing bars (e.g. "horizontalColorCode" or bar charts). Overrules the general barMarginPercentage for a specific subplot.
    Default value is the barMarginPercentage of the TimeSeriesDisplayConfig.xml (which defaults to 0). 
  • inverted
  • logarithmic
  • drawingOrderInverted
  • splitForDifferentRuns
  • plotweight: PlotWeight is a relative height ratio for time-series plots. It determines how much space is allocated to the subplot relative to all the other subplots.  

    How plotWeight is interpreted in the WebOC

    The WebOC uses CSS flexbox to distribute the remaining vertical space proportionally over the subplots axis heights (excluding the legend and margin for tick labels). The flex-grow property specifies the grow rate of the container. The configured plotWeight is directly used as flex-grow value. The axis height of the subplot with plotWeight 2 grows twice as fast as a subplot with plotWeight 1. The plotWeight is also used to set the minimum axis height in pixels. The plot view will have a scrollbar when there is not enough space.

    For WebOC it is advised to use plotWeights larger than 200. This will make sure the subplots remain readable on small (mobile) screens as the minimum axis height is 200px. If a subplot should be two times larger than the other subplot set its plotWeight to 400.

    When no plotWeight is specified all subplots will have equal height of 400px including the legend and tick labels. On desktop resolutions typically two subplots will fit on screen, while a third subplot requires a scrollbar. 

      
  • plotSeparatorWeight
  • thresholdAxis
  • thresholdAxisScaling
  • forecastConfidenceTimeSpan
  • sub plot types
  • classBreaksId, classBreaks
  • direction
  • line elements
    • color: Overides colors specified in the timeseriesdiplay
    • lineStyle: Line style of time series marker line. Enumeration of "none", "solid", "dashed", "dotted", "dashdot", "bar", "area", "constant", "verticalLine". When a suffix of ";thick" is given, as in "solid;thick", "dashed;thick", "dotted;thick" and "dashdot;thick", 1 will be added to the linewidth found in the TimeSeriesDisplayConfig.xml. For example, if a linewidth of 2 is configured in the TimeSeriesDisplayConfig and for a subplot the linestyle is set to "solid;thick", the resulting linewidth will be 2 + 1 = 3.
    • markerStyle, markerText, markerSize: note thatsome line styles, namely "bar", "area" and "verticalLine" do not use markers
    • axis for dual axis plots
    • ratingAxis, lookupAxis, datumAxis
    • visibleInLegend
    • label
    • visibleInTable, visibleInPlot
  • descriptiveFunction, with value and timeSpan
  • timeSeriesSet, with
  • additionalTimeSeries

...