FFChartAxisInfo_AxisLabels$json top-level constant

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

Implementation

@$core.Deprecated('Use fFChartAxisInfoDescriptor instead')
const FFChartAxisInfo_AxisLabels$json = {
  '1': 'AxisLabels',
  '2': [
    {
      '1': 'bottom',
      '3': 1,
      '4': 1,
      '5': 11,
      '6': '.flutterflow.FFChartAxisInfo.AxisLabel',
      '10': 'bottom'
    },
    {
      '1': 'left',
      '3': 2,
      '4': 1,
      '5': 11,
      '6': '.flutterflow.FFChartAxisInfo.AxisLabel',
      '10': 'left'
    },
  ],
};