mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-04-24 05:06:02 +08:00
Add missing property 'noData' to HighChartsNGConfig
This commit is contained in:
2
highcharts-ng/index.d.ts
vendored
2
highcharts-ng/index.d.ts
vendored
@@ -35,6 +35,8 @@ declare global {
|
||||
};
|
||||
//function (optional) - setup some logic for the chart
|
||||
func?: (chart: ChartObject) => void;
|
||||
//no data text (optional) to show if all series are empty
|
||||
noData?: string;
|
||||
}
|
||||
|
||||
//Instantiated Chart
|
||||
|
||||
Reference in New Issue
Block a user