namespace anychart.standalones Improve this Doc
The anychart.standalones namespace contains classes for using in a standalone format.
Functions Overview
background() | Constructor function. |
colorRange() | Constructor function. |
dataGrid() | Constructor function for data grid. |
label() | Constructor function for the labal. |
labelsFactory() | Constructor function for labels factory. |
legend() | Constructor function for legend. |
markersFactory() | Constructor function for markers factory. |
projectTimeline() | Constructor function for project timeline. |
resourceList() | Constructor function for resource list. |
resourceTimeline() | Constructor function for resource timeline. |
scroller() | Constructor function for scroller. |
table() | Constructor function for table. |
title() | Constructor function for title. |
Classes Overview
anychart.standalones.Background | The Background class contains methods for configuring standalones background. |
anychart.standalones.ColorRange | The ColorRange class contains methods for configuring standalones color range. |
anychart.standalones.DataGrid | The DataGrid class contains methods for configuring standalones data grid. |
anychart.standalones.Label | The Label class contains methods for configuring standalones label. |
anychart.standalones.LabelsFactory | The LabelsFactory class contains methods for configuring standalones labels factory. |
anychart.standalones.Legend | The Legend class contains methods for configuring standalones legend. |
anychart.standalones.MarkersFactory | The MarkersFactory class contains methods for configuring standalones markers factory. |
anychart.standalones.MarkersFactory.Marker | The Marker class contains methods for configuring marker. |
anychart.standalones.ProjectTimeline | The ProjectTimeline class contains methods for configuring standalones project timeline. |
anychart.standalones.ResourceList | The ResourceList class contains methods for configuring standalones resource list. |
anychart.standalones.ResourceTimeline | The ResourceTimeline class contains methods for configuring standalones resource timeline. |
anychart.standalones.Scroller | The Scroller class contains methods for configuring standalones scroller. |
anychart.standalones.Table | The Table class contains methods for configuring standalones table. |
anychart.standalones.Title | The Title class contains methods for configuring standalones title. |
Functions Description
background
Constructor function.
Returns:
anychart.standalones.Background - Returns background instance.colorRange
Constructor function.
Returns:
anychart.standalones.ColorRange - Returns color range instance.dataGrid
Constructor function for data grid.
Returns:
anychart.standalones.DataGrid -label
Constructor function for the labal.
Returns:
anychart.standalones.Label -labelsFactory
Constructor function for labels factory.
Returns:
anychart.standalones.LabelsFactory -legend
Constructor function for legend.
Returns:
anychart.standalones.Legend -markersFactory
Constructor function for markers factory.
Returns:
anychart.standalones.MarkersFactory -projectTimeline
Constructor function for project timeline.
Returns:
anychart.standalones.ProjectTimeline - Returns project timeline.resourceList
Constructor function for resource list.
Params:
Name | Type | Description |
---|---|---|
data | Array.<Object> | Data items. |
Returns:
anychart.standalones.ResourceList - Returns resource list instance.resourceTimeline
Constructor function for resource timeline.
Returns:
anychart.standalones.ResourceTimeline - Returns resource timeline.scroller
Constructor function for scroller.
Returns:
anychart.standalones.Scroller - Returns scroller instance.table
Constructor function for table.
Params:
Name | Type | Description |
---|---|---|
rowsCount | number | Number of rows in the table. |
colsCount | number | Number of columns in the table. |
Returns:
anychart.standalones.Table - Returns table instance.title
Constructor function for title.
Returns:
anychart.standalones.Title - Returns title instance.