Work in progress
Install dependencies: npm install
To build the visualization plugin run: npm run build
Any changes to the source code will be automatically detected.
To test local changes run npm run start
All changes made locally will be reflected when selecting the Line Chart with Confidence Interval - Development visualization.
This visualization has been configured by adding a new Visualization through the Admin interface and setting the entry point to https://localhost:3443/ciLineChart.js
In some cases the dev visualization might fail to load with ERR_CERT_AUTHORITY_INVALID
. This can be fixed by opening https://localhost:3443/ciLineChart.js
in a browser and accepting the risk that the certificate might not be valid.
To install this plugin in Looker for use in production, go to Marketplace → Manage → Install via git URL:
https://github.com/mozilla/looker-ci-line-chart.git
main
Whenever changes have been pushed to the git repository, the plugin needs to be manually updated in Looker. Go to Marketplace → Manage and click on the settings icon of the installed plugin. Click Update to install updates.