Skip to content

Report

Aggregates

__init__(self, fieldId, aggregateType) special

Method generated by attrs for class Aggregates.

Source code in aqueduct/models/report.py
def __init__(self, fieldId, aggregateType):
    self.fieldId = fieldId
    self.aggregateType = aggregateType

Filters

__init__(self, fieldId, filterType, drillin, value=None) special

Method generated by attrs for class Filters.

Source code in aqueduct/models/report.py
def __init__(self, fieldId, filterType, drillin, value=attr_dict['value'].default):
    self.fieldId = fieldId
    self.filterType = filterType
    self.drillin = drillin
    self.value = value

GroupBys

__init__(self, fieldId, groupByType) special

Method generated by attrs for class GroupBys.

Source code in aqueduct/models/report.py
def __init__(self, fieldId, groupByType):
    self.fieldId = fieldId
    self.groupByType = groupByType

Report

__attrs_init__(self, applicationIds, columns, sorts, filters, countByApplicationFacet, pageSize, offset, defaultSearchReport, permissions, modifiedDate, createdByUser, modifiedByUser, uid, version, id, name, disabled, chartOptions={}, groupBys=[], aggregates=[], allowed=[], statsDrillin=None, createdDate=None, keywords=None) special

Method generated by attrs for class Report.

Source code in aqueduct/models/report.py
def __attrs_init__(self, applicationIds, columns, sorts, filters, countByApplicationFacet, pageSize, offset, defaultSearchReport, permissions, modifiedDate, createdByUser, modifiedByUser, uid, version, id, name, disabled, chartOptions=attr_dict['chartOptions'].default, groupBys=attr_dict['groupBys'].default, aggregates=attr_dict['aggregates'].default, allowed=attr_dict['allowed'].default, statsDrillin=attr_dict['statsDrillin'].default, createdDate=attr_dict['createdDate'].default, keywords=attr_dict['keywords'].default):
    self.applicationIds = applicationIds
    self.columns = columns
    self.sorts = sorts
    self.filters = filters
    self.countByApplicationFacet = countByApplicationFacet
    self.pageSize = pageSize
    self.offset = offset
    self.defaultSearchReport = defaultSearchReport
    self.permissions = permissions
    self.modifiedDate = modifiedDate
    self.createdByUser = createdByUser
    self.modifiedByUser = modifiedByUser
    self.uid = uid
    self.version = version
    self.id = id
    self.name = name
    self.disabled = disabled
    self.chartOptions = chartOptions
    self.groupBys = groupBys
    self.aggregates = aggregates
    self.allowed = allowed
    self.statsDrillin = statsDrillin
    self.createdDate = createdDate
    self.keywords = keywords
    self.__attrs_post_init__()

base

ChartOptions

__init__(self, colorScheme, showLegend, legendPosition, showLabels, showXAxis, showXAxisLabel, showYAxis, showYAxisLabel, gradient, zoom, autoScale, explodeSlices, transparentBackground, sort, showOtherGroup, showAxis, min, max, minRadius, maxRadius, units, bigSegments, smallSegments, angleSpan, startAngle, value, code, yAxisLabelText, xAxisLabelText) special

Method generated by attrs for class ChartOptions.

Source code in aqueduct/models/reports/base.py
def __init__(self, colorScheme, showLegend, legendPosition, showLabels, showXAxis, showXAxisLabel, showYAxis, showYAxisLabel, gradient, zoom, autoScale, explodeSlices, transparentBackground, sort, showOtherGroup, showAxis, min, max, minRadius, maxRadius, units, bigSegments, smallSegments, angleSpan, startAngle, value, code, yAxisLabelText, xAxisLabelText):
    self.colorScheme = colorScheme
    self.showLegend = showLegend
    self.legendPosition = legendPosition
    self.showLabels = showLabels
    self.showXAxis = showXAxis
    self.showXAxisLabel = showXAxisLabel
    self.showYAxis = showYAxis
    self.showYAxisLabel = showYAxisLabel
    self.gradient = gradient
    self.zoom = zoom
    self.autoScale = autoScale
    self.explodeSlices = explodeSlices
    self.transparentBackground = transparentBackground
    self.sort = sort
    self.showOtherGroup = showOtherGroup
    self.showAxis = showAxis
    self.min = min
    self.max = max
    self.minRadius = minRadius
    self.maxRadius = maxRadius
    self.units = units
    self.bigSegments = bigSegments
    self.smallSegments = smallSegments
    self.angleSpan = angleSpan
    self.startAngle = startAngle
    self.value = value
    self.code = code
    self.yAxisLabelText = yAxisLabelText
    self.xAxisLabelText = xAxisLabelText

