mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 18:46:40 -05:00
committed by
Karl Burtram
parent
923cbac400
commit
bf0baec392
@@ -16,7 +16,7 @@ const properties: IJSONSchema = {
|
|||||||
properties: {
|
properties: {
|
||||||
yAxisMin: {
|
yAxisMin: {
|
||||||
type: 'number',
|
type: 'number',
|
||||||
description: nls.localize('yAxisMin', "Minumum value of the y axis")
|
description: nls.localize('yAxisMin', "Minimum value of the y axis")
|
||||||
},
|
},
|
||||||
yAxisMax: {
|
yAxisMax: {
|
||||||
type: 'number',
|
type: 'number',
|
||||||
@@ -28,7 +28,7 @@ const properties: IJSONSchema = {
|
|||||||
},
|
},
|
||||||
xAxisMin: {
|
xAxisMin: {
|
||||||
type: 'number',
|
type: 'number',
|
||||||
description: nls.localize('xAxisMin', "Minumum value of the x axis")
|
description: nls.localize('xAxisMin', "Minimum value of the x axis")
|
||||||
},
|
},
|
||||||
xAxisMax: {
|
xAxisMax: {
|
||||||
type: 'number',
|
type: 'number',
|
||||||
|
|||||||
Reference in New Issue
Block a user