AnyChart
API Reference
Still have questions?
Contact support
Top

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.BackgroundThe Background class contains methods for configuring standalones background.
anychart.standalones.ColorRangeThe ColorRange class contains methods for configuring standalones color range.
anychart.standalones.DataGridThe DataGrid class contains methods for configuring standalones data grid.
anychart.standalones.LabelThe Label class contains methods for configuring standalones label.
anychart.standalones.LabelsFactoryThe LabelsFactory class contains methods for configuring standalones labels factory.
anychart.standalones.LegendThe Legend class contains methods for configuring standalones legend.
anychart.standalones.MarkersFactoryThe MarkersFactory class contains methods for configuring standalones markers factory.
anychart.standalones.MarkersFactory.MarkerThe Marker class contains methods for configuring marker.
anychart.standalones.ProjectTimelineThe ProjectTimeline class contains methods for configuring standalones project timeline.
anychart.standalones.ResourceListThe ResourceList class contains methods for configuring standalones resource list.
anychart.standalones.ResourceTimelineThe ResourceTimeline class contains methods for configuring standalones resource timeline.
anychart.standalones.ScrollerThe Scroller class contains methods for configuring standalones scroller.
anychart.standalones.TableThe Table class contains methods for configuring standalones table.
anychart.standalones.TitleThe 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.

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.

Returns:

anychart.standalones.ProjectTimeline - Returns project timeline.

resourceList

Constructor function for resource list.

Params:

NameTypeDescription
dataArray.<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:

NameTypeDescription
rowsCountnumberNumber of rows in the table.
colsCountnumberNumber of columns in the table.

Returns:

anychart.standalones.Table - Returns table instance.

title

Constructor function for title.

Returns:

anychart.standalones.Title - Returns title instance.