ColorMap

__init__(self, name, value, isInternal) special

Method generated by attrs for class ColorMap.

Source code in aqueduct/models/reports/base.py
def __init__(self, name, value, isInternal):
    self.name = name
    self.value = value
    self.isInternal = isInternal

Sort

__init__(self, directionD0, directionD1, entriesD0=[], entriesD1=[]) special

Method generated by attrs for class Sort.

Source code in aqueduct/models/reports/base.py
def __init__(self, directionD0, directionD1, entriesD0=attr_dict['entriesD0'].default, entriesD1=attr_dict['entriesD1'].default):
    self.directionD0 = directionD0
    self.directionD1 = directionD1
    self.entriesD0 = entriesD0
    self.entriesD1 = entriesD1

SortEntries

__init__(self, name) special

Method generated by attrs for class SortEntries.

Source code in aqueduct/models/reports/base.py
def __init__(self, name):
    self.name = name

types

AdvancedPie (ChartOptions)

__init__(self, colorScheme, showLegend, legendPosition, showLabels, showXAxis, showXAxisLabel, showYAxis, showYAxisLabel, gradient, zoom, autoScale, explodeSlices, transparentBackground, sort, showOtherGroup, showAxis, min, max, minRadius, maxRadius, units, bigSegments, smallSegments, angleSpan, startAngle, value, code, yAxisLabelText, xAxisLabelText, chartType, curveType, colorMap) special

Method generated by attrs for class AdvancedPie.

Source code in aqueduct/models/reports/types.py
def __init__(self, colorScheme, showLegend, legendPosition, showLabels, showXAxis, showXAxisLabel, showYAxis, showYAxisLabel, gradient, zoom, autoScale, explodeSlices, transparentBackground, sort, showOtherGroup, showAxis, min, max, minRadius, maxRadius, units, bigSegments, smallSegments, angleSpan, startAngle, value, code, yAxisLabelText, xAxisLabelText, chartType, curveType, colorMap):
    _setattr = _cached_setattr.__get__(self, self.__class__)
    _setattr('colorScheme', colorScheme)
    _setattr('showLegend', showLegend)
    _setattr('legendPosition', legendPosition)
    _setattr('showLabels', showLabels)
    _setattr('showXAxis', showXAxis)
    _setattr('showXAxisLabel', showXAxisLabel)
    _setattr('showYAxis', showYAxis)
    _setattr('showYAxisLabel', showYAxisLabel)
    _setattr('gradient', gradient)
    _setattr('zoom', zoom)
    _setattr('autoScale', autoScale)
    _setattr('explodeSlices', explodeSlices)
    _setattr('transparentBackground', transparentBackground)
    _setattr('sort', sort)
    _setattr('showOtherGroup', showOtherGroup)
    _setattr('showAxis', showAxis)
    _setattr('min', min)
    _setattr('max', max)
    _setattr('minRadius', minRadius)
    _setattr('maxRadius', maxRadius)
    _setattr('units', units)
    _setattr('bigSegments', bigSegments)
    _setattr('smallSegments', smallSegments)
    _setattr('angleSpan', angleSpan)
    _setattr('startAngle', startAngle)
    _setattr('value', value)
    _setattr('code', code)
    _setattr('yAxisLabelText', yAxisLabelText)
    _setattr('xAxisLabelText', xAxisLabelText)
    _setattr('chartType', chartType)
    _setattr('curveType', curveType)
    _setattr('colorMap', colorMap)
    if _config._run_validators is True:
        __attr_validator_chartType(self, __attr_chartType, self.chartType)
        __attr_validator_curveType(self, __attr_curveType, self.curveType)

__setattr__(self, name, val) special

Method generated by attrs for class AdvancedPie.

Source code in aqueduct/models/reports/types.py
def __setattr__(self, name, val):
    try:
        a, hook = sa_attrs[name]
    except KeyError:
        nval = val
    else:
        nval = hook(self, a, val)

    _obj_setattr(self, name, nval)

Area (ChartOptions)

__init__(self, colorScheme, showLegend, legendPosition, showLabels, showXAxis, showXAxisLabel, showYAxis, showYAxisLabel, gradient, zoom, autoScale, explodeSlices, transparentBackground, sort, showOtherGroup, showAxis, min, max, minRadius, maxRadius, units, bigSegments, smallSegments, angleSpan, startAngle, value, code, yAxisLabelText, xAxisLabelText, chartType, curveType, colorMap=[]) special

