FFLineChart_LegacyAxisLabels$json top-level constant

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

Implementation

@$core.Deprecated('Use fFLineChartDescriptor instead')
const FFLineChart_LegacyAxisLabels$json = {
  '1': 'LegacyAxisLabels',
  '2': [
    {
      '1': 'bottom',
      '3': 1,
      '4': 1,
      '5': 11,
      '6': '.flutterflow.FFLineChart.LegacyAxisLabel',
      '10': 'bottom'
    },
    {
      '1': 'left',
      '3': 2,
      '4': 1,
      '5': 11,
      '6': '.flutterflow.FFLineChart.LegacyAxisLabel',
      '10': 'left'
    },
  ],
};