Skip to content

Commit

Permalink
fix StockGoggle so all content is included, rename WorldStatsDataChar…
Browse files Browse the repository at this point in the history
…tTooltip - Web.ts since it did not have any code and was causing build issues
  • Loading branch information
IGvaleries committed Jan 8, 2025
1 parent 5386c2e commit ba3123b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions code-gen-library/StockGoogle/Web.ts
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
//begin imports
//end imports

//begin data
export class StockGoogle extends Array<StockItem> {


constructor(){
constructor() {
constructor(){
super();
let jsonData = [
{ "Date": "2014-03-01", "Open": 559.6, "High": 568.2, "Low": 558.4, "Close": 566.9, "Volume": 2182626 },
Expand Down Expand Up @@ -997,4 +1000,5 @@ export class StockItem {

public date?: Date;

}
}
//end data

0 comments on commit ba3123b

Please sign in to comment.