Clear unnecessary

This commit is contained in:
Chantsova Ekaterina 2020-07-22 11:37:11 +03:00
parent 77477f69ee
commit a681abb5cb

View File

@ -158,7 +158,6 @@ export interface TbFlotCustomLegendSettings {
export interface TbFlotLabelPatternSettings {
name: string;
type: DataKeyType;
settings?: object
}
export interface TbFlotGraphSettings extends TbFlotBaseSettings, TbFlotThresholdsSettings, TbFlotComparisonSettings, TbFlotCustomLegendSettings {