Skip to content
Snippets Groups Projects
Commit 3bb9466c authored by Clayton, Brandon Scott's avatar Clayton, Brandon Scott
Browse files

add mobile

parent c2635d02
No related branches found
No related tags found
1 merge request!236Plotly
...@@ -36,9 +36,13 @@ export interface NshmpPlotData extends PlotData { ...@@ -36,9 +36,13 @@ export interface NshmpPlotData extends PlotData {
export interface NshmpScatterLine extends ScatterLine { export interface NshmpScatterLine extends ScatterLine {
/** Width when line is selected */ /** Width when line is selected */
widthSelected: number; widthSelected: number;
/** Line width when in mobile screen */
widthMobile: number;
} }
export interface NshmpPlotMarker extends PlotMarker { export interface NshmpPlotMarker extends PlotMarker {
/** Size when line is selected */ /** Size when line is selected */
sizeSelected: number; sizeSelected: number;
/** Size when in mobile screen */
sizeMobile: number;
} }
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment