A

AreaChartClass in namespace Khill\Lavacharts\Charts
AreaChart::areaOpacity() — Method in class AreaChart
The default opacity of the colored area under an area chart series, where 0.0 is fully transparent and 1.0 is fully opaque. To specify opacity for an individual series, set the areaOpacity value in the series property.
AreaChart::axisTitlesPosition() — Method in class AreaChart
Where to place the axis titles, compared to the chart area. Supported values:
BarChart::annotations() — Method in class BarChart
Defines how chart annotations will be displayed.
BarChart::axisTitlesPosition() — Method in class BarChart
Where to place the axis titles, compared to the chart area. Supported values: in - Draw the axis titles inside the the chart area.
ColumnChart::axisTitlesPosition() — Method in class ColumnChart
Where to place the axis titles, compared to the chart area. Supported values: in - Draw the axis titles inside the the chart area.
ComboChart::annotations() — Method in class ComboChart
Where to place the axis titles, compared to the chart area. Supported values: in - Draw the axis titles inside the the chart area.
ComboChart::areaOpacity() — Method in class ComboChart
The default opacity of the colored area under an area chart series, where 0.0 is fully transparent and 1.0 is fully opaque. To specify opacity for an individual series, set the areaOpacity value in the series property.
ComboChart::axisTitlesPosition() — Method in class ComboChart
Where to place the axis titles, compared to the chart area. Supported values: in - Draw the axis titles inside the the chart area.
LineChart::axisTitlesPosition() — Method in class LineChart
Where to place the axis titles, compared to the chart area.
AnimationClass in namespace Khill\Lavacharts\Configs
AnnotationClass in namespace Khill\Lavacharts\Configs
AxisClass in namespace Khill\Lavacharts\Configs
DataTable::addColumn() — Method in class DataTable
Adds a column to the DataTable
DataTable::addColumns() — Method in class DataTable
Adds multiple columns to the DataTable
DataTable::addStringColumn() — Method in class DataTable
Supplemental function to add a string column with less params.
DataTable::addDateColumn() — Method in class DataTable
Supplemental function to add a date column with less params.
DataTable::addNumberColumn() — Method in class DataTable
Supplemental function to add a number column with less params.
DataTable::addRow() — Method in class DataTable
Add a row to the DataTable
DataTable::addRows() — Method in class DataTable
Adds multiple rows to the DataTable.
$ HorizontalAxisProperty in class HorizontalAxis
Allow container to cutoff labels.
HorizontalAxis::allowContainerBoundaryTextCutoff() — Method in class HorizontalAxis
Sets whether the container can cutoff the labels or not.
$ LegendProperty in class Legend
Alignment of the legend.
Legend::alignment() — Method in class Legend
Sets the alignment of the legend.
$ SeriesProperty in class Series
Alignment of the series.
Series::annotation() — Method in class Series
An object to be applied to annotations for this series.
AnimationFinishClass in namespace Khill\Lavacharts\Events
AnimationFinish Event Object
Psr4Autoloader::addNamespace() — Method in class Psr4Autoloader
Adds a base directory for a namespace prefix.
AnimationClass in namespace Khill\Lavacharts\Traits
Animation::animationEasing() — Method in class Animation
Animation Easing
Animation::animationDuration() — Method in class Animation
Animation Duration
AxisTitlesPositionClass in namespace Khill\Lavacharts\Traits
AxisTitlesPosition::axisTitlesPosition() — Method in class AxisTitlesPosition
Where to place the axis titles, compared to the chart area. Supported values: in - Draw the axis titles inside the the chart area.
Utils::arrayToPipedString() — Method in class Utils
Takes an array of values and ouputs them as a string between brackets and separated by a pipe.
Utils::arrayIsMulti() — Method in class Utils
Simple test to see if array is multi-dimensional.
Utils::arrayValuesCheck() — Method in class Utils
Simple test to see if array values are of specified type.

B

BarChartClass in namespace Khill\Lavacharts\Charts
BarChart::barGroupWidth() — Method in class BarChart
The width of a group of bars, specified in either of these formats: - Pixels (e.g. 50).
Chart::backgroundColor() — Method in class Chart
The background color for the main area of the chart. Can be either a simple HTML color string, for example: 'red' or '#00cc00', or a backgroundColor object
ColumnChart::barGroupWidth() — Method in class ColumnChart
The width of a group of bars, specified in either of these formats: - Pixels (e.g. 50).
ComboChart::barGroupWidth() — Method in class ComboChart
The width of a group of bars, specified in either of these formats: - Pixels (e.g. 50).
$ AxisProperty in class Axis
The baseline for the axis.
$ AxisProperty in class Axis
The color of the baseline for the axis.
Axis::baseline() — Method in class Axis
Sets the baseline for the axis.
Axis::baselineColor() — Method in class Axis
Sets the color of the baseline for the axis.
BackgroundColorClass in namespace Khill\Lavacharts\Configs
BoxStyleClass in namespace Khill\Lavacharts\Configs
$ ColorProperty in class Color
Background color.
Color::backgroundColor() — Method in class Color
Specifies the background color.
$ TextStyleProperty in class TextStyle
Text is bold.
TextStyle::bold() — Method in class TextStyle
Set bold on/off for the text element.
LavachartsServiceProvider::boot() — Method in class LavachartsServiceProvider
Utils::between() — Method in class Utils
Test if a number is between two other numbers.

C

CalendarChartClass in namespace Khill\Lavacharts\Charts
CalendarChart::cellColor() — Method in class CalendarChart
The cellColor option lets you customize the border of the calendar day squares
CalendarChart::cellSize() — Method in class CalendarChart
Sets the size of the calendar day squares
CalendarChart::colorAxis() — Method in class CalendarChart
An object that specifies a mapping between color column values and colors or a gradient scale.
ChartClass in namespace Khill\Lavacharts\Charts
Chart::customize() — Method in class Chart
Sets any configuration option, with no checks for type / validity
Chart::chartArea() — Method in class Chart
An object with members to configure the placement and size of the chart area (where the chart itself is drawn, excluding axis and legends).
Chart::colors() — Method in class Chart
The colors to use for the chart elements. An array of strings, where each element is an HTML color string, for example: colors:['red','#004411'].
ColumnChartClass in namespace Khill\Lavacharts\Charts
ComboChartClass in namespace Khill\Lavacharts\Charts
GeoChart::colorAxis() — Method in class GeoChart
An object that specifies a mapping between color column values and colors or a gradient scale.
LineChart::curveType() — Method in class LineChart
Controls the curve of the lines when the line width is not zero.
ChartAreaClass in namespace Khill\Lavacharts\Configs
ColorClass in namespace Khill\Lavacharts\Configs
$ ColorProperty in class Color
Foreground color.
Color::color() — Method in class Color
Specifies the foreground color.
ColorAxisClass in namespace Khill\Lavacharts\Configs
$ ColorAxisProperty in class ColorAxis
Colors to assign to values in the visualization.
ColorAxis::colors() — Method in class ColorAxis
Colors to assign to values in the visualization. An array of strings, where each element is an HTML color string.
ConfigObjectClass in namespace Khill\Lavacharts\Configs
$ GradientProperty in class Gradient
Start color for gradient.
$ GradientProperty in class Gradient
Finish color for gradient.
Gradient::color1() — Method in class Gradient
If present, specifies the start color for the gradient.
Gradient::color2() — Method in class Gradient
If present, specifies the finish color for the gradient.
$ SeriesProperty in class Series
Overrides the global curveType value for this series.
Series::curveType() — Method in class Series
Controls the curve of the lines when the line width is not zero.
$ SliceProperty in class Slice
The slice fill color.
Slice::color() — Method in class Slice
The color to use for this slice. Specify a valid HTML color string.
$ TextStyleProperty in class TextStyle
Color of the text.
TextStyle::color() — Method in class TextStyle
Set the color for the text element.
$ EventProperty in class Event
Javascript callback function name.
ChartNotFoundClass in namespace Khill\Lavacharts\Exceptions
JavascriptFactory::coreJsRendered() — Method in class JavascriptFactory
True if the lava object and jsapi have been added to the page.
Volcano::checkChart() — Method in class Volcano
Simple true/false test if a chart exists.

D

BarChart::dataOpacity() — Method in class BarChart
The transparency of data points, with 1.0 being completely opaque and 0.0 fully transparent.
CalendarChart::dayOfWeekLabel() — Method in class CalendarChart
Controls the font style of the week labels at the top of the chart.
CalendarChart::dayOfWeekRightSpace() — Method in class CalendarChart
Sets The distance between the right edge of the week labels and the left edge of the chart day squares.
CalendarChart::daysOfWeek() — Method in class CalendarChart
The single-letter labels to use for Sunday through Saturday.
$ ChartProperty in class Chart
$ ChartProperty in class Chart
Chart::datatable() — Method in class Chart
Assigns wich Datatable will be used for this Chart.
Chart::deferedRender() — Method in class Chart
Set up the chart with no datatable to defer rendering via AJAX
DonutChartClass in namespace Khill\Lavacharts\Charts
GeoChart::datalessRegionColor() — Method in class GeoChart
Color to assign to regions with no associated data.
GeoChart::displayMode() — Method in class GeoChart
Which type of map this is. The DataTable format must match the value specified. The following values are supported:
$ AnimationProperty in class Animation
The duration of the animation, in milliseconds.
Animation::duration() — Method in class Animation
The duration of the animation, in milliseconds.
$ AxisProperty in class Axis
The direction in which the values along the axis grow.
Axis::direction() — Method in class Axis
Sets the direction of the axis values.
DataCellClass in namespace Khill\Lavacharts\Configs
DataTableClass in namespace Khill\Lavacharts\Configs
$ DataTableProperty in class DataTable
Timezone for dealing with datetime and Carbon objects
DataTableNotFoundClass in namespace Khill\Lavacharts\Exceptions
DateFormatClass in namespace Khill\Lavacharts\Formats
$ NumberFormatProperty in class NumberFormat
Character to use as the decimal marker.
NumberFormat::decimalSymbol() — Method in class NumberFormat
Sets the character to use as the decimal marker. The default is a dot (.)

E

BarChart::enableInteractivity() — Method in class BarChart
Whether the chart throws user-based events or reacts to user interaction.
Chart::events() — Method in class Chart
Register javascript callbacks for specific events.
GeoChart::enableRegionInteractivity() — Method in class GeoChart
If true, enable region interactivity, including focus and tool-tip elaboration on mouse hover, and region selection and firing of regionClick and select events on mouse click.
$ AnimationProperty in class Animation
The easing function applied to the animation.
Animation::easing() — Method in class Animation
The easing function applied to the animation.
$ MagnifyingGlassProperty in class MagnifyingGlass
Enabled state of the magnifying glass.
ErrorClass in namespace Khill\Lavacharts\Events
Error Event Object
EventClass in namespace Khill\Lavacharts\Events
Lavacharts::exists() — Method in class Lavacharts
Checks to see if the given chart type and title exists in the volcano storage.

F

AreaChart::focusTarget() — Method in class AreaChart
The type of the entity that receives focus on mouse hover.
BarChart::focusTarget() — Method in class BarChart
The type of the entity that receives focus on mouse hover.
BarChart::forceIFrame() — Method in class BarChart
Draws the chart inside an inline frame.
CalendarChart::focusedCellColor() — Method in class CalendarChart
When the user focuses (say, by hovering) over a day square, calendar charts will highlight the square.
CalendarChart::forceIFrame() — Method in class CalendarChart
Draws the chart inside an inline frame.
Chart::fontSize() — Method in class Chart
The default font size, in pixels, of all text in the chart. You can override this using properties for specific chart elements.
Chart::fontName() — Method in class Chart
The default font face for all text in the chart. You can override this using properties for specific chart elements.
GaugeChart::forceIFrame() — Method in class GaugeChart
Draws the chart inside an inline frame.
LineChart::focusTarget() — Method in class LineChart
The type of the entity that receives focus on mouse hover.
TreeMap::fontColor() — Method in class TreeMap
The text color. Specify an HTML color value.
TreeMap::fontFamily() — Method in class TreeMap
The font family to use for all text.
TreeMap::fontSize() — Method in class TreeMap
The default font size, in pixels, of all text in the chart. You can override this using properties for specific chart elements.
$ AxisProperty in class Axis
A format string for numeric axis labels.
Axis::format() — Method in class Axis
Sets the formatting applied to the axis label. This is a subset of the ICU pattern set. For instance, '#,###%' will display values "1,000%", "750%", and "50%" for values 10, 7.5, and 0.5.
$ BackgroundColorProperty in class BackgroundColor
The chart fill color, as an HTML color string.
BackgroundColor::fill() — Method in class BackgroundColor
Sets the chart color fill, Example: 'blue' or '#C5C5C5'
$ DataCellProperty in class DataCell
A string version of the v value. (Optional)
DataTable::formatColumn() — Method in class DataTable
Sets the format of the column.
DataTable::formatColumns() — Method in class DataTable
Sets the format of multiple columns.
$ TextStyleProperty in class TextStyle
Font name.
$ TextStyleProperty in class TextStyle
Size of font, in pixels.
TextStyle::fontName() — Method in class TextStyle
Sets the font to the textStyle object.
TextStyle::fontSize() — Method in class TextStyle
Sets the font size to the textStyle.
$ DateFormatProperty in class DateFormat
A quick formatting option for the date.
DateFormat::formatType() — Method in class DateFormat
Sets a quick formatting option for the date.
FormatClass in namespace Khill\Lavacharts\Formats
$ NumberFormatProperty in class NumberFormat
How many digits to display after the decimal.
NumberFormat::fractionDigits() — Method in class NumberFormat
A number specifying how many digits to display after the decimal.

G

CalendarChart::getOption() — Method in class CalendarChart
Gets a specific option from the array.
Chart::getOptions() — Method in class Chart
Gets the current chart options.
Chart::getOption() — Method in class Chart
Gets a specific option from the array.
Chart::getEvents() — Method in class Chart
Checks if any events have been assigned to the chart.
Chart::getDataTableJson() — Method in class Chart
Returns a JSON string representation of the datatable.
GaugeChartClass in namespace Khill\Lavacharts\Charts
GaugeChart::greenColor() — Method in class GaugeChart
The color to use for the green section, in HTML color notation.
GaugeChart::greenFrom() — Method in class GaugeChart
The lowest value for a range marked by a green color.
GaugeChart::greenTo() — Method in class GaugeChart
The highest value for a range marked by a green color.
GeoChartClass in namespace Khill\Lavacharts\Charts
$ AxisProperty in class Axis
An array with key => value pairs to configure the gridlines.
Axis::gridlines() — Method in class Axis
Sets the color and count of the gridlines.
$ BoxStyleProperty in class BoxStyle
Attributes for linear gradient fill.
BoxStyle::gradient() — Method in class BoxStyle
Sets the attributes for linear gradient fill.
ConfigObject::getValues() — Method in class ConfigObject
Same as toArray, but without the class name as a key to being multi-dimension.
DataTable::getNumberOfColumns() — Method in class DataTable
Returns the number of columns in the DataTable
DataTable::getNumberOfRows() — Method in class DataTable
Returns the number of rows in the DataTable
DataTable::getColumns() — Method in class DataTable
Returns the column array from the DataTable
DataTable::getRows() — Method in class DataTable
Returns the rows array from the DataTable
DataTable::getColumnTypes() — Method in class DataTable
Returns the types of columns currently defined.
DataTable::getColumnIndexByType() — Method in class DataTable
Returns the column number of the ypes of columns currently defined.
DataTable::getFormats() — Method in class DataTable
Returns the formats array from the DataTable
GradientClass in namespace Khill\Lavacharts\Configs
Format::getValues() — Method in class Format
Same as toArray, but without the class name as a key to being multi-dimension.
$ NumberFormatProperty in class NumberFormat
Character to be used to group digits.
NumberFormat::groupingSymbol() — Method in class NumberFormat
A character to be used to group digits to the left of the decimal into sets of three.
JavascriptFactory::getChartJs() — Method in class JavascriptFactory
Checks the Chart for DataTable and builds the Javascript code block
JavascriptFactory::getCoreJs() — Method in class JavascriptFactory
Builds the javascript lava object for chart interation.
Volcano::getChart() — Method in class Volcano
Retrieves a chart from the volcano datastore.

H

AreaChart::hAxis() — Method in class AreaChart
An object with members to configure various horizontal axis elements. To specify properties of this property, create a new hAxis() object, set the values then pass it to this function or to the constructor.
BarChart::hAxes() — Method in class BarChart
Specifies properties for individual horizontal axes, if the chart has multiple horizontal axes.
BarChart::hAxis() — Method in class BarChart
An object with members to configure various horizontal axis elements. To specify properties of this property, create a new HorizontalAxis object, set the values then pass it to this function or to the constructor.
Chart::hasEvents() — Method in class Chart
Checks if any events have been assigned to the chart.
Chart::height() — Method in class Chart
Height of the chart, in pixels.
ColumnChart::hAxis() — Method in class ColumnChart
An object with members to configure various horizontal axis elements. To specify properties of this property, create a new hAxis() object, set the values then pass it to this function or to the constructor.
ComboChart::hAxis() — Method in class ComboChart
An object with members to configure various horizontal axis elements. To specify properties of this property, create a new hAxis() object, set the values then pass it to this function or to the constructor.
LineChart::hAxis() — Method in class LineChart
An object with members to configure various horizontal axis elements. To specify properties of this property, create a new hAxis() object, set the values then pass it to this function or to the constructor.
TreeMap::headerColor() — Method in class TreeMap
The color of the header section for each node. Specify an HTML color value.
TreeMap::headerHeight() — Method in class TreeMap
The height of the header section for each node, in pixels (can be zero).
TreeMap::headerHighlightColor() — Method in class TreeMap
The color of the header of a node being hovered over. Specify an HTML color value or null; if null this value will be headerColor lightened by 35%
$ AnnotationProperty in class Annotation
The highContrast state.
Annotation::highContrast() — Method in class Annotation
For charts that support annotations, the highContrast bool lets you override Google Charts' choice of the annotation color. By default, highContrast is true, which causes Charts to select an annotation color with good contrast: light colors on dark backgrounds, and dark on light.
$ ChartAreaProperty in class ChartArea
Height of the chart.
ChartArea::height() — Method in class ChartArea
Sets the height of the chart in the container.
DataTable::hasFormats() — Method in class DataTable
Boolean value if there are defined formatters
HorizontalAxisClass in namespace Khill\Lavacharts\Configs

I

