mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-05-16 19:09:18 +08:00
Added point.r function option
Per https://github.com/c3js/c3/issues/179 supplying a function to `point.r` is supported.
This commit is contained in:
2
c3/c3.d.ts
vendored
2
c3/c3.d.ts
vendored
@@ -747,7 +747,7 @@ declare namespace c3 {
|
||||
/**
|
||||
* The radius size of each point.
|
||||
*/
|
||||
r?: number;
|
||||
r?: number | ((d: any) => number);
|
||||
|
||||
focus?: {
|
||||
expand: {
|
||||
|
||||
Reference in New Issue
Block a user