Method generated by attrs for class Area.

Source code in aqueduct/models/reports/types.py
def __init__(self, colorScheme, showLegend, legendPosition, showLabels, showXAxis, showXAxisLabel, showYAxis, showYAxisLabel, gradient, zoom, autoScale, explodeSlices, transparentBackground, sort, showOtherGroup, showAxis, min, max, minRadius, maxRadius, units, bigSegments, smallSegments, angleSpan, startAngle, value, code, yAxisLabelText, xAxisLabelText, chartType, curveType, colorMap=attr_dict['colorMap'].default):
    _setattr = _cached_setattr.__get__(self, self.__class__)
    _setattr('colorScheme', colorScheme)
    _setattr('showLegend', showLegend)
    _setattr('legendPosition', legendPosition)
    _setattr('showLabels', showLabels)
    _setattr('showXAxis', showXAxis)
    _setattr('showXAxisLabel', showXAxisLabel)
    _setattr('showYAxis', showYAxis)
    _setattr('showYAxisLabel', showYAxisLabel)
    _setattr('gradient', gradient)
    _setattr('zoom', zoom)
    _setattr('autoScale', autoScale)
    _setattr('explodeSlices', explodeSlices)
    _setattr('transparentBackground', transparentBackground)
    _setattr('sort', sort)
    _setattr('showOtherGroup', showOtherGroup)
    _setattr('showAxis', showAxis)
    _setattr('min', min)
    _setattr('max', max)
    _setattr('minRadius', minRadius)
    _setattr('maxRadius', maxRadius)
    _setattr('units', units)
    _setattr('bigSegments', bigSegments)
    _setattr('smallSegments', smallSegments)
    _setattr('angleSpan', angleSpan)
    _setattr('startAngle', startAngle)
    _setattr('value', value)
    _setattr('code', code)
    _setattr('yAxisLabelText', yAxisLabelText)
    _setattr('xAxisLabelText', xAxisLabelText)
    _setattr('chartType', chartType)
    _setattr('curveType', curveType)
    _setattr('colorMap', colorMap)
    if _config._run_validators is True:
        __attr_validator_chartType(self, __attr_chartType, self.chartType)
        __attr_validator_curveType(self, __attr_curveType, self.curveType)

__setattr__(self, name, val) special

Method generated by attrs for class Area.

Source code in aqueduct/models/reports/types.py
def __setattr__(self, name, val):
    try:
        a, hook = sa_attrs[name]
    except KeyError:
        nval = val
    else:
        nval = hook(self, a, val)

    _obj_setattr(self, name, nval)

Heat (ChartOptions)

__init__(self, colorScheme, showLegend, legendPosition, showLabels, showXAxis, showXAxisLabel, showYAxis, showYAxisLabel, gradient, zoom, autoScale, explodeSlices, transparentBackground, sort, showOtherGroup, showAxis, min, max, minRadius, maxRadius, units, bigSegments, smallSegments, angleSpan, startAngle, value, code, yAxisLabelText, xAxisLabelText, chartType, curveType, colorMap) special

Method generated by attrs for class Heat.

Source code in aqueduct/models/reports/types.py
def __init__(self, colorScheme, showLegend, legendPosition, showLabels, showXAxis, showXAxisLabel, showYAxis, showYAxisLabel, gradient, zoom, autoScale, explodeSlices, transparentBackground, sort, showOtherGroup, showAxis, min, max, minRadius, maxRadius, units, bigSegments, smallSegments, angleSpan, startAngle, value, code, yAxisLabelText, xAxisLabelText, chartType, curveType, colorMap):
    _setattr = _cached_setattr.__get__(self, self.__class__)
    _setattr('colorScheme', colorScheme)
    _setattr('showLegend', showLegend)
    _setattr('legendPosition', legendPosition)
    _setattr('showLabels', showLabels)
    _setattr('showXAxis', showXAxis)
    _setattr('showXAxisLabel', showXAxisLabel)
    _setattr('showYAxis', showYAxis)
    _setattr('showYAxisLabel', showYAxisLabel)
    _setattr('gradient', gradient)
    _setattr('zoom', zoom)
    _setattr('autoScale', autoScale)
    _setattr('explodeSlices', explodeSlices)
    _setattr('transparentBackground', transparentBackground)
    _setattr('sort', sort)
    _setattr('showOtherGroup', showOtherGroup)
    _setattr('showAxis', showAxis)
    _setattr('min', min)
    _setattr('max', max)
    _setattr('minRadius', minRadius)
    _setattr('maxRadius', maxRadius)
    _setattr('units', units)
    _setattr('bigSegments', bigSegments)
    _setattr('smallSegments', smallSegments)
    _setattr('angleSpan', angleSpan)
    _setattr('startAngle', startAngle)
    _setattr('value', value)
    _setattr('code', code)
    _setattr('yAxisLabelText', yAxisLabelText)
    _setattr('xAxisLabelText', xAxisLabelText)
    _setattr('chartType', chartType)
    _setattr('curveType', curveType)
    _setattr('colorMap', colorMap)
    if _config._run_validators is True:
        __attr_validator_chartType(self, __attr_chartType, self.chartType)
        __attr_validator_curveType(self, __attr_curveType, self.curveType)

__setattr__(self, name, val) special

Method generated by attrs for class Heat.

Source code in aqueduct/models/reports/types.py
def __setattr__(self, name, val):
    try:
        a, hook = sa_attrs[name]
    except KeyError:
        nval = val
    else:
        nval = hook(self, a, val)

    _obj_setattr(self, name, nval)

HorizontalBar (ChartOptions)

__init__(self, colorScheme, showLegend, legendPosition, showLabels, showXAxis, showXAxisLabel, showYAxis, showYAxisLabel, gradient, zoom, autoScale, explodeSlices, transparentBackground, sort, showOtherGroup, showAxis, min, max, minRadius, maxRadius, units, bigSegments, smallSegments, angleSpan, startAngle, value, code, yAxisLabelText, xAxisLabelText, chartType, curveType, colorMap) special

Method generated by attrs for class HorizontalBar.

Source code in aqueduct/models/reports/types.py
def __init__(self, colorScheme, showLegend, legendPosition, showLabels, showXAxis, showXAxisLabel, showYAxis, showYAxisLabel, gradient, zoom, autoScale, explodeSlices, transparentBackground, sort, showOtherGroup, showAxis, min, max, minRadius, maxRadius, units, bigSegments, smallSegments, angleSpan, startAngle, value, code, yAxisLabelText, xAxisLabelText, chartType, curveType, colorMap):
    _setattr = _cached_setattr.__get__(self, self.__class__)
    _setattr('colorScheme', colorScheme)
    _setattr('showLegend', showLegend)
    _setattr('legendPosition', legendPosition)
    _setattr('showLabels', showLabels)
    _setattr('showXAxis', showXAxis)
    _setattr('showXAxisLabel', showXAxisLabel)
    _setattr('showYAxis', showYAxis)
    _setattr('showYAxisLabel', showYAxisLabel)
    _setattr('gradient', gradient)
    _setattr('zoom', zoom)
    _setattr('autoScale', autoScale)
    _setattr('explodeSlices', explodeSlices)
    _setattr('transparentBackground', transparentBackground)
    _setattr('sort', sort)
    _setattr('showOtherGroup', showOtherGroup)
    _setattr('showAxis', showAxis)
    _setattr('min', min)
    _setattr('max', max)
    _setattr('minRadius', minRadius)
    _setattr('maxRadius', maxRadius)
    _setattr('units', units)
    _setattr('bigSegments', bigSegments)
    _setattr('smallSegments', smallSegments)
    _setattr('angleSpan', angleSpan)
    _setattr('startAngle', startAngle)
    _setattr('value', value)
    _setattr('code', code)
    _setattr('yAxisLabelText', yAxisLabelText)
    _setattr('xAxisLabelText', xAxisLabelText)
    _setattr('chartType', chartType)
    _setattr('curveType', curveType)
    _setattr('colorMap', colorMap)
    if _config._run_validators is True:
        __attr_validator_chartType(self, __attr_chartType, self.chartType)
        __attr_validator_curveType(self, __attr_curveType, self.curveType)

__setattr__(self, name, val) special

Method generated by attrs for class HorizontalBar.

Source code in aqueduct/models/reports/types.py
def __setattr__(self, name, val):
    try:
        a, hook = sa_attrs[name]
    except KeyError:
        nval = val
    else:
        nval = hook(self, a, val)

    _obj_setattr(self, name, nval)

Line (ChartOptions)

__init__(self, colorScheme, showLegend, legendPosition, showLabels, showXAxis, showXAxisLabel, showYAxis, showYAxisLabel, gradient, zoom, autoScale, explodeSlices, transparentBackground, sort, showOtherGroup, showAxis, min, max, minRadius, maxRadius, units, bigSegments, smallSegments, angleSpan, startAngle, value, code, yAxisLabelText, xAxisLabelText, chartType, curveType, colorMap) special

