mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 10:58:30 -05:00
- Fixes charting issue
This commit is contained in:
@@ -48,7 +48,7 @@ const columnsAsLabelsInput: IChartOption = {
|
|||||||
label: localize('columnsAsLabelsLabel', 'Use column names as labels'),
|
label: localize('columnsAsLabelsLabel', 'Use column names as labels'),
|
||||||
type: ControlType.checkbox,
|
type: ControlType.checkbox,
|
||||||
configEntry: 'columnsAsLabels',
|
configEntry: 'columnsAsLabels',
|
||||||
default: false,
|
default: true,
|
||||||
if: (options: IInsightOptions) => {
|
if: (options: IInsightOptions) => {
|
||||||
return options.dataDirection === DataDirection.Vertical && options.dataType !== DataType.Point;
|
return options.dataDirection === DataDirection.Vertical && options.dataType !== DataType.Point;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user