Skip to content
Commit 736d914e authored by Paul Asmuth's avatar Paul Asmuth
Browse files

improved separation of static and variable properties

before, some properties, such as colour could take on the following
values:

   color: <literal_def> | <series_def>;

where

   literal_def := <literal colour>
   series_def := var(<variable name>) | csv(<file>, <column>)

the new scheme is to separate such properties into two properties
each. for example:

  color: <literal_def>
  colors: <series_def>
parent ff08cf77
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment
Baidu
map