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

# 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


# setPlotLeft

Force the left dimension for the data plot in one dimensional graphs
Type: integer
Default:

# setPlotTop

Force the top dimension for the data plot in one dimensional graphs
Type: integer
Default:

# setPlotX

Force the x dimension for the data plot in one dimensional graphs
Type: integer
Default:

# setPlotY

Force the y dimension for the data plot in one dimensional graphs
Type: integer
Default:

# variableSpace


# 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