SVGGraph options tagged 'best-fit'
This page lists all the options currently available for use in the SVGGraph
constructor's $settings
array. The lists of graph types and tags
can be used to filter the list of options, and each option name is a link to
a page with further details about the option.
Graph type support: ArrayGraph Bar3DGraph BarAndLineGraph BarGraph BoxAndWhiskerGraph BubbleGraph CandlestickGraph CylinderGraph Donut3DGraph DonutGraph EmptyGraph ExplodedDonut3DGraph ExplodedDonutGraph ExplodedPie3DGraph ExplodedPieGraph ExplodedSemiDonut3DGraph ExplodedSemiDonutGraph FloatingBarGraph GanttChart GroupedBar3DGraph GroupedBarGraph GroupedCylinderGraph Histogram HorizontalBar3DGraph HorizontalBarGraph HorizontalFloatingBarGraph HorizontalGroupedBar3DGraph HorizontalGroupedBarGraph HorizontalStackedBar3DGraph HorizontalStackedBarGraph LineGraph MultiLineGraph MultiRadarGraph MultiScatterGraph MultiSteppedLineGraph Pie3DGraph PieGraph PolarArea3DGraph PolarAreaGraph PopulationPyramid RadarGraph ScatterGraph SemiDonut3DGraph SemiDonutGraph StackedBar3DGraph StackedBarAndLineGraph StackedBarGraph StackedCylinderGraph StackedGroupedBar3DGraph StackedGroupedBarGraph StackedGroupedCylinderGraph StackedLineGraph SteppedLineGraph
13 options with tag best-fit:
Option | Default | Summary |
---|---|---|
best_fit | NULL |
Enables best-fit lines. |
best_fit_above | false |
Depth of best-fit lines. |
best_fit_colour | "rgb(0,0,0)" |
Colour of best-fit lines. |
best_fit_dash | NULL |
Best-fit lines dash pattern. |
best_fit_opacity | 1 |
Opacity of best-fit lines. |
best_fit_project | NULL |
Best-fit line projections. |
best_fit_project_colour | NULL |
Colour of best-fit line projections. |
best_fit_project_dash | 4 |
Dash pattern for best-fit line projections. |
best_fit_project_opacity | NULL |
Opacity of best-fit line projections. |
best_fit_project_width | NULL |
Thickness of best-fit line projections. |
best_fit_range | NULL |
Range for best-fit lines. |
best_fit_type | NULL |
Limits type of function used for curved best-fit lines. |
best_fit_width | 1 |
Thickness of best-fit lines. |