Add missing property 'noData' to HighChartsNGConfig

This commit is contained in:
François SIMOND
2017-02-02 13:46:24 +01:00
committed by GitHub
parent d095c67aa9
commit 0d9808c651

View File

@@ -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