Skip to content

Commit 5dd021b

Browse files
committed
XY: Remove the unused commonXAxis from the model
This change is also applied to the sibling tsp-python-client. Signed-off-by: Marco Miller <marco.miller@ericsson.com>
1 parent 7cb768e commit 5dd021b

File tree

1 file changed

+0
-5
lines changed
  • tsp-typescript-client/src/models

1 file changed

+0
-5
lines changed

tsp-typescript-client/src/models/xy.ts

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -67,11 +67,6 @@ export interface XYModel {
6767
*/
6868
title: string;
6969

70-
/**
71-
* Indicate if all the Y values are using the same X axis
72-
*/
73-
commonXAxis: boolean;
74-
7570
/**
7671
* Array of XY series
7772
*/

0 commit comments

Comments
 (0)