FFLineChart$json top-level constant

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

Implementation

@$core.Deprecated('Use fFLineChartDescriptor instead')
const FFLineChart$json = {
  '1': 'FFLineChart',
  '2': [
    {
      '1': 'lines',
      '3': 1,
      '4': 3,
      '5': 11,
      '6': '.flutterflow.FFLineChartLine',
      '10': 'lines'
    },
    {
      '1': 'legacy_background_color',
      '3': 2,
      '4': 1,
      '5': 11,
      '6': '.flutterflow.FFColor',
      '8': {'3': true},
      '10': 'legacyBackgroundColor',
    },
    {
      '1': 'legacy_border_color',
      '3': 3,
      '4': 1,
      '5': 11,
      '6': '.flutterflow.FFColor',
      '8': {'3': true},
      '10': 'legacyBorderColor',
    },
    {
      '1': 'legacy_border_width',
      '3': 8,
      '4': 1,
      '5': 1,
      '8': {'3': true},
      '10': 'legacyBorderWidth',
    },
    {
      '1': 'legacy_show_border',
      '3': 9,
      '4': 1,
      '5': 8,
      '8': {'3': true},
      '10': 'legacyShowBorder',
    },
    {
      '1': 'legacy_show_grid',
      '3': 4,
      '4': 1,
      '5': 8,
      '8': {'3': true},
      '10': 'legacyShowGrid',
    },
    {
      '1': 'legacy_axis_labels',
      '3': 5,
      '4': 1,
      '5': 11,
      '6': '.flutterflow.FFLineChart.LegacyAxisLabels',
      '8': {'3': true},
      '10': 'legacyAxisLabels',
    },
    {
      '1': 'legacy_tooltip_info',
      '3': 6,
      '4': 1,
      '5': 11,
      '6': '.flutterflow.FFLineChart.LegacyTooltipInfo',
      '8': {'3': true},
      '10': 'legacyTooltipInfo',
    },
    {
      '1': 'legacy_axis_bounds',
      '3': 7,
      '4': 1,
      '5': 11,
      '6': '.flutterflow.FFLineChart.LegacyAxisBounds',
      '8': {'3': true},
      '10': 'legacyAxisBounds',
    },
    {
      '1': 'axis_info',
      '3': 10,
      '4': 1,
      '5': 11,
      '6': '.flutterflow.FFChartAxisInfo',
      '10': 'axisInfo'
    },
    {'1': 'x_labels', '3': 11, '4': 3, '5': 9, '10': 'xLabels'},
    {
      '1': 'x_labels_value',
      '3': 12,
      '4': 1,
      '5': 11,
      '6': '.flutterflow.FFVariable',
      '10': 'xLabelsValue'
    },
    {'1': 'y_labels', '3': 13, '4': 3, '5': 9, '10': 'yLabels'},
    {
      '1': 'y_labels_value',
      '3': 14,
      '4': 1,
      '5': 11,
      '6': '.flutterflow.FFVariable',
      '10': 'yLabelsValue'
    },
  ],
  '3': [
    FFLineChart_LegacyAxisLabel$json,
    FFLineChart_LegacyAxisLabels$json,
    FFLineChart_LegacyTooltipInfo$json,
    FFLineChart_LegacyAxisBounds$json
  ],
};