Added source control
Totals widget fixed
This is an example of IRIS Analytics dashboard which is made against the CSV file on causalities of The Game Of Thrones taken from Data World project
The dashboard can be examined here.
It’s a demo how you can:
This project is totally open for collaboration and pull requests
Make sure you have git and Docker desktop installed.
Fork or/and Clone/git pull the repo into any local directory
$ git git@github.com:evshvarov/got-analytics.git
Open the terminal in this directory and run:
$ docker-compose build
$ docker-compose up -d
Open in a browser the link: http://localhost:32814/dsw/index.html#!/d/Overview.dashboard?ns=IRISAPP”
This repository is ready to code in VSCode with ObjectScript plugin.
Install VSCode, Docker and ObjectScript plugin and open the folder in VSCode.
Open /src/cls/PackageSample/ObjectScript.cls class and try to make changes - it will be compiled in running IRIS docker container.
Feel free to delete PackageSample folder and place your ObjectScript classes in a form
/src/Package/Classname.cls
Read more about folder setup for InterSystems ObjectScript
The script in Installer.cls will import everything you place under /src into IRIS.
DSW version 3.1.21