mozilla / looker-ci-line-chart

Mozilla Public License 2.0
1 stars 4 forks source link

Looker Line Chart with Confidence Interval

Work in progress

Development

Install dependencies: npm install

To build the visualization plugin run: npm run build

Any changes to the source code will be automatically detected.

Testing

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.

Installation

To install this plugin in Looker for use in production, go to MarketplaceManageInstall via git URL:

Updating

Whenever changes have been pushed to the git repository, the plugin needs to be manually updated in Looker. Go to MarketplaceManage and click on the settings icon of the installed plugin. Click Update to install updates.