Add visible field to plotly.js' ScatterData. (#27586)

This commit is contained in:
Sean Kelley
2018-07-26 10:07:14 -07:00
committed by Andy
parent 7c6feb4be1
commit 7f8c0da7c0

View File

@@ -469,6 +469,7 @@ export interface ScatterData {
legendgroup: string;
name: string;
connectgaps: boolean;
visible: boolean | 'legendonly';
}
/**