Method generated by attrs for class Line.

Source code in aqueduct/models/reports/types.py
def __init__(self, colorScheme, showLegend, legendPosition, showLabels, showXAxis, showXAxisLabel, showYAxis, showYAxisLabel, gradient, zoom, autoScale, explodeSlices, transparentBackground, sort, showOtherGroup, showAxis, min, max, minRadius, maxRadius, units, bigSegments, smallSegments, angleSpan, startAngle, value, code, yAxisLabelText, xAxisLabelText, chartType, curveType, colorMap):
    _setattr = _cached_setattr.__get__(self, self.__class__)
    _setattr('colorScheme', colorScheme)
    _setattr('showLegend', showLegend)
    _setattr('legendPosition', legendPosition)
    _setattr('showLabels', showLabels)
    _setattr('showXAxis', showXAxis)
    _setattr('showXAxisLabel', showXAxisLabel)
    _setattr('showYAxis', showYAxis)
    _setattr('showYAxisLabel', showYAxisLabel)
    _setattr('gradient', gradient)
    _setattr('zoom', zoom)
    _setattr('autoScale', autoScale)
    _setattr('explodeSlices', explodeSlices)
    _setattr('transparentBackground', transparentBackground)
    _setattr('sort', sort)
    _setattr('showOtherGroup', showOtherGroup)
    _setattr('showAxis', showAxis)
    _setattr('min', min)
    _setattr('max', max)
    _setattr('minRadius', minRadius)
    _setattr('maxRadius', maxRadius)
    _setattr('units', units)
    _setattr('bigSegments', bigSegments)
    _setattr('smallSegments', smallSegments)
    _setattr('angleSpan', angleSpan)
    _setattr('startAngle', startAngle)
    _setattr('value', value)
    _setattr('code', code)
    _setattr('yAxisLabelText', yAxisLabelText)
    _setattr('xAxisLabelText', xAxisLabelText)
    _setattr('chartType', chartType)
    _setattr('curveType', curveType)
    _setattr('colorMap', colorMap)
    if _config._run_validators is True:
        __attr_validator_chartType(self, __attr_chartType, self.chartType)
        __attr_validator_curveType(self, __attr_curveType, self.curveType)

__setattr__(self, name, val) special

Method generated by attrs for class Line.

Source code in aqueduct/models/reports/types.py
def __setattr__(self, name, val):
    try:
        a, hook = sa_attrs[name]
    except KeyError:
        nval = val
    else:
        nval = hook(self, a, val)

    _obj_setattr(self, name, nval)

LinearGauge (ChartOptions)

__init__(self, colorScheme, showLegend, legendPosition, showLabels, showXAxis, showXAxisLabel, showYAxis, showYAxisLabel, gradient, zoom, autoScale, explodeSlices, transparentBackground, sort, showOtherGroup, showAxis, min, max, minRadius, maxRadius, units, bigSegments, smallSegments, angleSpan, startAngle, value, code, yAxisLabelText, xAxisLabelText, chartType, curveType, colorMap=[]) special

Method generated by attrs for class LinearGauge.

Source code in aqueduct/models/reports/types.py
def __init__(self, colorScheme, showLegend, legendPosition, showLabels, showXAxis, showXAxisLabel, showYAxis, showYAxisLabel, gradient, zoom, autoScale, explodeSlices, transparentBackground, sort, showOtherGroup, showAxis, min, max, minRadius, maxRadius, units, bigSegments, smallSegments, angleSpan, startAngle, value, code, yAxisLabelText, xAxisLabelText, chartType, curveType, colorMap=attr_dict['colorMap'].default):
    _setattr = _cached_setattr.__get__(self, self.__class__)
    _setattr('colorScheme', colorScheme)
    _setattr('showLegend', showLegend)
    _setattr('legendPosition', legendPosition)
    _setattr('showLabels', showLabels)
    _setattr('showXAxis', showXAxis)
    _setattr('showXAxisLabel', showXAxisLabel)
    _setattr('showYAxis', showYAxis)
    _setattr('showYAxisLabel', showYAxisLabel)
    _setattr('gradient', gradient)
    _setattr('zoom', zoom)
    _setattr('autoScale', autoScale)
    _setattr('explodeSlices', explodeSlices)
    _setattr('transparentBackground', transparentBackground)
    _setattr('sort', sort)
    _setattr('showOtherGroup', showOtherGroup)
    _setattr('showAxis', showAxis)
    _setattr('min', min)
    _setattr('max', max)
    _setattr('minRadius', minRadius)
    _setattr('maxRadius', maxRadius)
    _setattr('units', units)
    _setattr('bigSegments', bigSegments)
    _setattr('smallSegments', smallSegments)
    _setattr('angleSpan', angleSpan)
    _setattr('startAngle', startAngle)
    _setattr('value', value)
    _setattr('code', code)
    _setattr('yAxisLabelText', yAxisLabelText)
    _setattr('xAxisLabelText', xAxisLabelText)
    _setattr('chartType', chartType)
    _setattr('curveType', curveType)
    _setattr('colorMap', colorMap)
    if _config._run_validators is True:
        __attr_validator_chartType(self, __attr_chartType, self.chartType)
        __attr_validator_curveType(self, __attr_curveType, self.curveType)