AreaChart::isStacked() — Method in class AreaChart
If set to true, series elements are stacked.
AreaChart::interpolateNulls() — Method in class AreaChart
Whether to guess the value of missing points. If true, it will guess the value of any missing data based on neighboring points. If false, it will leave a break in the line at the unknown point.
BarChart::isStacked() — Method in class BarChart
If set to true, series elements are stacked.
ColumnChart::isStacked() — Method in class ColumnChart
If set to true or "relative", series elements are stacked.
ComboChart::isStacked() — Method in class ComboChart
If set to true, series elements are stacked.
LineChart::interpolateNulls() — Method in class LineChart
Whether to guess the value of missing points. If true, it will guess the value of any missing data based on neighboring points. If false, it will leave a break in the line at the unknown point.
PieChart::is3D() — Method in class PieChart
If set to true, displays a three-dimensional chart.
$ TextStyleProperty in class TextStyle
Text is italic.
TextStyle::italic() — Method in class TextStyle
Set italic on/off for the text element.
$ TooltipProperty in class Tooltip
Tooltip is HTML.
Tooltip::isHtml() — Method in class Tooltip
Sets whether the tooltip is HTML.
InvalidCellCountClass in namespace Khill\Lavacharts\Exceptions
InvalidChartLabelClass in namespace Khill\Lavacharts\Exceptions
InvalidColumnDefinitionClass in namespace Khill\Lavacharts\Exceptions
InvalidColumnIndexClass in namespace Khill\Lavacharts\Exceptions
InvalidConfigPropertyClass in namespace Khill\Lavacharts\Exceptions
InvalidConfigValueClass in namespace Khill\Lavacharts\Exceptions
InvalidDateClass in namespace Khill\Lavacharts\Exceptions
InvalidDivDimensionsClass in namespace Khill\Lavacharts\Exceptions
InvalidElementIdClass in namespace Khill\Lavacharts\Exceptions
InvalidEventCallbackClass in namespace Khill\Lavacharts\Exceptions
InvalidLavaObjectClass in namespace Khill\Lavacharts\Exceptions
InvalidRowDefinitionClass in namespace Khill\Lavacharts\Exceptions
InvalidRowPropertyClass in namespace Khill\Lavacharts\Exceptions
Utils::isIntOrPercent() — Method in class Utils
Tests input for valid int or percent

J

JavascriptFactoryClass in namespace Khill\Lavacharts
$ LavachartsProperty in class Lavacharts
Javascript factory class for lava.js and chart js
Lavacharts::jsapi() — Method in class Lavacharts
Outputs the link to the Google JSAPI

K

GeoChart::keepAspectRatio() — Method in class GeoChart
If true, the map will be drawn at the largest size that can fit inside the chart area at its natural aspect ratio. If only one of the width and height options is specified, the other one will be calculated according to the aspect ratio.

L

AreaChart::lineWidth() — Method in class AreaChart
Data line width in pixels. Use zero to hide all lines and show only the points. You can override values for individual series using the series property.
$ ChartProperty in class Chart
Chart::legend() — Method in class Chart
An object with members to configure various aspects of the legend. To specify properties of this object, create a new legend() object, set the values then pass it to this function or to the constructor.
LineChartClass in namespace Khill\Lavacharts\Charts
LineChart::lineWidth() — Method in class LineChart
Data line width in pixels. Use zero to hide all lines and show only the points. You can override values for individual series using the series property.
$ AxisProperty in class Axis
Linear or Logarithmic scaled axis.
Axis::logScale() — Method in class Axis
Sets the axis property that makes the axis a logarithmic scale (requires all values to be positive). Set to [ true | false ].
$ ChartAreaProperty in class ChartArea
How far to draw the chart from the left border.
ChartArea::left() — Method in class ChartArea
Sets the left padding of the chart in the container.
LegendClass in namespace Khill\Lavacharts\Configs
LavachartsFacadeClass in namespace Khill\Lavacharts\Laravel
LavachartsServiceProviderClass in namespace Khill\Lavacharts\Laravel
LavachartsClass in namespace Khill\Lavacharts
Psr4Autoloader::loadClass() — Method in class Psr4Autoloader
Loads the class file for a given class name.

M

CalendarChart::monthLabel() — Method in class CalendarChart
Sets the style for the month labels.
CalendarChart::monthOutlineColor() — Method in class CalendarChart
Months with data values are delineated from others using a border in this style.
GaugeChart::majorTicks() — Method in class GaugeChart
Labels for major tick marks. The number of labels define the number of major ticks in all gauges.
GaugeChart::max() — Method in class GaugeChart
The maximal value of a gauge.
GaugeChart::min() — Method in class GaugeChart
The minimal value of a gauge.
GaugeChart::minorTicks() — Method in class GaugeChart
The number of minor tick section in each major tick section.
GeoChart::magnifyingGlass() — Method in class GeoChart
Sets up the magnifying glass, so when the user lingers over a cluttered marker, a magnifiying glass will be opened.
GeoChart::markerOpacity() — Method in class GeoChart
The opacity of the markers, where 0.0 is fully transparent and 1.0 is fully opaque.
TreeMap::maxColor() — Method in class TreeMap
The color for a rectangle with a column 3 value of maxColorValue.
TreeMap::maxDepth() — Method in class TreeMap
The maximum number of node levels to show in the current view. Levels will be flattened into the current plane. If your tree has more levels than this, you will have to go up or down to see them. You can additionally see maxPostDepth levels below this as shaded rectangles within these nodes.
TreeMap::maxHighlightColor() — Method in class TreeMap
The highlight color to use for the node with the largest value in column 3. Specify an HTML color value or null; If null, this value will be the value of maxColor lightened by 35%.
TreeMap::maxPostDepth() — Method in class TreeMap
How many levels of nodes beyond maxDepth to show in "hinted" fashion.
TreeMap::maxColorValue() — Method in class TreeMap
The maximum value allowed in column 3. All values greater than this will be trimmed to this value. If set to null, it will be set to the max value in the column.
TreeMap::midColor() — Method in class TreeMap
The color for a rectangle with a column 3 value midway between maxColorValue and minColorValue. Specify an HTML color value.
TreeMap::midHighlightColor() — Method in class TreeMap
The highlight color to use for the node with a column 3 value near the median of minColorValue and maxColorValue. Specify an HTML color value or null; if null, this value will be the value of midColor lightened by 35%.
TreeMap::minColor() — Method in class TreeMap
The color for a rectangle with the column 3 value of minColorValue.
TreeMap::minHighlightColor() — Method in class TreeMap
The highlight color to use for the node with a column 3 value nearest to minColorValue. Specify an HTML color value or null; if null, this value will be the value of minColor lightened by 35%.
TreeMap::minColorValue() — Method in class TreeMap
The minimum value allowed in column 3. All values less than this will be trimmed to this value. If set to null, it will be calculated as the minimum value in the column.
$ AxisProperty in class Axis
Moves the max value of the axis to the specified value.
$ AxisProperty in class Axis
Maximum number of lines allowed for the text labels.
$ AxisProperty in class Axis
Moves the max value of the axis to the specified value.
$ AxisProperty in class Axis
An array with key => value pairs to configure the minorGridlines.
$ AxisProperty in class Axis
Minimum spacing, in pixels, allowed between two adjacent text labels.
$ AxisProperty in class Axis
Moves the min value of the axis to the specified value.
Axis::minorGridlines() — Method in class Axis
Sets the color and count of the minorGridlines
Axis::maxAlternation() — Method in class Axis
Maximum number of levels of axis text.
Axis::maxTextLines() — Method in class Axis
Maximum number of lines allowed for the text labels.
Axis::minTextSpacing() — Method in class Axis
Minimum spacing, in pixels, allowed between two adjacent text labels.
Axis::maxValue() — Method in class Axis
Axis property that specifies the highest axis grid line. The actual grid line will be the greater of two values: the maxValue option value, or the highest data value, rounded up to the next higher grid mark.
Axis::minValue() — Method in class Axis
axis property that specifies the lowest axis grid line. The actual grid line will be the lower of two values: the minValue option value, or the lowest data value, rounded down to the next lower grid mark.
$ ColorAxisProperty in class ColorAxis
Minimum value for chart color data.
$ ColorAxisProperty in class ColorAxis
Maximum value for chart color data.
ColorAxis::minValue() — Method in class ColorAxis
If present, specifies a minimum value for chart color data. Color data values of this value and lower will be rendered as the first color in the $this->colors range.
ColorAxis::maxValue() — Method in class ColorAxis
If present, specifies a maximum value for chart color data. Color data values of this value and higher will be rendered as the last color in the $this->colors range.
$ HorizontalAxisProperty in class HorizontalAxis
Number of levels of alternation.
$ HorizontalAxisProperty in class HorizontalAxis
Maximum number of labels.
$ HorizontalAxisProperty in class HorizontalAxis
Minimum amount in pixels of space between labels.
HorizontalAxis::maxAlternation() — Method in class HorizontalAxis
Maximum number of levels of axis text.
HorizontalAxis::maxTextLines() — Method in class HorizontalAxis
Maximum number of lines allowed for the text labels.
HorizontalAxis::minTextSpacing() — Method in class HorizontalAxis
Minimum spacing, in pixels, allowed between two adjacent text labels.
MagnifyingGlassClass in namespace Khill\Lavacharts\Configs
$ SizeAxisProperty in class SizeAxis
Maximum radius of the largest possible bubble, in pixels.
$ SizeAxisProperty in class SizeAxis
The size value to be mapped to $this->maxSize.
$ SizeAxisProperty in class SizeAxis
Mininum radius of the smallest possible bubble, in pixels.
$ SizeAxisProperty in class SizeAxis
The size value to be mapped to $this->minSize.
SizeAxis::maxSize() — Method in class SizeAxis
Sets maximum radius of the largest possible bubble, in pixels
SizeAxis::maxValue() — Method in class SizeAxis
Set the size value (as appears in the chart data) to be mapped to $this->maxSize. Larger values will be cropped to this value.
SizeAxis::minSize() — Method in class SizeAxis
Sets mininum radius of the smallest possible bubble, in pixels
SizeAxis::minValue() — Method in class SizeAxis
Set the size value (as appears in the chart data) to be mapped to $this->minSize. Larger values will be cropped to this value.
MouseOutClass in namespace Khill\Lavacharts\Events
MouseOut Event Object
MouseOverClass in namespace Khill\Lavacharts\Events
MouseOver Event Object

N

CalendarChart::noDataPattern() — Method in class CalendarChart
An object that specifies a mapping between color column values and colors or a gradient scale.
TreeMap::noColor() — Method in class TreeMap
The color to use for a rectangle when a node has no value for column 3, and that node is a leaf (or contains only leaves). Specify an HTML color value.
TreeMap::noHighlightColor() — Method in class TreeMap
The color to use for a rectangle of "no" color when highlighted. Specify an HTML color value or null; if null, this will be the value of noColor lightened by 35%.
NumberFormatClass in namespace Khill\Lavacharts\Formats
$ NumberFormatProperty in class NumberFormat
Text color for negative values.
$ NumberFormatProperty in class NumberFormat
Indicates that negative values should be surrounded by parentheses
NumberFormat::negativeColor() — Method in class NumberFormat
The text color for negative values. No default value.
NumberFormat::negativeParens() — Method in class NumberFormat
Sets whether negative values should be surrounded by parentheses.
Utils::nonEmptyString() — Method in class Utils
Checks if variable is a non-empty string
Utils::nonEmptyStringInArray() — Method in class Utils
Checks if variable is a non-empty string within an array of values

O

BarChart::orientation() — Method in class BarChart
Chart::optionsToJson() — Method in class Chart
Returns a JSON string representation of the chart's properties.
$ SliceProperty in class Slice
Offset amount.
Slice::offset() — Method in class Slice
How far to separate the slice from the rest of the pie.

P

AreaChart::pointSize() — Method in class AreaChart
Diameter of displayed points in pixels. Use zero to hide all points. You can override values for individual series using the series property.
DonutChart::pieHole() — Method in class DonutChart
If between 0 and 1, displays a donut chart. The hole with have a radius equal to $pieHole times the radius of the chart.
LineChart::pointSize() — Method in class LineChart
Diameter of displayed points in pixels. Use zero to hide all points. You can override values for individual series using the series property.
PieChartClass in namespace Khill\Lavacharts\Charts
PieChart::pieSliceBorderColor() — Method in class PieChart
The color of the slice borders. Only applicable when the chart is two-dimensional; is3D == false || null
PieChart::pieSliceText() — Method in class PieChart
The content of the text displayed on the slice. Can be one of the following:
PieChart::pieSliceTextStyle() — Method in class PieChart
An object that specifies the slice text style. create a new textStyle() object, set the values then pass it to this function or to the constructor.
PieChart::pieStartAngle() — Method in class PieChart
The angle, in degrees, to rotate the chart by. The default of 0 will orient the leftmost edge of the first slice directly up.
PieChart::pieResidueSliceColor() — Method in class PieChart
Color for the combination slice that holds all slices below sliceVisibilityThreshold.
PieChart::pieResidueSliceLabel() — Method in class PieChart
A label for the combination slice that holds all slices below sliceVisibilityThreshold.
$ DataCellProperty in class DataCell
An object that is a map of custom values applied to the cell. (Optional)
$ LegendProperty in class Legend
Position of the legend.
Legend::position() — Method in class Legend
Sets the position of the legend.
$ DateFormatProperty in class DateFormat
Format string, as a subset of the ICU pattern set.
DateFormat::pattern() — Method in class DateFormat
A custom format pattern to apply to the value, similar to the ICU date and time format.
$ NumberFormatProperty in class NumberFormat
Format string, as a subset of the ICU pattern set.
$ NumberFormatProperty in class NumberFormat
prefix to assign to values in the visualization.
NumberFormat::pattern() — Method in class NumberFormat
A format string. When provided, all other options are ignored, except negativeColor.
NumberFormat::prefix() — Method in class NumberFormat
Sets the string prefix for the value.
LavachartsServiceProvider::provides() — Method in class LavachartsServiceProvider
Psr4AutoloaderClass in namespace Khill\Lavacharts
PSR4 Autoloader Class

R

BarChart::reverseCategories() — Method in class BarChart
If set to true, will draw series from bottom to top. The default is to draw top-to-bottom.
Chart::render() — Method in class Chart
Outputs the chart javascript into the page
GaugeChart::redColor() — Method in class GaugeChart
The color to use for the red section, in HTML color notation.
GaugeChart::redFrom() — Method in class GaugeChart
The lowest value for a range marked by a red color.
GaugeChart::redTo() — Method in class GaugeChart
The highest value for a range marked by a red color.
GeoChart::region() — Method in class GeoChart
The area to display on the map. (Surrounding areas will be displayed as well.) Can be one of the following:
GeoChart::resolution() — Method in class GeoChart
The resolution of the map borders. Choose one of the following values:
PieChart::reverseCategories() — Method in class PieChart
If set to true, will draw slices counterclockwise. The default is to draw clockwise.
$ BoxStyleProperty in class BoxStyle
X radius of the corner curvature.
$ BoxStyleProperty in class BoxStyle
Y radius of the corner curvature.
BoxStyle::rx() — Method in class BoxStyle
Sets the x-radius of the corner curvature.
BoxStyle::ry() — Method in class BoxStyle
Sets the y-radius of the corner curvature.
ReadyClass in namespace Khill\Lavacharts\Events
Ready Event Object
LavachartsServiceProvider::register() — Method in class LavachartsServiceProvider
Lavacharts::render() — Method in class Lavacharts
Renders the chart into the page
Psr4Autoloader::register() — Method in class Psr4Autoloader
Register loader with SPL autoloader stack.

S

BarChart::series() — Method in class BarChart
An array of objects, each describing the format of the corresponding series in the chart. To use default values for a series, specify an null in the array.
Chart::setOptions() — Method in class Chart
Sets configuration options from array of values
ComboChart::series() — Method in class ComboChart
An array of objects, each describing the format of the corresponding series in the chart. To use default values for a series, specify an null in the array.
ComboChart::seriesType() — Method in class ComboChart
The default line type for any series not specified in the series property.
GeoChart::sizeAxis() — Method in class GeoChart
An object with members to configure how values are associated with bubble sizes.
PieChart::slices() — Method in class PieChart
An array of slice objects, each describing the format of the corresponding slice in the pie. To use default values for a slice, specify a null. If a slice or a value is not specified, the global value will be used.
PieChart::sliceVisibilityThreshold() — Method in class PieChart
The slice relative part, below which a slice will not show individually.
TreeMap::showScale() — Method in class TreeMap
Whether or not to show a color gradient scale from minColor to maxColor along the top of the chart. Specify true to show the scale.
TreeMap::showTooltips() — Method in class TreeMap
Whether or not to show tooltips.
$ AnimationProperty in class Animation
Determines if the chart will animate on the initial draw.
Animation::startup() — Method in class Animation
Determines if the chart will animate on the initial draw.
$ AxisProperty in class Axis
How many axis labels to show.
Axis::showTextEvery() — Method in class Axis
How many axis labels to show
$ BackgroundColorProperty in class BackgroundColor
The color of the chart border, as an HTML color string.
$ BackgroundColorProperty in class BackgroundColor
The border width, in pixels.
BackgroundColor::stroke() — Method in class BackgroundColor
Sets the chart border color. Example: 'red' or '#A2A2A2'
BackgroundColor::strokeWidth() — Method in class BackgroundColor
Sets the chart border width.
$ BoxStyleProperty in class BoxStyle
Color of the box outline.
$ BoxStyleProperty in class BoxStyle
Thickness of the box outline.
BoxStyle::stroke() — Method in class BoxStyle
If present, specifies the color for the box outline.
BoxStyle::strokeWidth() — Method in class BoxStyle
Sets the thickness of the box outline.
DataTable::setTimezone() — Method in class DataTable
Sets the Timezone that Carbon will use when parsing dates
DataTable::setDateTimeFormat() — Method in class DataTable
Sets the format to be used by Carbon::createFromFormat()
$ HorizontalAxisProperty in class HorizontalAxis
Slanted or normal labels.
$ HorizontalAxisProperty in class HorizontalAxis
Angle of labels.
$ HorizontalAxisProperty in class HorizontalAxis
Amount of labels to show.
HorizontalAxis::slantedText() — Method in class HorizontalAxis
Sets whether the labels are slanted or not.
HorizontalAxis::slantedTextAngle() — Method in class HorizontalAxis
Sets the angle of the axis text, if it's drawn slanted. Ignored if axis.slantedText is false, or is in auto mode, and the chart decided to draw the text horizontally.
HorizontalAxis::showTextEvery() — Method in class HorizontalAxis
How many axis labels to show
SeriesClass in namespace Khill\Lavacharts\Configs
SizeAxisClass in namespace Khill\Lavacharts\Configs
SliceClass in namespace Khill\Lavacharts\Configs
StrokeClass in namespace Khill\Lavacharts\Configs
$ StrokeProperty in class Stroke
Color to assign the stroke.
$ StrokeProperty in class Stroke
Opacity of the stroke.
$ StrokeProperty in class Stroke
Width of the stroke, in pixels.
Stroke::stroke() — Method in class Stroke
Sets the color of the stroke.
Stroke::strokeOpacity() — Method in class Stroke
Sets the opacity of the stroke.
Stroke::strokeWidth() — Method in class Stroke
Sets the width of the stroke.
$ TooltipProperty in class Tooltip
Show color code for the tooltip.
Tooltip::showColorCode() — Method in class Tooltip
Sets whether to show the color code.
SelectClass in namespace Khill\Lavacharts\Events
Select Event Object
$ NumberFormatProperty in class NumberFormat
suffix to assign to values in the visualization.
NumberFormat::suffix() — Method in class NumberFormat
Sets the string suffix for the value.
Volcano::storeChart() — Method in class Volcano
Stores a chart in the volcano datastore.

T

