File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -2819,7 +2819,7 @@ export interface GridLineOptions {
2819
2819
/**
2820
2820
* @default 'rgba(0, 0, 0, 0.1)'
2821
2821
*/
2822
- color : Scriptable < Color , ScriptableScaleContext > | readonly Color [ ] ;
2822
+ color : ScriptableAndArray < Color , ScriptableScaleContext > ;
2823
2823
/**
2824
2824
* @default []
2825
2825
*/
@@ -2831,7 +2831,7 @@ export interface GridLineOptions {
2831
2831
/**
2832
2832
* @default 1
2833
2833
*/
2834
- lineWidth : Scriptable < number , ScriptableScaleContext > | readonly number [ ] ;
2834
+ lineWidth : ScriptableAndArray < number , ScriptableScaleContext > ;
2835
2835
2836
2836
/**
2837
2837
* @default true
@@ -2856,7 +2856,7 @@ export interface GridLineOptions {
2856
2856
/**
2857
2857
* @default 'rgba(0, 0, 0, 0.1)'
2858
2858
*/
2859
- tickColor : Scriptable < Color , ScriptableScaleContext > | readonly Color [ ] ;
2859
+ tickColor : ScriptableAndArray < Color , ScriptableScaleContext > ;
2860
2860
/**
2861
2861
* @default 10
2862
2862
*/
You can’t perform that action at this time.
0 commit comments