RhoInc / Webcharts

Reusable, flexible, interactive charts with JavaScript
MIT License
34 stars 6 forks source link

Allow easy radius configuration for mark=circle #121

Closed jwildfire closed 7 years ago

jwildfire commented 7 years ago
 "marks": [
    {
      "type": "circle",
      ...
      "attributes":{"r":3}
    }
  ]

Does not have the change the radius to 3.

jwildfire commented 7 years ago

Added documentation for marks[].radius