This repository has been archived by the owner on Apr 10, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 38
Circle render type #276
Comments
#68 has the main discussion. |
I disagree with the main discussion and feel strongly that we should implement a circle type.
|
Well, to reiterate what I said in the #68 discussion, I'm fully in support of a dedicated circle type and agree with Tom. |
We need a circle primitive for iOS as well, for things like https://www.mapbox.com/mapbox-ios-sdk/examples/drawing-circle/ — note the runtime color, opacity, and stroke settings. |
scothis
added a commit
that referenced
this issue
Jun 2, 2015
Bare bones definition of a circle type. Presently, there are no layout properties and only two render properties: - circle-radius: radius in px (default 1px) - circle-color: fill color (default black) Issue: #276
scothis
added a commit
that referenced
this issue
Jun 17, 2015
Bare bones definition of a circle type. Presently, there are no layout properties and only two render properties: - circle-radius: radius in px (default 1px) - circle-color: fill color (default black) Issue: #276
Included in v8. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
It looks like this was implemented in the past and then removed. There's a discussion that mentions it but no real connecting-the-dots as far as whether and how this would be implemented.
My vote: circles of customizable radius and color are essential for basic data visualization.
The text was updated successfully, but these errors were encountered: