Evert Timberg

Results 87 comments of Evert Timberg

I think `'bar' | `line'` should be fine since those are both cartesian charts and thus can use the same axis types.

To fix this we probably need to change how the spacing works. Right now it moves the arcs away from the center of the canvas by the spacing amount. Thus...

@kurkle @LeeLenaleee how do you feel about this?

@linkviii if you're still up for putting up a first draft, we'd love to look at it

I think at the bottom is fine. Relative links are better since they'll keep updating as new versions are published

In terms of integration with other frameworks, having it outside the library is better. I think it should be possible for the tooltip to be defined by the framework and...

That's fair, we can look at what would be needed for a DOM version shipped with the library or as a plugin. I looked at plnkr above and I think...

This might be possible via scriptable options. We'd just need to make sure the legend size is easily accessible from the function

I think the [date-fns adapter](https://github.com/chartjs/chartjs-adapter-date-fns/) is about as barebones as can be. I believe date-fns only using standards under the hood

The offset is implemented as follows: 1. Compute the angle in the middle of the arc segment 2. Translate the arc along a line through that angle away from the...