FFChart$json top-level constant

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

Implementation

@$core.Deprecated('Use fFChartDescriptor instead')
const FFChart$json = {
  '1': 'FFChart',
  '2': [
    {
      '1': 'chart_type',
      '3': 1,
      '4': 1,
      '5': 14,
      '6': '.flutterflow.FFChart.ChartType',
      '10': 'chartType'
    },
    {
      '1': 'dimensions',
      '3': 2,
      '4': 1,
      '5': 11,
      '6': '.flutterflow.FFDimensions',
      '10': 'dimensions'
    },
    {
      '1': 'data',
      '3': 4,
      '4': 3,
      '5': 11,
      '6': '.flutterflow.FFChartData',
      '10': 'data'
    },
    {
      '1': 'line_chart',
      '3': 3,
      '4': 1,
      '5': 11,
      '6': '.flutterflow.FFLineChart',
      '10': 'lineChart'
    },
    {
      '1': 'bar_chart',
      '3': 5,
      '4': 1,
      '5': 11,
      '6': '.flutterflow.FFBarChart',
      '10': 'barChart'
    },
    {
      '1': 'tooltip_info',
      '3': 6,
      '4': 1,
      '5': 11,
      '6': '.flutterflow.FFChartTooltipInfo',
      '10': 'tooltipInfo'
    },
    {
      '1': 'legacy_background_color',
      '3': 7,
      '4': 1,
      '5': 11,
      '6': '.flutterflow.FFColor',
      '8': {},
      '10': 'legacyBackgroundColor'
    },
    {
      '1': 'background_color_value',
      '3': 16,
      '4': 1,
      '5': 11,
      '6': '.flutterflow.FFColorValue',
      '10': 'backgroundColorValue'
    },
    {
      '1': 'legacy_border_color',
      '3': 8,
      '4': 1,
      '5': 11,
      '6': '.flutterflow.FFColor',
      '8': {},
      '10': 'legacyBorderColor'
    },
    {
      '1': 'border_color_value',
      '3': 17,
      '4': 1,
      '5': 11,
      '6': '.flutterflow.FFColorValue',
      '10': 'borderColorValue'
    },
    {
      '1': 'legacy_border_width',
      '3': 9,
      '4': 1,
      '5': 1,
      '8': {},
      '10': 'legacyBorderWidth'
    },
    {
      '1': 'border_width_value',
      '3': 18,
      '4': 1,
      '5': 11,
      '6': '.flutterflow.FFDoubleValue',
      '10': 'borderWidthValue'
    },
    {
      '1': 'legacy_show_border',
      '3': 10,
      '4': 1,
      '5': 8,
      '8': {},
      '10': 'legacyShowBorder'
    },
    {
      '1': 'show_border_value',
      '3': 19,
      '4': 1,
      '5': 11,
      '6': '.flutterflow.FFBooleanValue',
      '10': 'showBorderValue'
    },
    {
      '1': 'legacy_show_grid',
      '3': 11,
      '4': 1,
      '5': 8,
      '8': {},
      '10': 'legacyShowGrid'
    },
    {
      '1': 'show_grid_value',
      '3': 20,
      '4': 1,
      '5': 11,
      '6': '.flutterflow.FFBooleanValue',
      '10': 'showGridValue'
    },
    {
      '1': 'legacy_show_legend',
      '3': 12,
      '4': 1,
      '5': 8,
      '8': {},
      '10': 'legacyShowLegend'
    },
    {
      '1': 'show_legend_value',
      '3': 21,
      '4': 1,
      '5': 11,
      '6': '.flutterflow.FFBooleanValue',
      '10': 'showLegendValue'
    },
    {
      '1': 'legend_info',
      '3': 13,
      '4': 1,
      '5': 11,
      '6': '.flutterflow.FFChartLegendInfo',
      '10': 'legendInfo'
    },
    {'1': 'has_been_updated', '3': 14, '4': 1, '5': 8, '10': 'hasBeenUpdated'},
    {
      '1': 'pie_chart',
      '3': 15,
      '4': 1,
      '5': 11,
      '6': '.flutterflow.FFPieChart',
      '10': 'pieChart'
    },
    {
      '1': 'grid_color_value',
      '3': 22,
      '4': 1,
      '5': 11,
      '6': '.flutterflow.FFColorValue',
      '10': 'gridColorValue'
    },
  ],
  '4': [FFChart_ChartType$json],
};