__setattr__(self, name, val) special

Method generated by attrs for class LinearGauge.

Source code in aqueduct/models/reports/types.py
def __setattr__(self, name, val):
    try:
        a, hook = sa_attrs[name]
    except KeyError:
        nval = val
    else:
        nval = hook(self, a, val)

    _obj_setattr(self, name, nval)

Number (ChartOptions)

__init__(self, colorScheme, showLegend, legendPosition, showLabels, showXAxis, showXAxisLabel, showYAxis, showYAxisLabel, gradient, zoom, autoScale, explodeSlices, transparentBackground, sort, showOtherGroup, showAxis, min, max, minRadius, maxRadius, units, bigSegments, smallSegments, angleSpan, startAngle, value, code, yAxisLabelText, xAxisLabelText, chartType, curveType, colorMap) special

Method generated by attrs for class Number.

Source code in aqueduct/models/reports/types.py
def __init__(self, colorScheme, showLegend, legendPosition, showLabels, showXAxis, showXAxisLabel, showYAxis, showYAxisLabel, gradient, zoom, autoScale, explodeSlices, transparentBackground, sort, showOtherGroup, showAxis, min, max, minRadius, maxRadius, units, bigSegments, smallSegments, angleSpan, startAngle, value, code, yAxisLabelText, xAxisLabelText, chartType, curveType, colorMap):
    _setattr = _cached_setattr.__get__(self, self.__class__)
    _setattr('colorScheme', colorScheme)
    _setattr('showLegend', showLegend)
    _setattr('legendPosition', legendPosition)
    _setattr('showLabels', showLabels)
    _setattr('showXAxis', showXAxis)
    _setattr('showXAxisLabel', showXAxisLabel)
    _setattr('showYAxis', showYAxis)
    _setattr('showYAxisLabel', showYAxisLabel)
    _setattr('gradient', gradient)
    _setattr('zoom', zoom)
    _setattr('autoScale', autoScale)
    _setattr('explodeSlices', explodeSlices)
    _setattr('transparentBackground', transparentBackground)
    _setattr('sort', sort)
    _setattr('showOtherGroup', showOtherGroup)
    _setattr('showAxis', showAxis)
    _setattr('min', min)
    _setattr('max', max)
    _setattr('minRadius', minRadius)
    _setattr('maxRadius', maxRadius)
    _setattr('units', units)
    _setattr('bigSegments', bigSegments)
    _setattr('smallSegments', smallSegments)
    _setattr('angleSpan', angleSpan)
    _setattr('startAngle', startAngle)
    _setattr('value', value)
    _setattr('code', code)
    _setattr('yAxisLabelText', yAxisLabelText)
    _setattr('xAxisLabelText', xAxisLabelText)
    _setattr('chartType', chartType)
    _setattr('curveType', curveType)
    _setattr('colorMap', colorMap)
    if _config._run_validators is True:
        __attr_validator_chartType(self, __attr_chartType, self.chartType)
        __attr_validator_curveType(self, __attr_curveType, self.curveType)

__setattr__(self, name, val) special

Method generated by attrs for class Number.

Source code in aqueduct/models/reports/types.py
def __setattr__(self, name, val):
    try:
        a, hook = sa_attrs[name]
    except KeyError:
        nval = val
    else:
        nval = hook(self, a, val)

    _obj_setattr(self, name, nval)

PieGrid (ChartOptions)

__init__(self, colorScheme, showLegend, legendPosition, showLabels, showXAxis, showXAxisLabel, showYAxis, showYAxisLabel, gradient, zoom, autoScale, explodeSlices, transparentBackground, sort, showOtherGroup, showAxis, min, max, minRadius, maxRadius, units, bigSegments, smallSegments, angleSpan, startAngle, value, code, yAxisLabelText, xAxisLabelText, chartType, chartSubType, curveType, colorMap) special

Method generated by attrs for class PieGrid.

Source code in aqueduct/models/reports/types.py
def __init__(self, colorScheme, showLegend, legendPosition, showLabels, showXAxis, showXAxisLabel, showYAxis, showYAxisLabel, gradient, zoom, autoScale, explodeSlices, transparentBackground, sort, showOtherGroup, showAxis, min, max, minRadius, maxRadius, units, bigSegments, smallSegments, angleSpan, startAngle, value, code, yAxisLabelText, xAxisLabelText, chartType, chartSubType, curveType, colorMap):
    _setattr = _cached_setattr.__get__(self, self.__class__)
    _setattr('colorScheme', colorScheme)
    _setattr('showLegend', showLegend)
    _setattr('legendPosition', legendPosition)
    _setattr('showLabels', showLabels)
    _setattr('showXAxis', showXAxis)
    _setattr('showXAxisLabel', showXAxisLabel)
    _setattr('showYAxis', showYAxis)
    _setattr('showYAxisLabel', showYAxisLabel)
    _setattr('gradient', gradient)
    _setattr('zoom', zoom)
    _setattr('autoScale', autoScale)
    _setattr('explodeSlices', explodeSlices)
    _setattr('transparentBackground', transparentBackground)
    _setattr('sort', sort)
    _setattr('showOtherGroup', showOtherGroup)
    _setattr('showAxis', showAxis)
    _setattr('min', min)
    _setattr('max', max)
    _setattr('minRadius', minRadius)
    _setattr('maxRadius', maxRadius)
    _setattr('units', units)
    _setattr('bigSegments', bigSegments)
    _setattr('smallSegments', smallSegments)
    _setattr('angleSpan', angleSpan)
    _setattr('startAngle', startAngle)
    _setattr('value', value)
    _setattr('code', code)
    _setattr('yAxisLabelText', yAxisLabelText)
    _setattr('xAxisLabelText', xAxisLabelText)
    _setattr('chartType', chartType)
    _setattr('chartSubType', chartSubType)
    _setattr('curveType', curveType)
    _setattr('colorMap', colorMap)
    if _config._run_validators is True:
        __attr_validator_chartType(self, __attr_chartType, self.chartType)
        __attr_validator_chartSubType(self, __attr_chartSubType, self.chartSubType)
        __attr_validator_curveType(self, __attr_curveType, self.curveType)

__setattr__(self, name, val) special

Method generated by attrs for class PieGrid.

Source code in aqueduct/models/reports/types.py
def __setattr__(self, name, val):
    try:
        a, hook = sa_attrs[name]
    except KeyError:
        nval = val
    else:
        nval = hook(self, a, val)

    _obj_setattr(self, name, nval)

VerticalBar (ChartOptions)

__init__(self, colorScheme, showLegend, legendPosition, showLabels, showXAxis, showXAxisLabel, showYAxis, showYAxisLabel, gradient, zoom, autoScale, explodeSlices, transparentBackground, sort, showOtherGroup, showAxis, min, max, minRadius, maxRadius, units, bigSegments, smallSegments, angleSpan, startAngle, value, code, yAxisLabelText, xAxisLabelText, chartType, curveType, colorMap=[]) special

Method generated by attrs for class VerticalBar.