$ AreaChartProperty in class AreaChart
$ BarChartProperty in class BarChart
BarChart::theme() — Method in class BarChart
A theme is a set of predefined option values that work together to achieve a specific chart behavior or visual effect. Currently only one theme is available: 'maximized' - Maximizes the area of the chart, and draws the legend and all of the labels inside the chart area. Sets the following options:
$ CalendarChartProperty in class CalendarChart
$ ChartProperty in class Chart
Chart::title() — Method in class Chart
Text to display above the chart.
Chart::titlePosition() — Method in class Chart
Where to place the chart title, compared to the chart area. Supported values: 'in' - Draw the title inside the chart area.
Chart::titleTextStyle() — Method in class Chart
An object that specifies the title text style. create a new textStyle() object, set the values then pass it to this function or to the constructor.
Chart::tooltip() — Method in class Chart
An object with members to configure various tooltip elements. To specify properties of this object, create a new tooltip() object, set the values then pass it to this function or to the constructor.
$ ColumnChartProperty in class ColumnChart
$ ComboChartProperty in class ComboChart
$ DonutChartProperty in class DonutChart
$ GaugeChartProperty in class GaugeChart
$ GeoChartProperty in class GeoChart
$ PieChartProperty in class PieChart
TreeMapClass in namespace Khill\Lavacharts\Charts
$ TreeMapProperty in class TreeMap
$ AnnotationProperty in class Annotation
Style of the annotation.
Annotation::textStyle() — Method in class Annotation
An object that specifies the annotation text style.
$ AxisProperty in class Axis
Position of the vertical axis text, relative to the chart area.
$ AxisProperty in class Axis
An object that specifies the axis text style.
$ AxisProperty in class Axis
Property that specifies a title for the axis.
$ AxisProperty in class Axis
An object that specifies the text style of the chart title.
Axis::textPosition() — Method in class Axis
Position of the axis text, relative to the chart area.
Axis::textStyle() — Method in class Axis
Sets the textstyle for the axis
Axis::title() — Method in class Axis
Axis property that specifies the title of the axis.
Axis::titleTextStyle() — Method in class Axis
An object that specifies the axis title text style.
$ ChartAreaProperty in class ChartArea
How far to draw the chart from the top border.
ChartArea::top() — Method in class ChartArea
Sets the top padding of the chart in the container.
ConfigObject::toArray() — Method in class ConfigObject
Returns an array representation of the object.
DataCell::toJson() — Method in class DataCell
Converts the DataCell object to JSON notation.
$ DataTableProperty in class DataTable
Timezone for dealing with datetime and Carbon objects
DataTable::toJson() — Method in class DataTable
Convert the DataTable to JSON
$ LegendProperty in class Legend
Text style of the legend.
Legend::textStyle() — Method in class Legend
An object that specifies the legend text style.
$ SeriesProperty in class Series
Which axis is the target of the series definition.
$ SeriesProperty in class Series
Text style of the series.
$ SeriesProperty in class Series
The type of marker for this series.
Series::targetAxisIndex() — Method in class Series
Which axis to assign this series to.
Series::type() — Method in class Series
The default line type for any series not specified in the series property.
Series::textStyle() — Method in class Series
An object that specifies the series text style.
$ SliceProperty in class Slice
Slice text style.
Slice::textStyle() — Method in class Slice
Overrides the global pieSliceTextSlice for this slice.
TextStyleClass in namespace Khill\Lavacharts\Configs
TooltipClass in namespace Khill\Lavacharts\Configs
$ TooltipProperty in class Tooltip
Tooltip text style
$ TooltipProperty in class Tooltip
Trigger Action of the tooltip.
Tooltip::textStyle() — Method in class Tooltip
Sets the text style of the tooltip.
Tooltip::trigger() — Method in class Tooltip
Sets The user interaction that causes the tooltip to be displayed.
$ DateFormatProperty in class DateFormat
timeZone to assign to values in the visualization.
DateFormat::timeZone() — Method in class DateFormat
Sets the time zone in which to display the date value.
Format::toJson() — Method in class Format
Returns a JSON string representation of the object's properties.

U

CalendarChart::underMonthSpace() — Method in class CalendarChart
The number of pixels between the bottom of the month labels and the top of the day squares.
CalendarChart::underYearSpace() — Method in class CalendarChart
The number of pixels between the bottom-most year label and the bottom of the chart.
CalendarChart::unusedMonthOutlineColor() — Method in class CalendarChart
Months without data values are delineated from others using a border in this style.
UtilsClass in namespace Khill\Lavacharts

V

AreaChart::vAxis() — Method in class AreaChart
An object with members to configure various vertical axis elements. To specify properties of this property, create a new vAxis() object, set the values then pass it to this function or to the constructor.
BarChart::vAxes() — Method in class BarChart
Specifies properties for individual vertical axes
BarChart::vAxis() — Method in class BarChart
An object with members to configure various vertical axis elements. To specify properties of this property, create a new VerticalAxis object, set the values then pass it to this function or to the constructor.
ColumnChart::vAxis() — Method in class ColumnChart
An object with members to configure various vertical axis elements. To specify properties of this property, create a new vAxis() object, set the values then pass it to this function or to the constructor.
ComboChart::vAxes() — Method in class ComboChart
Specifies properties for individual vertical axes
ComboChart::vAxis() — Method in class ComboChart
An object with members to configure various vertical axis elements. To specify properties of this property, create a new vAxis() object, set the values then pass it to this function or to the constructor.
LineChart::vAxis() — Method in class LineChart
An object with members to configure various vertical axis elements. To specify properties of this property, create a new vAxis() object, set the values then pass it to this function or to the constructor.
$ AxisProperty in class Axis
Specifies the cropping range of the vertical axis.
$ AxisProperty in class Axis
Specifies how to scale the axis to render the values within the chart area.
Axis::viewWindow() — Method in class Axis
Specifies the cropping range of the axis.
Axis::viewWindowMode() — Method in class Axis
Specifies how to scale the axis to render the values within the chart area. The following string values are supported:
$ ColorAxisProperty in class ColorAxis
Controls how values are associated with colors.
ColorAxis::values() — Method in class ColorAxis
If present, controls how values are associated with colors. Each value is associated with the corresponding color in the $this->colors array.
$ DataCellProperty in class DataCell
The cell value.
VerticalAxisClass in namespace Khill\Lavacharts\Configs
Vertical Axis Properties Object
$ LavachartsProperty in class Lavacharts
Holds all of the defined Charts and DataTables.
VolcanoClass in namespace Khill\Lavacharts

W

Chart::width() — Method in class Chart
Width of the chart, in pixels.
$ ChartAreaProperty in class ChartArea
Width of the chart.
ChartArea::width() — Method in class ChartArea
Sets the width of the chart in the container.

X

$ GradientProperty in class Gradient
Where on the boundary to start in X.
$ GradientProperty in class Gradient
Where on the boundary to finish, relative to $x1.
Gradient::x1() — Method in class Gradient
Sets where on the boundary to start in X.
Gradient::x2() — Method in class Gradient
Sets where on the boundary to end in X, relative to x1.

Y

GaugeChart::yellowColor() — Method in class GaugeChart
The color to use for the yellow section, in HTML color notation.
GaugeChart::yellowFrom() — Method in class GaugeChart
The lowest value for a range marked by a yellow color.
GaugeChart::yellowTo() — Method in class GaugeChart
The highest value for a range marked by a yellow color.
$ GradientProperty in class Gradient
Where on the boundary to start in Y.
$ GradientProperty in class Gradient
Where on the boundary to finish, relative to $y1.
Gradient::y1() — Method in class Gradient
Sets where on the boundary to start in Y.
Gradient::y2() — Method in class Gradient
Sets where on the boundary to end in Y, relative to y1.

Z

$ MagnifyingGlassProperty in class MagnifyingGlass
Zoom factor of the magnifying glass.
MagnifyingGlass::zoomFactor() — Method in class MagnifyingGlass
The zoom factor of the magnifying glass.

_

AreaChart::__construct() — Method in class AreaChart
Builds a new chart with a label.
BarChart::__construct() — Method in class BarChart
Builds a new chart with a label.
CalendarChart::__construct() — Method in class CalendarChart
Builds a new chart with a label.
Chart::__construct() — Method in class Chart
Builds a new chart with a label.
ColumnChart::__construct() — Method in class ColumnChart
Builds a new chart with a label.
ComboChart::__construct() — Method in class ComboChart
Builds a new chart with a label.
DonutChart::__construct() — Method in class DonutChart
Builds a new chart with a label.
GaugeChart::__construct() — Method in class GaugeChart
Builds a new chart with a label.
GeoChart::__construct() — Method in class GeoChart
Builds a new chart with a label.
LineChart::__construct() — Method in class LineChart
Builds a new chart with a label.
PieChart::__construct() — Method in class PieChart
Builds a new chart with a label.
TreeMap::__construct() — Method in class TreeMap
Builds a new chart with a label.
Animation::__construct() — Method in class Animation
Builds the Animation object.
Annotation::__construct() — Method in class Annotation
Builds the Annotation object.
Axis::__construct() — Method in class Axis
Builds the configuration when passed an array of options.
BackgroundColor::__construct() — Method in class BackgroundColor
Builds the backgroundColor object with specified options
BoxStyle::__construct() — Method in class BoxStyle
Builds the boxStyle object with specified options
ChartArea::__construct() — Method in class ChartArea
Builds the chartArea object when passed an array of configuration options.
Color::__construct() — Method in class Color
Builds the Color object with specified options
ColorAxis::__construct() — Method in class ColorAxis
Builds the ColorAxis object with specified options
ConfigObject::__construct() — Method in class ConfigObject
Builds the ConfigOptions object.
DataCell::__construct() — Method in class DataCell
Defines a DataCell for a DataTable
DataTable::__construct() — Method in class DataTable
Creates a new DataTable
Gradient::__construct() — Method in class Gradient
Builds the gradient object with specified options
HorizontalAxis::__construct() — Method in class HorizontalAxis
Builds the configuration when passed an array of options.
Legend::__construct() — Method in class Legend
Builds the legend object when passed an array of configuration options.
MagnifyingGlass::__construct() — Method in class MagnifyingGlass
Builds the MagnifyingGlass object.
Series::__construct() — Method in class Series
Builds the series object when passed an array of configuration options.
SizeAxis::__construct() — Method in class SizeAxis
Builds the configuration when passed an array of options.
Slice::__construct() — Method in class Slice
Builds the slice object with specified options.
Stroke::__construct() — Method in class Stroke
Builds the Stroke object with specified options
TextStyle::__construct() — Method in class TextStyle
Builds the textStyle object when passed an array of configuration options.
Tooltip::__construct() — Method in class Tooltip
Builds the tooltip object with specified options.
VerticalAxis::__construct() — Method in class VerticalAxis
Builds the configuration when passed an array of options.
AnimationFinish::__construct() — Method in class AnimationFinish
Builds the AnimationFinish Event object when passed an array of configuration options.
Error::__construct() — Method in class Error
Builds the Error Event object.
Event::__construct() — Method in class Event
Builds the Event object.
MouseOut::__construct() — Method in class MouseOut
Builds the MouseOut Event object when passed an array of configuration options.
MouseOver::__construct() — Method in class MouseOver
Builds the MouseOver Event object when passed an array of configuration options.
Ready::__construct() — Method in class Ready
Builds the Ready Event object.
Select::__construct() — Method in class Select
Builds the Select Event object.
ChartNotFound::__construct() — Method in class ChartNotFound
DataTableNotFound::__construct() — Method in class DataTableNotFound
InvalidCellCount::__construct() — Method in class InvalidCellCount
InvalidChartLabel::__construct() — Method in class InvalidChartLabel
InvalidColumnDefinition::__construct() — Method in class InvalidColumnDefinition
InvalidColumnIndex::__construct() — Method in class InvalidColumnIndex
InvalidConfigProperty::__construct() — Method in class InvalidConfigProperty
InvalidConfigValue::__construct() — Method in class InvalidConfigValue
InvalidDate::__construct() — Method in class InvalidDate
InvalidDivDimensions::__construct() — Method in class InvalidDivDimensions
InvalidElementId::__construct() — Method in class InvalidElementId
InvalidEventCallback::__construct() — Method in class InvalidEventCallback
InvalidLavaObject::__construct() — Method in class InvalidLavaObject
InvalidRowDefinition::__construct() — Method in class InvalidRowDefinition
InvalidRowProperty::__construct() — Method in class InvalidRowProperty
DateFormat::__construct() — Method in class DateFormat
Builds the NumberFormat object with specified options
Format::__construct() — Method in class Format
Builds the ConfigOptions object.
NumberFormat::__construct() — Method in class NumberFormat
Builds the NumberFormat object with specified options
Lavacharts::__construct() — Method in class Lavacharts
Creates Volcano & Javascript Factory
Lavacharts::__call() — Method in class Lavacharts
Magic function to reduce repetitive coding and create aliases.
Utils::__callStatic() — Method in class Utils
Magic method as an alias to is_a($object, $type)