Aspect Ratio, Space and width : Properties used to adjust the aspect ratio, space and width in most visualizations

# adjustAspectRatio

Flag to automatically adjust the size of the bars or points in the one dimensional plots to fit in the provided canvas width and height. If the flag is set to false the width and height of the canvas will be sized according to the number of bars or points in the data set
Type: boolean
Default: true

# adjustAspectRatioMax

Specifies the number of times to try to automatically adjust the size of the canvas when adjustAspectRatio is true
Type: integer Private
Default: 3

# adjustAspectRatioXTries

Counter set when trying to automatically adjust the horizontal size of the canvas when adjustAspectRatio is true
Type: integer Private
Default:

# adjustAspectRatioYTries

Counter set when trying to automatically adjust the vertical size of the canvas when adjustAspectRatio is true
Type: integer Private
Default:

# dataPointSize

Approximate size for the data points in scatter plots, dotplots and boxplots. The size will be adjusted according to the dimensions of the graph
Type: integer
Default: 15

# dataPointSizeScaleFactor


# fixedAspectRatio

Keep fixed aspect ratio expressed as y / x. A zero value is used to ignore otherwise the x and y axes are set accordingly
Type: float
Default:

# percentAspectRatioPlotArea


# sampleSpaceFactor

Factor to adjust the spacing between the data points between the samples in the one dimensional graphs. The greater the number, the greater the gap
Type: integer
Default: 1

# variableSpaceFactor

Factor to adjust the spacing between the data points between the variables in the one dimensional plots. The greater the number, the greater the gap
Type: integer
Default: 2

# widthFactor

Factor to adjust the width of the bars in the one dimensional and the three dimensional plots. The greater the number, the wider the bars
Type: integer
Default: 1