Created
March 16, 2021 18:29
-
-
Save manaswinidas/2a5ca418b304e86ff06bf28fa256747d to your computer and use it in GitHub Desktop.
Options and series interface for Time series component
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
chart: { | |
id: string; | |
}; | |
xaxis: { | |
categories: Array<string | number>; | |
}; | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[{ | |
name: string; | |
data: Array<string | number>; | |
}] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment