Chart$json top-level constant

  1. @Deprecated('Use chartDescriptor instead')
Map<String, Object> const Chart$json

Implementation

@$core.Deprecated('Use chartDescriptor instead')
const Chart$json = {
  '1': 'Chart',
  '2': [
    {'1': 'x_axis_data', '3': 1, '4': 3, '5': 9, '10': 'xAxisData'},
    {
      '1': 'series',
      '3': 2,
      '4': 3,
      '5': 11,
      '6': '.jmash.protobuf.ChartSeries',
      '10': 'series'
    },
  ],
};