FFLineChart_LegacyAxisLabel$json top-level constant

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

Implementation

@$core.Deprecated('Use fFLineChartDescriptor instead')
const FFLineChart_LegacyAxisLabel$json = {
  '1': 'LegacyAxisLabel',
  '2': [
    {
      '1': 'title',
      '3': 1,
      '4': 1,
      '5': 11,
      '6': '.flutterflow.FFText',
      '10': 'title'
    },
    {'1': 'show_labels', '3': 2, '4': 1, '5': 8, '10': 'showLabels'},
    {
      '1': 'label_style',
      '3': 3,
      '4': 1,
      '5': 11,
      '6': '.flutterflow.FFText',
      '10': 'labelStyle'
    },
    {'1': 'label_interval', '3': 4, '4': 1, '5': 1, '10': 'labelInterval'},
  ],
};