You are not logged in. Click here to log in.

Application Lifecycle Management

Search In Project

Search inClear

X #17076/HEAD / v10
Tags:  not added yet

DSL Element x

The x axis, independent variable, in a plot chart. In the timeseries plot, the x axis is a date column.
    ...
    analysis {
        timeseries(title:"East Fork Carson")  {
            x(file:"%last/out1.csv", column:"date")
            ...
        }
        ...
    }
    ...

Element x

Specification

Name
x - The x axis in a chart

Properties Description Type Required
file Data file String Yes
column Column of data in data file String Yes

Parents
timeseries{}, scatter{}