framework icon indicating copy to clipboard operation
framework copied to clipboard

A static site generator for data apps, dashboards, reports, and more. Observable Framework combines JavaScript on the front-end for interactive graphics with any language on the back-end for data anal...

Results 194 framework issues
Sort by recently updated
recently updated
newest added

The **extraHead** option allows to define an HTML fragment to add to the top of the page’s head. It defaults to the 3 links that allow to use the Source...

This seems more reasonable than introducing a new extraHead option; it doesn't change the default font stack that loads Source Serif (née Source Serif Pro, now [Source Serif 4](https://fonts.google.com/specimen/Source+Serif+4)) from...

This proposal adds an example that generates and then embeds a chart created by [Datawrapper](https://datawrapper.de). In addition to the Python dependencies, it requires a Datawrapper API key available in the...

They currently show * Title * Subtitle * cards with charts * simple input and data table * prose I want to see what **code** looks like, both 1-line and...

enhancement

Framework does static analysis of HTML and JavaScript to find references to local assets, such as linked images and imported JavaScript modules; however, it doesn’t currently perform static analysis of...

enhancement

Fixes #245. TODO - [x] Parameterized data loader routing - [x] Parameter in file name (`[param].csv.js`) - [x] Parameter in folder name (`[param]/data.csv.js`) - [x] Extract parameters from route (`--param=foo`)...

Hello, We use Observable with API calls to a few different servers. The users connect with their own ID to these servers to get the data if they are authorized....

enhancement

TODO: - [x] code blocks - [x] inline expressions - [x] imports - [x] tests - [ ] documentation - [ ] do we need the `ts` tag? if all...

~~~~ ```jsx echo const a = view(); ``` ${a} ~~~~

enhancement