FFLineChart_LegacyAxisBounds$json top-level constant

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

Implementation

@$core.Deprecated('Use fFLineChartDescriptor instead')
const FFLineChart_LegacyAxisBounds$json = {
  '1': 'LegacyAxisBounds',
  '2': [
    {'1': 'min_x', '3': 1, '4': 1, '5': 1, '10': 'minX'},
    {'1': 'min_y', '3': 2, '4': 1, '5': 1, '10': 'minY'},
    {'1': 'max_x', '3': 3, '4': 1, '5': 1, '10': 'maxX'},
    {'1': 'max_y', '3': 4, '4': 1, '5': 1, '10': 'maxY'},
  ],
};