table_charter

1.3.1 • Public • Published

table_charter

pipeline status

pipeline status pipeline status

WIP

Introduction

This javascript package provides a web component <table-charter> that hosts an app (using lit) which allows to interactively choose the plot type and its settings of the crosstabs generated with the crosstabser package (for instance, by calling the Tabula$save_html_app()). Please open the demo to see it live.

For an interactive demo how table_charter depends on datadaptor & crosstabser see here. See here for a description of the data format needed by table_charter.

Usage

In order to use table_charter you need to load the underlying code into your html. The easiest way is to load the source code of the npm package (which you can download from unpkg for every published version) in a stand-alone html file.

Embedding in html

To understand how you can embed table_charter in html documents, have a look at the minimal_example.html stand-alone html file. When the source code is loaded, it provides the TableCharter web component that contains the app which you can embed with the <table-charter> tag in your html.

In example_dashboard.html we added a header (with the option to change the language of the app; only German and English for now) and a footer and some styling.

Stand-alone html files

  • You can run the app by downloading a stand-alone html file and open it locally in your browser.
  • Another way is to install the package on your machine (see below) and then generate a stand-alone file with the current state of all the needed javascript code included (in contrast to providing a download link to the unpkg cdn) with npm run standalone-build.

Installation

If you also want to experiment with the code inside the table_charter web component, install it on your machine with (needs git & npm):

git clone https://gitlab.com/urswilke/table_charter
cd table_charter
npm i

Dev server

You can then run the app on a dev server on your computer with vite by entering the following commands in your cli:

npm run dev

This will run the app in index.html and all the related source code on a local dev server (example_dashboard.html is a stand-alone verion of index.html).

Deploying it in the web

Our demo is the result of deploying the production version of the table_charter html element automatically each time code is pushed into this repo (with the pages part in the gitlab ci). By forking this repo and adapting the data used, you can deploy dashboards with your own data to the web.

Tests

The tests are made with webdriverio and can be run on firefox with

npm run test

and on chrome with

npm run test -- --chrome

They are also run on push with the gitlab ci.

Outlook

The versatility of the lit element with charts from observable plot and the tidy data structure allow to easily

  • add further options to controll the charts' features & appearance,
  • connect the dashboard to a data base,
  • easily expand the generated plot types, such as
  • plotting the data of multiple questions in different columns, or
  • assembling the survey data of different years
  • etc. ...

License

Please take note that the source code of this repo is published under the AGPLv3 license.

Readme

Keywords

none

Package Sidebar

Install

npm i table_charter

Weekly Downloads

180

Version

1.3.1

License

AGPL-3.0-or-later

Unpacked Size

2.01 MB

Total Files

26

Last publish

Collaborators

  • urswilke