just add the selected symbol to the filter context
This commit is contained in:
@@ -41,7 +41,9 @@ let createMasterFilterFrame=()=>{
|
|||||||
Object.defineProperty(me,"selectedTime",{
|
Object.defineProperty(me,"selectedTime",{
|
||||||
get:_=>{ return (_filterContext.selectedTime);}
|
get:_=>{ return (_filterContext.selectedTime);}
|
||||||
})
|
})
|
||||||
|
Object.defineProperty(me,"selectedSymbol",{
|
||||||
|
get:_=>{ return (_filterContext.theSymbol);}
|
||||||
|
})
|
||||||
me.beforeShowDay=(theDate)=>{
|
me.beforeShowDay=(theDate)=>{
|
||||||
let isoDate=theDate.toISOString().substr(0,10);
|
let isoDate=theDate.toISOString().substr(0,10);
|
||||||
//console.log("BeforeShow",isoDate,theDate);
|
//console.log("BeforeShow",isoDate,theDate);
|
||||||
|
|||||||
Reference in New Issue
Block a user