AnyChart
API Reference
Still have questions?
Contact support
Top

{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 | string | anychart.data.TextParsingSettings | undefinedDefines text parsing settings. Defaults to "csv".