mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-14 01:25:37 -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'),
|
||||
type: ControlType.checkbox,
|
||||
configEntry: 'columnsAsLabels',
|
||||
default: false,
|
||||
default: true,
|
||||
if: (options: IInsightOptions) => {
|
||||
return options.dataDirection === DataDirection.Vertical && options.dataType !== DataType.Point;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user