mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-09 11:13:57 +08:00
Merge pull request #7737 from agorshkov23/master
added missing property HighchartsLineChart.linecap
This commit is contained in:
Vendored
+6
@@ -4432,6 +4432,12 @@ interface HighchartsLineChart extends HighchartsSeriesChart {
|
||||
* @since 1.2.5
|
||||
*/
|
||||
step?: boolean|string;
|
||||
|
||||
/**
|
||||
* The line cap used for line ends and line joins on the graph.
|
||||
* @default 'round'
|
||||
*/
|
||||
linecap?: string;
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user