VChart icon indicating copy to clipboard operation
VChart copied to clipboard

[Documentation] For time axis (type: "time"), you should tell what type string the x field accepts:

Open xuanhun opened this issue 1 month ago • 0 comments

Documentation Title or Section

Image

Issue Description or Suggestion

for example:

  • Note: For time axis (type: "time"), the x field accepts:
    • Number (timestamp in milliseconds): Recommended for performance
    • Date object: Will be converted automatically
    • ISO 8601 string: e.g., "2023-10-05T12:00:00.000Z"

xuanhun avatar Oct 31 '25 10:10 xuanhun