jkomoros / adjacent-possible-viz

Simple visualization library for creating schematic adjacent possible visualizations
Apache License 2.0
4 stars 0 forks source link

Richer CellReference commands #8

Open jkomoros opened 3 years ago

jkomoros commented 3 years ago
jkomoros commented 3 years ago

Once you can do multiple references, the signature should change to:

{
  "cells": [
    ["value", 1.0, [
      [3,4],
      [],
      [1, 2, 4, 4]
    ]]
  ]
}

... Or is that more confusing?