Skip to content

Instantly share code, notes, and snippets.

@manaswinidas
Created March 16, 2021 18:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save manaswinidas/2a5ca418b304e86ff06bf28fa256747d to your computer and use it in GitHub Desktop.
Save manaswinidas/2a5ca418b304e86ff06bf28fa256747d to your computer and use it in GitHub Desktop.
Options and series interface for Time series component
{
chart: {
id: string;
};
xaxis: {
categories: Array<string | number>;
};
}
[{
name: string;
data: Array<string | number>;
}]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment