]> git.ipfire.org Git - thirdparty/Chart.js.git/commit
Minor type fixes (#8719)
authorJosh Kelley <joshkel@gmail.com>
Thu, 25 Mar 2021 15:09:01 +0000 (11:09 -0400)
committerGitHub <noreply@github.com>
Thu, 25 Mar 2021 15:09:01 +0000 (11:09 -0400)
commit9293dda4a731f66bcdce9e999e5d6f9d35461f37
tree0d500ffb1d12ac7353e5d0915a2df9e750445735
parent7fff21b3bb2f240237a3349ad0e207ea2774507a
Minor type fixes (#8719)

* Update RadialLinearScaleOptions.pointLabels.callback type

The code passes `index` as the second parameter, and one of the tests uses this.  `@default true` doesn't seem to make sense.

* Add types for additional documented parameters in tooltip callbacks
types/index.esm.d.ts