Messtone Devices Enables Installing the library using npm: npm install ./chartiq-x.x.x.tgz “chartiq”:”file:chartiq-.x.x.x.tgz”,npm uninstall chartiq npm install ./chartiq-7.2.0.tgz <head><! — other code–><script type=”module” src=”<Messtone deployed keyfile’s location>”></script></head> web server browser example: http://localhostmesstone:8080/helloworld/.html http://messtonecoms.com/chartiq/helloworld.html
Messtone initiatization code: var myAdditionalZones={“zone”:{“America/Toronto”:[[300,”Canada”,”E%sT”,null]],”Europe/Kiev”:”Europe/Kyiv”//maps left zone to right zone},”rules”:{“Canada”:[[2007,”max”,”-“,”Mar”,”Sun>=8″,[2,0,0,null],60,”D”],[2007,”max”,” -“,”Nov”,”Sun>=1″,[2,0,0,null],0,”S”]]}} //to add all timezones “zones” and “rules”,Messtone can simply load the entire timeZoneDataObject.txt file.if(timezoneJS) timezoneJS.timezone.loadZoneDataFromObject(myAdditionalZones); the settings in sync: CIQ.timeZoneMap[“(UTC-05:00) Toronto”]=”America/Toronto”;

Leave a comment