Chart$json top-level constant
Implementation
@$core.Deprecated('Use chartDescriptor instead')
const Chart$json = {
'1': 'Chart',
'2': [
{'1': 'Id', '3': 1, '4': 1, '5': 11, '6': '.ChartId', '10': 'Id'},
{'1': 'DisplayName', '3': 2, '4': 1, '5': 9, '10': 'DisplayName'},
{
'1': 'Legends',
'3': 3,
'4': 3,
'5': 11,
'6': '.ChartLegend',
'10': 'Legends'
},
{'1': 'Zoom', '3': 4, '4': 1, '5': 1, '10': 'Zoom'},
{
'1': 'Type',
'3': 5,
'4': 1,
'5': 14,
'6': '.Chart.ChartType',
'10': 'Type'
},
{
'1': 'Query',
'3': 6,
'4': 1,
'5': 11,
'6': '.StatisticsQuery',
'10': 'Query'
},
],
'4': [Chart_ChartType$json],
};