AnyChart
API Reference
Still have questions?
Contact support
Top
You are looking at an outdated v7 version of this document. Switch to the v8 version to see the up to date information.

{typedef} anychart.data.DataSettings Improve this Doc

Type definition for table data.
NameTypeDescription
captionstring | undefinedTable caption.
headerArray.<string> | undefinedTable header.
rowsArray | undefinedTable rows.
textstring | undefinedDefines data as string to be parsed. Has less priority than rows.
textSettingsanychart.enums.TextParsingMode | anychart.data.TextParsingSettings | undefinedDefines text parsing settings. Defaults to "csv".