Source code in aqueduct/models/reports/types.py
def __init__(self, colorScheme, showLegend, legendPosition, showLabels, showXAxis, showXAxisLabel, showYAxis, showYAxisLabel, gradient, zoom, autoScale, explodeSlices, transparentBackground, sort, showOtherGroup, showAxis, min, max, minRadius, maxRadius, units, bigSegments, smallSegments, angleSpan, startAngle, value, code, yAxisLabelText, xAxisLabelText, chartType, curveType, colorMap=attr_dict['colorMap'].default):
    _setattr = _cached_setattr.__get__(self, self.__class__)
    _setattr('colorScheme', colorScheme)
    _setattr('showLegend', showLegend)
    _setattr('legendPosition', legendPosition)
    _setattr('showLabels', showLabels)
    _setattr('showXAxis', showXAxis)
    _setattr('showXAxisLabel', showXAxisLabel)
    _setattr('showYAxis', showYAxis)
    _setattr('showYAxisLabel', showYAxisLabel)
    _setattr('gradient', gradient)
    _setattr('zoom', zoom)
    _setattr('autoScale', autoScale)
    _setattr('explodeSlices', explodeSlices)
    _setattr('transparentBackground', transparentBackground)
    _setattr('sort', sort)
    _setattr('showOtherGroup', showOtherGroup)
    _setattr('showAxis', showAxis)
    _setattr('min', min)
    _setattr('max', max)
    _setattr('minRadius', minRadius)
    _setattr('maxRadius', maxRadius)
    _setattr('units', units)
    _setattr('bigSegments', bigSegments)
    _setattr('smallSegments', smallSegments)
    _setattr('angleSpan', angleSpan)
    _setattr('startAngle', startAngle)
    _setattr('value', value)
    _setattr('code', code)
    _setattr('yAxisLabelText', yAxisLabelText)
    _setattr('xAxisLabelText', xAxisLabelText)
    _setattr('chartType', chartType)
    _setattr('curveType', curveType)
    _setattr('colorMap', colorMap)
    if _config._run_validators is True:
        __attr_validator_chartType(self, __attr_chartType, self.chartType)
        __attr_validator_curveType(self, __attr_curveType, self.curveType)

__setattr__(self, name, val) special

Method generated by attrs for class VerticalBar.

Source code in aqueduct/models/reports/types.py
def __setattr__(self, name, val):
    try:
        a, hook = sa_attrs[name]
    except KeyError:
        nval = val
    else:
        nval = hook(self, a, val)

    _obj_setattr(self, name, nval)

Widget (ChartOptions)

__init__(self, colorScheme, showLegend, legendPosition, showLabels, showXAxis, showXAxisLabel, showYAxis, showYAxisLabel, gradient, zoom, autoScale, explodeSlices, transparentBackground, sort, showOtherGroup, showAxis, min, max, minRadius, maxRadius, units, bigSegments, smallSegments, angleSpan, startAngle, value, code, yAxisLabelText, xAxisLabelText, chartType, curveType, colorMap=[]) special

Method generated by attrs for class Widget.

Source code in aqueduct/models/reports/types.py
def __init__(self, colorScheme, showLegend, legendPosition, showLabels, showXAxis, showXAxisLabel, showYAxis, showYAxisLabel, gradient, zoom, autoScale, explodeSlices, transparentBackground, sort, showOtherGroup, showAxis, min, max, minRadius, maxRadius, units, bigSegments, smallSegments, angleSpan, startAngle, value, code, yAxisLabelText, xAxisLabelText, chartType, curveType, colorMap=attr_dict['colorMap'].default):
    _setattr = _cached_setattr.__get__(self, self.__class__)
    _setattr('colorScheme', colorScheme)
    _setattr('showLegend', showLegend)
    _setattr('legendPosition', legendPosition)
    _setattr('showLabels', showLabels)
    _setattr('showXAxis', showXAxis)
    _setattr('showXAxisLabel', showXAxisLabel)
    _setattr('showYAxis', showYAxis)
    _setattr('showYAxisLabel', showYAxisLabel)
    _setattr('gradient', gradient)
    _setattr('zoom', zoom)
    _setattr('autoScale', autoScale)
    _setattr('explodeSlices', explodeSlices)
    _setattr('transparentBackground', transparentBackground)
    _setattr('sort', sort)
    _setattr('showOtherGroup', showOtherGroup)
    _setattr('showAxis', showAxis)
    _setattr('min', min)
    _setattr('max', max)
    _setattr('minRadius', minRadius)
    _setattr('maxRadius', maxRadius)
    _setattr('units', units)
    _setattr('bigSegments', bigSegments)
    _setattr('smallSegments', smallSegments)
    _setattr('angleSpan', angleSpan)
    _setattr('startAngle', startAngle)
    _setattr('value', value)
    _setattr('code', code)
    _setattr('yAxisLabelText', yAxisLabelText)
    _setattr('xAxisLabelText', xAxisLabelText)
    _setattr('chartType', chartType)
    _setattr('curveType', curveType)
    _setattr('colorMap', colorMap)
    if _config._run_validators is True:
        __attr_validator_chartType(self, __attr_chartType, self.chartType)
        __attr_validator_curveType(self, __attr_curveType, self.curveType)

__setattr__(self, name, val) special

Method generated by attrs for class Widget.

Source code in aqueduct/models/reports/types.py
def __setattr__(self, name, val):
    try:
        a, hook = sa_attrs[name]
    except KeyError:
        nval = val
    else:
        nval = hook(self, a, val)

    _obj_setattr(self, name, nval)