Open translunar opened 10 years ago
I have the field :common_name in one of my data sets, and it gets turned into this:
:common_name
{ "name": "minerals", "values": [ { "commonName": "almandine", "low": 371, "high": 395
But elsewhere, references to common_name remain, so it won't plot properly:
common_name
{ "name": "absorbances", "type": "ordinal", "domain": { "data": "minerals", "field": "data.common_name" }, "range": "height" },
I have the field
:common_name
in one of my data sets, and it gets turned into this:But elsewhere, references to
common_name
remain, so it won't plot properly: