Installation Instructions
yarn install
while in root directory- Attach Manfiest.lkml file to project in Looker (ensure appropriate model access)
- Adjust dashboard id in MainDashboard.tsx component (some vis types might need further checks when changing color, etc. be warned)
- Adjust handleChange function in
EmbedDashboard
Component to use the appropriate filter field(s) from the dashboard being used - Adjust the
options
in the<Select />
component to use the appropriate values for the filter(s) you want to adjust from outside of the dashboard yarn dev
to run dev server (output should be http://localhost:8080/bundle.js, which will be the url in the application parameter of the manifest)