Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Anderson, Danny H
gist-charts
Commits
b367d577
Commit
b367d577
authored
Oct 05, 2018
by
David Anderson
Browse files
DataPoint generic type now types data proptery as T instead of T or undefined
parent
08e47c49
Changes
1
Hide whitespace changes
Inline
Side-by-side
gist-charts/source/classes/datapoint.class.ts
View file @
b367d577
...
...
@@ -7,7 +7,7 @@ export class DataPoint<T = any> {
* @type {(T | undefined)}
* @memberof DataPoint
*/
public
data
:
T
|
undefined
;
public
data
:
T
;
/**
* Gist Chart use only.
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment