mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-09 09:42:34 -05:00
limit the data size for chart rendering (#14949)
* limit the rows feed to charts * add telemetry and option to hide * fix typo * updates * comments * notebook fix
This commit is contained in:
@@ -36,6 +36,11 @@ let sqlTocItems: ITOCEntry<string>[] = [{
|
||||
id: 'data/profiler',
|
||||
label: localize('profiler', "Profiler"),
|
||||
settings: ['profiler.*']
|
||||
},
|
||||
{
|
||||
id: 'data/builtinCharts',
|
||||
label: localize('builtinCharts', "Built-in Charts"),
|
||||
settings: ['builtinCharts.*']
|
||||
}
|
||||
]
|
||||
}];
|
||||
|
||||
Reference in New Issue
Block a user