Template:Graph:Most Expensive Cars

<graph mode="interactive" title="Most Expensive Cars Sold at Auction"> {

 "width": 500,
 "height": 400,
 "padding": {"top": 50, "left": 60, "bottom": 50, "right": 175 },
 "data": [
   // The original cars dataset from: https://en.wikipedia.org/wiki/Most_expensive_cars_sold_at_auction
   // List of values sorted by Date ascending (Day-Month-Year)
   // Required fields are: Date, Model Year, Car, Brand, Adjusted Price
   {
     "name": "cars",
     "format": {"type":"json", "parse": {"Date": "date:'%d-%b-%y'"} },
     "values": [
       {
         "Date": "15-Jun-86",
         "Model year": 1931,
         "Car": "Bugatti Royale Berline de Voyager",
         "Brand": "Bugatti",
         "Vehicle Identification Number": 41.15,
         "Auctioneer": "Kruse International",
         "city": "Reno",
         "county": "Nevada",
         "country": "United States",
         "Original price": 6500000,
         "Adjusted price": 14032000
       },
       {
         "Date": "17-Nov-87",
         "Model year": 1931,
         "Car": "Bugatti Royale Kellner Coupe",
         "Brand": "Bugatti",
         "Vehicle Identification Number": 41.141,
         "Auctioneer": "Christie's",
         "city": "London",
         "county": "",
         "country": "United Kingdom",
         "Original price": 9800000,
         "Adjusted price": 20412000
       },
       {
         "Date": "28-Aug-99",
         "Model year": 1937,
         "Car": "Alfa Romeo 8C 2900B Pinin Farina Cabriolet",
         "Brand": "Alfa Romeo",
         "Vehicle Identification Number": 412012,
         "Auctioneer": "Christie's",
         "city": "Monterey",
         "county": "California",
         "country": "United States",
         "Original price": 4072500,
         "Adjusted price": 5785000
       },
       {
         "Date": "20-Aug-00",
         "Model year": 1966,
         "Car": "Ferrari 330 P3",
         "Brand": "Ferrari",
         "Vehicle Identification Number": 844,
         "Auctioneer": "Christie's",
         "city": "Monterey",
         "county": "California",
         "country": "United States",
         "Original price": 5616000,
         "Adjusted price": 7717000
       },
       {
         "Date": "17-Aug-02",
         "Model year": 1962,
         "Car": "Ferrari 330 TRI/LM Spider",
         "Brand": "Ferrari",
         "Vehicle Identification Number": 808,
         "Auctioneer": "RM Auctions",
         "city": "Monterey",
         "county": "California",
         "country": "United States",
         "Original price": 6490000,
         "Adjusted price": 8538000
       },
       {
         "Date": "15-May-04",
         "Model year": 1935,
         "Car": "Duesenberg SJ Speedster 'Mormon Meteor'",
         "Brand": "Duesenberg",
         "Vehicle Identification Number": "N/A",
         "Auctioneer": "Gooding & Company",
         "city": "Pebble Beach",
         "county": "California",
         "country": "United States",
         "Original price": 4455000,
         "Adjusted price": 5581000
       },
       {
         "Date": "23-Jul-04",
         "Model year": 1930,
         "Car": "Bentley Speed Six Tourer",
         "Brand": "Bentley",
         "Vehicle Identification Number": "HM2868",
         "Auctioneer": "Christie's",
         "city": "Le Mans",
         "county": "Sarthe",
         "country": "France",
         "Original price": 5109665,
         "Adjusted price": 6401000
       },
       {
         "Date": "3-Sep-04",
         "Model year": 1929,
         "Car": "Mercedes-Benz 38/250 SSK",
         "Brand": "Mercedes-Benz",
         "Vehicle Identification Number": 36045,
         "Auctioneer": "Bonhams",
         "city": "Sussex",
         "county": "Sussex",
         "country": "United Kingdom",
         "Original price": 7443070,
         "Adjusted price": 9325000
       },
       {
         "Date": "21-Jan-06",
         "Model year": 1950,
         "Car": "GM Futurliner",
         "Brand": "GM",
         "Vehicle Identification Number": 11,
         "Auctioneer": "Barrett-Jackson",
         "city": "Scottsdale",
         "county": "Arizona",
         "country": "United States",
         "Original price": 4320000,
         "Adjusted price": 5071000
       },
       {
         "Date": "19-Aug-06",
         "Model year": 1958,
         "Car": "Ferrari 412S",
         "Brand": "Ferrari",
         "Vehicle Identification Number": 744,
         "Auctioneer": "RM Auctions",
         "city": "Monterey",
         "county": "California",
         "country": "United States",
         "Original price": 5610000,
         "Adjusted price": 6585000
       },
       {
         "Date": "21-Jan-07",
         "Model year": 1966,
         "Car": "Shelby Cobra 427 Super Snake",
         "Brand": "Shelby",
         "Vehicle Identification Number": "CSX 3015",
         "Auctioneer": "Barrett-Jackson",
         "city": "Scottsdale",
         "county": "Arizona",
         "country": "United States",
         "Original price": 5500000,
         "Adjusted price": 6277000
       },
       {
         "Date": "20-May-07",
         "Model year": 1962,
         "Car": "Ferrari 330 TRI/LM Spider",
         "Brand": "Ferrari",
         "Vehicle Identification Number": 808,
         "Auctioneer": "RM Auctions & Sotheby's",
         "city": "Maranello",
         "county": "Emilia-Romagna",
         "country": "Italy",
         "Original price": 9281250,
         "Adjusted price": 10592000
       },
       {
         "Date": "20-May-07",
         "Model year": 1953,
         "Car": "Ferrari 340/375 MM Berlinetta Competizione",
         "Brand": "Ferrari",
         "Vehicle Identification Number": "0396 AM",
         "Auctioneer": "RM Auctions & Sotheby's",
         "city": "Maranello",
         "county": "Emilia-Romagna",
         "country": "Italy",
         "Original price": 5692000,
         "Adjusted price": 6496000
       },
       {
         "Date": "18-Aug-07",
         "Model year": 1959,
         "Car": "Ferrari 250 GT LWB California Competizione Spider",
         "Brand": "Ferrari",
         "Vehicle Identification Number": "1451GT",
         "Auctioneer": "RM Auctions",
         "city": "Monterey",
         "county": "California",
         "country": "United States",
         "Original price": 4950000,
         "Adjusted price": 5649000
       },
       {
         "Date": "19-Aug-07",
         "Model year": 1931,
         "Car": "Bentley 4 Litre 'The Green Hornet'",
         "Brand": "Bentley",
         "Vehicle Identification Number": "SM3916",
         "Auctioneer": "Gooding & Company",
         "city": "Pebble Beach",
         "county": "California",
         "country": "United States",
         "Original price": 4510000,
         "Adjusted price": 5147000
       },
       {
         "Date": "19-Aug-07",
         "Model year": 1959,
         "Car": "Ferrari 250 GT California",
         "Brand": "Ferrari",
         "Vehicle Identification Number": "1431GT",
         "Auctioneer": "Gooding & Company",
         "city": "Pebble Beach",
         "county": "California",
         "country": "United States",
         "Original price": 4455000,
         "Adjusted price": 5084000
       },
       {
         "Date": "31-Oct-07",
         "Model year": 1937,
         "Car": "Mercedes-Benz 540K Special Roadster",
         "Brand": "Mercedes-Benz",
         "Vehicle Identification Number": 4086,
         "Auctioneer": "RM Auctions & Sotheby's",
         "city": "London",
         "county": "",
         "country": "United Kingdom",
         "Original price": 8252201,
         "Adjusted price": 9418000
       },
       {
         "Date": "3-Dec-07",
         "Model year": 1904,
         "Car": "Rolls-Royce 10 hp Two-Seater",
         "Brand": "Rolls-Royce",
         "Vehicle Identification Number": 20154,
         "Auctioneer": "Bonhams",
         "city": "London",
         "county": "",
         "country": "United Kingdom",
         "Original price": 7254290,
         "Adjusted price": 8279000
       },
       {
         "Date": "18-May-08",
         "Model year": 1961,
         "Car": "Ferrari 250 GT SWB California Spider",
         "Brand": "Ferrari",
         "Vehicle Identification Number": "2377GT",
         "Auctioneer": "RM Auctions & Sotheby's",
         "city": "Maranello",
         "county": "Emilia-Romagna",
         "country": "Italy",
         "Original price": 10894900,
         "Adjusted price": 11974000
       },
       {
         "Date": "18-May-08",
         "Model year": 1962,
         "Car": "Ferrari 250 LM",
         "Brand": "Ferrari",
         "Vehicle Identification Number": 5845,
         "Auctioneer": "RM Auctions & Sotheby's",
         "city": "Maranello",
         "county": "Emilia-Romagna",
         "country": "Italy",
         "Original price": 6979225,
         "Adjusted price": 7671000
       },
       {
         "Date": "14-Aug-08",
         "Model year": 1939,
         "Car": "Talbot-Lago T150C SS Teardrop coupe",
         "Brand": "Talbot-Lago",
         "Vehicle Identification Number": 90120,
         "Auctioneer": "Bonhams",
         "city": "Carmel",
         "county": "California",
         "country": "United States",
         "Original price": 4847000,
         "Adjusted price": 5327000
       },
       {
         "Date": "14-Aug-08",
         "Model year": 1961,
         "Car": "Ferrari 250 SWB Berlinetta",
         "Brand": "Ferrari",
         "Vehicle Identification Number": "3087 GT",
         "Auctioneer": "RM Auctions",
         "city": "Monterey",
         "county": "California",
         "country": "United States",
         "Original price": 4510000,
         "Adjusted price": 4957000
       },
       {
         "Date": "15-Aug-08",
         "Model year": 1960,
         "Car": "Jaguar E2A",
         "Brand": "Jaguar",
         "Vehicle Identification Number": "E2A",
         "Auctioneer": "Bonhams",
         "city": "Carmel",
         "county": "California",
         "country": "United States",
         "Original price": 4957000,
         "Adjusted price": 5448000
       },
       {
         "Date": "17-Aug-08",
         "Model year": 1937,
         "Car": "Bugatti Brand 57SC Atalante Coupe",
         "Brand": "Bugatti",
         "Vehicle Identification Number": 57374,
         "Auctioneer": "Gooding & Company",
         "city": "Pebble Beach",
         "county": "California",
         "country": "United States",
         "Original price": 7920000,
         "Adjusted price": 8705000
       },
       {
         "Date": "29-Oct-08",
         "Model year": 1997,
         "Car": "McLaren F1",
         "Brand": "McLaren",
         "Vehicle Identification Number": 65,
         "Auctioneer": "RM Auctions",
         "city": "London",
         "county": "",
         "country": "United Kingdom",
         "Original price": 4058120,
         "Adjusted price": 4460000
       },
       {
         "Date": "17-Jan-09",
         "Model year": 1960,
         "Car": "Ferrari 250 SWB California Spider",
         "Brand": "Ferrari",
         "Vehicle Identification Number": "1963 GT",
         "Auctioneer": "Gooding & Company",
         "city": "Scottsdale",
         "county": "Arizona",
         "country": "United States",
         "Original price": 4950000,
         "Adjusted price": 5460000
       },
       {
         "Date": "7-Feb-09",
         "Model year": 1937,
         "Car": "Bugatti Brand 57S Atalante",
         "Brand": "Bugatti",
         "Vehicle Identification Number": 57502,
         "Auctioneer": "Bonhams",
         "city": "Paris",
         "county": "",
         "country": "France",
         "Original price": 4408575,
         "Adjusted price": 4863000
       },
       {
         "Date": "17-May-09",
         "Model year": 1957,
         "Car": "Ferrari 250 Testa Rossa",
         "Brand": "Ferrari",
         "Vehicle Identification Number": "0714TR",
         "Auctioneer": "RM Auctions",
         "city": "Maranello",
         "county": "Emilia-Romagna",
         "country": "Italy",
         "Original price": 12402500,
         "Adjusted price": 13680000
       },
       {
         "Date": "15-Aug-09",
         "Model year": 1965,
         "Car": "Shelby Daytona Cobra Coupe",
         "Brand": "Shelby",
         "Vehicle Identification Number": "CSX2601",
         "Auctioneer": "Mecum Auctions",
         "city": "Monterey",
         "county": "California",
         "country": "United States",
         "Original price": 7685000,
         "Adjusted price": 8477000
       },
       {
         "Date": "16-Aug-09",
         "Model year": 1962,
         "Car": "Ferrari 250 SWB California Spider",
         "Brand": "Ferrari",
         "Vehicle Identification Number": "3163 GT",
         "Auctioneer": "Gooding & Company",
         "city": "Pebble Beach",
         "county": "California",
         "country": "United States",
         "Original price": 5115000,
         "Adjusted price": 5642000
       },
       {
         "Date": "16-Aug-09",
         "Model year": 1933,
         "Car": "Alfa Romeo 8C 2300 Castagna Drop Head Coupe",
         "Brand": "Alfa Romeo",
         "Vehicle Identification Number": 2311214,
         "Auctioneer": "Gooding & Company",
         "city": "Pebble Beach",
         "county": "California",
         "country": "United States",
         "Original price": 4180000,
         "Adjusted price": 4611000
       },
       {
         "Date": "14-Aug-10",
         "Model year": 1959,
         "Car": "Ferrari 250 LWB California Spider Competizione",
         "Brand": "Ferrari",
         "Vehicle Identification Number": "1603GT",
         "Auctioneer": "Gooding & Company",
         "city": "Pebble Beach",
         "county": "California",
         "country": "United States",
         "Original price": 7260000,
         "Adjusted price": 7878000
       },
       {
         "Date": "14-Aug-10",
         "Model year": 1962,
         "Car": "Ferrari 375 MM Berlinetta",
         "Brand": "Ferrari",
         "Vehicle Identification Number": "0416AM",
         "Auctioneer": "RM Auctions",
         "city": "Monterey",
         "county": "California",
         "country": "United States",
         "Original price": 4620000,
         "Adjusted price": 5013000
       },
       {
         "Date": "14-Aug-10",
         "Model year": 1938,
         "Car": "Talbot-Lago T150C Lago Speciale Teardrop Coupe",
         "Brand": "Talbot-Lago",
         "Vehicle Identification Number": 90034,
         "Auctioneer": "RM Auctions",
         "city": "Monterey",
         "county": "California",
         "country": "United States",
         "Original price": 4608500,
         "Adjusted price": 5001000
       },
       {
         "Date": "15-Aug-10",
         "Model year": 1933,
         "Car": "Alfa Romeo 8C 2300 Monza",
         "Brand": "Alfa Romeo",
         "Vehicle Identification Number": 2311218,
         "Auctioneer": "Gooding & Company",
         "city": "Pebble Beach",
         "county": "California",
         "country": "United States",
         "Original price": 6710000,
         "Adjusted price": 7281000
       },
       {
         "Date": "15-Aug-10",
         "Model year": 1961,
         "Car": "Ferrari 250 SWB Competizione 'SEFAC Hot Rod'",
         "Brand": "Ferrari",
         "Vehicle Identification Number": "2845 GT",
         "Auctioneer": "Gooding & Company",
         "city": "Pebble Beach",
         "county": "California",
         "country": "United States",
         "Original price": 6105000,
         "Adjusted price": 6625000
       },
       {
         "Date": "27-Oct-10",
         "Model year": 1964,
         "Car": "Aston Martin DB5",
         "Brand": "Aston Martin",
         "Vehicle Identification Number": "DB5/1486/R",
         "Auctioneer": "RM Auctions",
         "city": "London",
         "county": "",
         "country": "United Kingdom",
         "Original price": 4620000,
         "Adjusted price": 5013000
       },
       {
         "Date": "12-Mar-11",
         "Model year": 1952,
         "Car": "Ferrari 340 Mexico Coupe",
         "Brand": "Ferrari",
         "Vehicle Identification Number": "0224AT",
         "Auctioneer": "RM Auctions",
         "city": "Amelia Island",
         "county": "Florida",
         "country": "United States",
         "Original price": 4290000,
         "Adjusted price": 4513000
       },
       {
         "Date": "21-May-11",
         "Model year": 1955,
         "Car": "Ferrari 375 MM Berlinetta",
         "Brand": "Ferrari",
         "Vehicle Identification Number": "0490AM",
         "Auctioneer": "RM Auctions",
         "city": "Tivoli",
         "county": "Lazio",
         "country": "Italy",
         "Original price": 4794720,
         "Adjusted price": 5044000
       },
       {
         "Date": "21-May-11",
         "Model year": 1938,
         "Car": "Talbot-Lago T150C SS Teardrop Coupé",
         "Brand": "Talbot-Lago",
         "Vehicle Identification Number": 90112,
         "Auctioneer": "RM Auctions",
         "city": "Tivoli",
         "county": "Lazio",
         "country": "Italy",
         "Original price": 4475072,
         "Adjusted price": 4707000
       },
       {
         "Date": "20-Aug-11",
         "Model year": 1937,
         "Car": "Mercedes-Benz 540K Spezial Roadster",
         "Brand": "Mercedes-Benz",
         "Vehicle Identification Number": 154140,
         "Auctioneer": "RM Auctions",
         "city": "Monterey",
         "county": "California",
         "country": "United States",
         "Original price": 9680000,
         "Adjusted price": 10183000
       },
       {
         "Date": "20-Aug-11",
         "Model year": 1960,
         "Car": "Ferrari 250 SWB Berlinetta Competizione",
         "Brand": "Ferrari",
         "Vehicle Identification Number": "2209GT",
         "Auctioneer": "RM Auctions",
         "city": "Monterey",
         "county": "California",
         "country": "United States",
         "Original price": 5280000,
         "Adjusted price": 5554000
       },
       {
         "Date": "20-Aug-11",
         "Model year": 1939,
         "Car": "Mercedes-Benz 540K Spezial Roadster",
         "Brand": "Mercedes-Benz",
         "Vehicle Identification Number": 408383,
         "Auctioneer": "RM Auctions",
         "city": "Monterey",
         "county": "California",
         "country": "United States",
         "Original price": 4620000,
         "Adjusted price": 4860000
       },
       {
         "Date": "21-Aug-11",
         "Model year": 1957,
         "Car": "Ferrari 250 Testa Rossa",
         "Brand": "Ferrari",
         "Vehicle Identification Number": "0666TR",
         "Auctioneer": "Gooding & Company",
         "city": "Pebble Beach",
         "county": "California",
         "country": "United States",
         "Original price": 16390000,
         "Adjusted price": 17241000
       },
       {
         "Date": "21-Aug-11",
         "Model year": 1931,
         "Car": "Duesenberg Model J Long-Wheelbase Coupe",
         "Brand": "Duesenberg",
         "Vehicle Identification Number": 2478,
         "Auctioneer": "Gooding & Company",
         "city": "Pebble Beach",
         "county": "California",
         "country": "United States",
         "Original price": 10340000,
         "Adjusted price": 10877000
       },
       {
         "Date": "7-Oct-11",
         "Model year": 1884,
         "Car": "De Dion, Bouton et Trépardoux Dos-à-Dos Steam Runabout 'La Marquise'",
         "Brand": "De Dion",
         "Vehicle Identification Number": 6,
         "Auctioneer": "RM Auctions",
         "city": "Hershey",
         "county": "Pennsylvania",
         "country": "United States",
         "Original price": 4620000,
         "Adjusted price": 4860000
       },
       {
         "Date": "20-Jan-12",
         "Model year": 1955,
         "Car": "Mercedes-Benz 300SL",
         "Brand": "Mercedes-Benz",
         "Vehicle Identification Number": 5500208,
         "Auctioneer": "Gooding & Company",
         "city": "Scottsdale",
         "county": "Arizona",
         "country": "United States",
         "Original price": 4620000,
         "Adjusted price": 4762000
       },
       {
         "Date": "3-Feb-12",
         "Model year": 1959,
         "Car": "Ferrari 250 GT LWB California Spider",
         "Brand": "Ferrari",
         "Vehicle Identification Number": "1283GT",
         "Auctioneer": "Artcurial",
         "city": "Paris",
         "county": "",
         "country": "France",
         "Original price": 5740000,
         "Adjusted price": 5916000
       },
       {
         "Date": "9-Mar-12",
         "Model year": 1973,
         "Car": "Porsche 917/30",
         "Brand": "Porsche",
         "Vehicle Identification Number": "917/30 004",
         "Auctioneer": "Gooding & Co.",
         "city": "Amelia Island",
         "county": "Florida",
         "country": "United States",
         "Original price": 4400000,
         "Adjusted price": 4535000
       },
       {
         "Date": "12-May-12",
         "Model year": 1957,
         "Car": "Ferrari 625 TRC Spider",
         "Brand": "Ferrari",
         "Vehicle Identification Number": "0680 MDTR",
         "Auctioneer": "RM Auctions",
         "city": "Monte Carlo",
         "county": "",
         "country": "Monaco",
         "Original price": 6526800,
         "Adjusted price": 6727000
       },
       {
         "Date": "29-Jun-12",
         "Model year": 1929,
         "Car": "4 1/2 Litre Supercharged 'Blower' Bentley Single-Seater",
         "Brand": "Bentley",
         "Vehicle Identification Number": "HB 3402",
         "Auctioneer": "Bonhams",
         "city": "Sussex",
         "county": "Sussex",
         "country": "United Kingdom",
         "Original price": 7906745,
         "Adjusted price": 8150000
       },
       {
         "Date": "17-Aug-12",
         "Model year": 1968,
         "Car": "Ford GT40",
         "Brand": "Ford",
         "Vehicle Identification Number": "P/1074",
         "Auctioneer": "RM Auctions",
         "city": "Monterey",
         "county": "California",
         "country": "United States",
         "Original price": 11000000,
         "Adjusted price": 11338000
       },
       {
         "Date": "17-Aug-12",
         "Model year": 1955,
         "Car": "Ferrari 410S",
         "Brand": "Ferrari",
         "Vehicle Identification Number": "0594CM",
         "Auctioneer": "RM Auctions",
         "city": "Monterey",
         "county": "California",
         "country": "United States",
         "Original price": 8250000,
         "Adjusted price": 8504000
       },
       {
         "Date": "17-Aug-12",
         "Model year": 1939,
         "Car": "Horch 853A Special Roadster",
         "Brand": "Horch",
         "Vehicle Identification Number": 854275,
         "Auctioneer": "RM Auctions",
         "city": "Monterey",
         "county": "California",
         "country": "United States",
         "Original price": 5170000,
         "Adjusted price": 5329000
       },
       {
         "Date": "18-Aug-12",
         "Model year": 1962,
         "Car": "Ferrari 250 GT SWB California Spyder",
         "Brand": "Ferrari",
         "Vehicle Identification Number": "3119GT",
         "Auctioneer": "RM Auctions",
         "city": "Monterey",
         "county": "California",
         "country": "United States",
         "Original price": 8580000,
         "Adjusted price": 8844000
       },
       {
         "Date": "18-Aug-12",
         "Model year": 1956,
         "Car": "Ferrari 250 GT LWB Berlinetta 'Tour de France'",
         "Brand": "Ferrari",
         "Vehicle Identification Number": "0585GT",
         "Auctioneer": "RM Auctions",
         "city": "Monterey",
         "county": "California",
         "country": "United States",
         "Original price": 6710000,
         "Adjusted price": 6916000
       },
       {
         "Date": "18-Aug-12",
         "Model year": 1972,
         "Car": "Porsche 917/10",
         "Brand": "Porsche",
         "Vehicle Identification Number": "917/10 003",
         "Auctioneer": "Mecum Auctions",
         "city": "Monterey",
         "county": "California",
         "country": "United States",
         "Original price": 5830000,
         "Adjusted price": 6009000
       },
       {
         "Date": "18-Aug-12",
         "Model year": 1953,
         "Car": "Ferrari 340 MM Spider",
         "Brand": "Ferrari",
         "Vehicle Identification Number": "0350 AM",
         "Auctioneer": "Gooding & Company",
         "city": "Pebble Beach",
         "county": "California",
         "country": "United States",
         "Original price": 4730000,
         "Adjusted price": 4875000
       },
       {
         "Date": "18-Aug-12",
         "Model year": 1957,
         "Car": "Ferrari 500 TRC",
         "Brand": "Ferrari",
         "Vehicle Identification Number": "0662 MDTR",
         "Auctioneer": "Gooding & Company",
         "city": "Pebble Beach",
         "county": "California",
         "country": "United States",
         "Original price": 4510000,
         "Adjusted price": 4649000
       },
       {
         "Date": "19-Aug-12",
         "Model year": 1936,
         "Car": "Mercedes-Benz 540K Special Roadster",
         "Brand": "Mercedes-Benz",
         "Vehicle Identification Number": 130949,
         "Auctioneer": "Gooding & Company",
         "city": "Pebble Beach",
         "county": "California",
         "country": "United States",
         "Original price": 11770000,
         "Adjusted price": 12132000
       },
       {
         "Date": "19-Aug-12",
         "Model year": 1960,
         "Car": "Ferrari 250 GT California LWB Competizione Spyder",
         "Brand": "Ferrari",
         "Vehicle Identification Number": "1639 GT",
         "Auctioneer": "Gooding & Company",
         "city": "Pebble Beach",
         "county": "California",
         "country": "United States",
         "Original price": 11275000,
         "Adjusted price": 11621000
       },
       {
         "Date": "19-Aug-12",
         "Model year": 1957,
         "Car": "Ferrari 250 GT California LWB Prototype Spyder",
         "Brand": "Ferrari",
         "Vehicle Identification Number": "0769 GT",
         "Auctioneer": "Gooding & Company",
         "city": "Pebble Beach",
         "county": "California",
         "country": "United States",
         "Original price": 6600000,
         "Adjusted price": 6803000
       },
       {
         "Date": "19-Aug-12",
         "Model year": 1955,
         "Car": "Ferrari 857 Sport",
         "Brand": "Ferrari",
         "Vehicle Identification Number": "0588 M",
         "Auctioneer": "Gooding & Company",
         "city": "Pebble Beach",
         "county": "California",
         "country": "United States",
         "Original price": 6270000,
         "Adjusted price": 6463000
       },
       {
         "Date": "19-Aug-12",
         "Model year": 1928,
         "Car": "Bentley 4 1/2 Litre Le Mans Sports 'Bobtail'",
         "Brand": "Bentley",
         "Vehicle Identification Number": "KM3088",
         "Auctioneer": "Gooding & Company",
         "city": "Pebble Beach",
         "county": "California",
         "country": "United States",
         "Original price": 6050000,
         "Adjusted price": 6236000
       },
       {
         "Date": "18-Jan-13",
         "Model year": 1958,
         "Car": "Ferrari 250 GT LWB California Spider",
         "Brand": "Ferrari",
         "Vehicle Identification Number": "1073 GT",
         "Auctioneer": "Gooding & Company",
         "city": "Scottsdale",
         "county": "Arizona",
         "country": "United States",
         "Original price": 8250000,
         "Adjusted price": 8381000
       },
       {
         "Date": "18-Jan-13",
         "Model year": 1960,
         "Car": "Ferrari 250 GT SWB Berlinetta Competizione",
         "Brand": "Ferrari",
         "Vehicle Identification Number": "1905GT",
         "Auctioneer": "RM Auctions",
         "city": "Scottsdale",
         "county": "Arizona",
         "country": "United States",
         "Original price": 8140000,
         "Adjusted price": 8269000
       },
       {
         "Date": "19-Jan-13",
         "Model year": 1966,
         "Car": "Batmobile",
         "Brand": "Batmobile",
         "Vehicle Identification Number": 1,
         "Auctioneer": "Barrett-Jackson",
         "city": "Scottsdale",
         "county": "Arizona",
         "country": "United States",
         "Original price": 4620000,
         "Adjusted price": 4693000
       },
       {
         "Date": "9-Mar-13",
         "Model year": 1935,
         "Car": "Duesenberg Model SJ Convertible Coupe",
         "Brand": "Duesenberg",
         "Vehicle Identification Number": 2405,
         "Auctioneer": "RM Auctions & Sotheby's",
         "city": "Amelia Island",
         "county": "Florida",
         "country": "United States",
         "Original price": 4510000,
         "Adjusted price": 4582000
       },
       {
         "Date": "25-May-13",
         "Model year": 1953,
         "Car": "Ferrari 340/375 MM Berlinetta 'Competizione'",
         "Brand": "Ferrari",
         "Vehicle Identification Number": "0320AM",
         "Auctioneer": "RM Auctions",
         "city": "Tivoli",
         "county": "Lazio",
         "country": "Italy",
         "Original price": 12812800,
         "Adjusted price": 13016000
       },
       {
         "Date": "12-Jul-13",
         "Model year": 1954,
         "Car": "Mercedes-Benz W196",
         "Brand": "Mercedes-Benz",
         "Vehicle Identification Number": "196 010 00006/54",
         "Auctioneer": "Bonhams",
         "city": "Goodwood",
         "county": "West Sussex",
         "country": "United Kingdom",
         "Original price": 29600000,
         "Adjusted price": 30069000
       },
       {
         "Date": "16-Aug-13",
         "Model year": 1953,
         "Car": "Ferrari 375 MM Spider",
         "Brand": "Ferrari",
         "Vehicle Identification Number": "0364AM",
         "Auctioneer": "RM Auctions",
         "city": "Monterey",
         "county": "California",
         "country": "United States",
         "Original price": 9075000,
         "Adjusted price": 9219000
       },
       {
         "Date": "16-Aug-13",
         "Model year": 1939,
         "Car": "Mercedes-Benz 540K Special Roadster",
         "Brand": "Mercedes-Benz",
         "Vehicle Identification Number": 408383,
         "Auctioneer": "RM Auctions",
         "city": "Monterey",
         "county": "California",
         "country": "United States",
         "Original price": 7480000,
         "Adjusted price": 7599000
       },
       {
         "Date": "16-Aug-13",
         "Model year": 1931,
         "Car": "Bentley 4 1/2 Litre Supercharged Le Mans",
         "Brand": "Bentley",
         "Vehicle Identification Number": "MS 3944",
         "Auctioneer": "Bonhams",
         "city": "Carmel",
         "county": "California",
         "country": "United States",
         "Original price": 4647500,
         "Adjusted price": 4721000
       },
       {
         "Date": "16-Aug-13",
         "Model year": 1955,
         "Car": "Ferrari 750 Monza Spider",
         "Brand": "Ferrari",
         "Vehicle Identification Number": "0530M",
         "Auctioneer": "RM Auctions",
         "city": "Monterey",
         "county": "California",
         "country": "United States",
         "Original price": 4070000,
         "Adjusted price": 4135000
       },
       {
         "Date": "17-Aug-13",
         "Model year": 1967,
         "Car": "Ferrari 275 GTB/4*S NART Spider",
         "Brand": "Ferrari",
         "Vehicle Identification Number": 10709,
         "Auctioneer": "RM Auctions",
         "city": "Monterey",
         "county": "California",
         "country": "United States",
         "Original price": 27500000,
         "Adjusted price": 27936000
       },
       {
         "Date": "17-Aug-13",
         "Model year": 1937,
         "Car": "Bugatti Brand 57SC Atalante",
         "Brand": "Bugatti",
         "Vehicle Identification Number": 57523,
         "Auctioneer": "Gooding & Company",
         "city": "Pebble Beach",
         "county": "California",
         "country": "United States",
         "Original price": 8745000,
         "Adjusted price": 8884000
       },
       {
         "Date": "17-Aug-13",
         "Model year": 1997,
         "Car": "McLaren F1",
         "Brand": "McLaren",
         "Vehicle Identification Number": 66,
         "Auctioneer": "Gooding & Company",
         "city": "Pebble Beach",
         "county": "California",
         "country": "United States",
         "Original price": 8470000,
         "Adjusted price": 8604000
       },
       {
         "Date": "17-Aug-13",
         "Model year": 1928,
         "Car": "Mercedes-Benz 680S Torpedo Roadster",
         "Brand": "Mercedes-Benz",
         "Vehicle Identification Number": 35949,
         "Auctioneer": "RM Auctions",
         "city": "Monterey",
         "county": "California",
         "country": "United States",
         "Original price": 8226400,
         "Adjusted price": 8357000
       },
       {
         "Date": "17-Aug-13",
         "Model year": 1955,
         "Car": "Ferrari 250 GT Berlinetta Competizione",
         "Brand": "Ferrari",
         "Vehicle Identification Number": "0415GT",
         "Auctioneer": "Gooding & Company",
         "city": "Pebble Beach",
         "county": "California",
         "country": "United States",
         "Original price": 7150000,
         "Adjusted price": 7263000
       },
       {
         "Date": "17-Aug-13",
         "Model year": 1948,
         "Car": "Alfa Romeo 6C 2500 Competizione",
         "Brand": "Alfa Romeo",
         "Vehicle Identification Number": 920.002,
         "Auctioneer": "Gooding & Company",
         "city": "Pebble Beach",
         "county": "California",
         "country": "United States",
         "Original price": 4840000,
         "Adjusted price": 4917000
       },
       {
         "Date": "21-Nov-13",
         "Model year": 1964,
         "Car": "Ferrari 250 LM",
         "Brand": "Ferrari",
         "Vehicle Identification Number": 6107,
         "Auctioneer": "RM Auctions",
         "city": "New York City",
         "county": "New York",
         "country": "United States",
         "Original price": 14300000,
         "Adjusted price": 14527000
       },
       {
         "Date": "21-Nov-13",
         "Model year": 1938,
         "Car": "Talbot-Lago T150-C SS",
         "Brand": "Talbot-Lago",
         "Vehicle Identification Number": 90111,
         "Auctioneer": "RM Auctions & Sotheby's",
         "city": "New York City",
         "county": "New York",
         "country": "United States",
         "Original price": 7150000,
         "Adjusted price": 7263000
       },
       {
         "Date": "21-Nov-13",
         "Model year": 1959,
         "Car": "Ferrari 250 GT SWB 'Competition' Berlinetta Speciale",
         "Brand": "Ferrari",
         "Vehicle Identification Number": "1739GT",
         "Auctioneer": "RM Auctions & Sotheby's",
         "city": "New York City",
         "county": "New York",
         "country": "United States",
         "Original price": 7040000,
         "Adjusted price": 7152000
       },
       {
         "Date": "21-Nov-13",
         "Model year": 1955,
         "Car": "Maserati A6G/2000 Spyder",
         "Brand": "Maserati",
         "Vehicle Identification Number": 2101,
         "Auctioneer": "RM Auctions & Sotheby's",
         "city": "New York City",
         "county": "New York",
         "country": "United States",
         "Original price": 4455000,
         "Adjusted price": 4526000
       },
       {
         "Date": "1-Dec-13",
         "Model year": 1952,
         "Car": "Jaguar C-Brand",
         "Brand": "Jaguar",
         "Vehicle Identification Number": "XKC 042",
         "Auctioneer": "Bonhams",
         "city": "London",
         "county": "",
         "country": "United Kingdom",
         "Original price": 4794407,
         "Adjusted price": 4870000
       },
       {
         "Date": "1-Dec-13",
         "Model year": 1956,
         "Car": "Jaguar D-Brand",
         "Brand": "Jaguar",
         "Vehicle Identification Number": "XKD 561",
         "Auctioneer": "Bonhams",
         "city": "London",
         "county": "",
         "country": "United Kingdom",
         "Original price": 4241491,
         "Adjusted price": 4309000
       },
       {
         "Date": "17-Jan-14",
         "Model year": 1957,
         "Car": "Ferrari 250 GT",
         "Brand": "Ferrari",
         "Vehicle Identification Number": "0703 GT",
         "Auctioneer": "Gooding & Company",
         "city": "Scottsdale",
         "county": "Arizona",
         "country": "United States",
         "Original price": 9460000,
         "Adjusted price": 9456000
       },
       {
         "Date": "17-Jan-14",
         "Model year": 1958,
         "Car": "Ferrari 250 GT LWB California Spider",
         "Brand": "Ferrari",
         "Vehicle Identification Number": "1055 GT",
         "Auctioneer": "RM Auctions",
         "city": "Scottsdale",
         "county": "Arizona",
         "country": "United States",
         "Original price": 8800000,
         "Adjusted price": 8796000
       },
       {
         "Date": "18-Jan-14",
         "Model year": 1958,
         "Car": "Ferrari 250 GT Series 1",
         "Brand": "Ferrari",
         "Vehicle Identification Number": "0791 GT",
         "Auctioneer": "Gooding & Company",
         "city": "Scottsdale",
         "county": "Arizona",
         "country": "United States",
         "Original price": 6160000,
         "Adjusted price": 6157000
       },
       {
         "Date": "18-Jan-14",
         "Model year": 1997,
         "Car": "McLaren F1 GTR Longtail",
         "Brand": "McLaren",
         "Vehicle Identification Number": "21R",
         "Auctioneer": "Gooding & Company",
         "city": "Scottsdale",
         "county": "Arizona",
         "country": "United States",
         "Original price": 5280000,
         "Adjusted price": 5278000
       },
       {
         "Date": "5-Feb-14",
         "Model year": 1955,
         "Car": "Jaguar D-Brand",
         "Brand": "Jaguar",
         "Vehicle Identification Number": "XKD 520",
         "Auctioneer": "RM Auctions",
         "city": "Paris",
         "county": "",
         "country": "France",
         "Original price": 4947835,
         "Adjusted price": 4946000
       },
       {
         "Date": "8-Mar-14",
         "Model year": 1939,
         "Car": "Delahaye 135 Competition Court Torpedo Roadster",
         "Brand": "Delahaye",
         "Vehicle Identification Number": 48667,
         "Auctioneer": "RM Auctions",
         "city": "Amelia Island",
         "county": "Florida",
         "country": "United States",
         "Original price": 6600000,
         "Adjusted price": 6597000
       },
       {
         "Date": "12-Apr-14",
         "Model year": 1964,
         "Car": "Ford GT40 Prototype",
         "Brand": "Ford",
         "Vehicle Identification Number": "GT/104",
         "Auctioneer": "Mecum Auctions",
         "city": "Houston",
         "county": "Texas",
         "country": "United States",
         "Original price": 7560000,
         "Adjusted price": 7557000
       },
       {
         "Date": "10-May-14",
         "Model year": 1966,
         "Car": "Ferrari 275 GTB/C",
         "Brand": "Ferrari",
         "Vehicle Identification Number": 9067,
         "Auctioneer": "RM Auctions",
         "city": "Monte Carlo",
         "county": "",
         "country": "Monaco",
         "Original price": 7860283,
         "Adjusted price": 7857000
       },
       {
         "Date": "10-May-14",
         "Model year": 1959,
         "Car": "Ferrari 250 GT Cabriolet",
         "Brand": "Ferrari",
         "Vehicle Identification Number": "1181 GT",
         "Auctioneer": "RM Auctions",
         "city": "Monte Carlo",
         "county": "",
         "country": "Monaco",
         "Original price": 6473174,
         "Adjusted price": 6470000
       },
       {
         "Date": "10-May-14",
         "Model year": 1956,
         "Car": "Maserati 450S Prototype",
         "Brand": "Maserati",
         "Vehicle Identification Number": "3501
\n4501
\n350SI-10", "Auctioneer": "RM Auctions", "city": "Monte Carlo", "county": "", "country": "Monaco", "Original price": 4816350, "Adjusted price": 4814000 }, { "Date": "27-Jun-14", "Model year": 1954, "Car": "Ferrari 375-Plus Spider Competizione", "Brand": "Ferrari", "Vehicle Identification Number": 384, "Auctioneer": "Bonhams", "city": "Goodwood", "county": "West Sussex", "country": "United Kingdom", "Original price": 18400177, "Adjusted price": 18392000 }, { "Date": "14-Aug-14", "Model year": 1962, "Car": "Ferrari 250 GTO", "Brand": "Ferrari", "Vehicle Identification Number": "3851GT", "Auctioneer": "Bonhams", "city": "Carmel", "county": "California", "country": "United States", "Original price": 38115000, "Adjusted price": 38099000 }, { "Date": "14-Aug-14", "Model year": 1953, "Car": "Ferrari 250 MM Berlinetta", "Brand": "Ferrari", "Vehicle Identification Number": "0312 MM", "Auctioneer": "Bonhams", "city": "Carmel", "county": "California", "country": "United States", "Original price": 7260000, "Adjusted price": 7257000 }, { "Date": "14-Aug-14", "Model year": 1962, "Car": "Ferrari 250 GT SWB Speciale Aerodinamica", "Brand": "Ferrari", "Vehicle Identification Number": 3615, "Auctioneer": "Bonhams", "city": "Carmel", "county": "California", "country": "United States", "Original price": 6875000, "Adjusted price": 6872000 }, { "Date": "14-Aug-14", "Model year": 1958, "Car": "Ferrari 250 GT Series 1 Cabriolet", "Brand": "Ferrari", "Vehicle Identification Number": "0759GT", "Auctioneer": "Bonhams", "city": "Carmel", "county": "California", "country": "United States", "Original price": 6820000, "Adjusted price": 6817000 }, { "Date": "15-Aug-14", "Model year": 1964, "Car": "Ferrari 250 LM", "Brand": "Ferrari", "Vehicle Identification Number": 6045, "Auctioneer": "RM Auctions", "city": "Monterey", "county": "California", "country": "United States", "Original price": 11550000, "Adjusted price": 11545000 }, { "Date": "15-Aug-14", "Model year": 1965, "Car": "Ford GT40 Roadster", "Brand": "Ford", "Vehicle Identification Number": "GT/108", "Auctioneer": "RM Auctions", "city": "Monterrey", "county": "California", "country": "United States", "Original price": 6930000, "Adjusted price": 6927000 }, { "Date": "16-Aug-14", "Model year": 1964, "Car": "Ferrari 275 GTB/C Speciale", "Brand": "Ferrari", "Vehicle Identification Number": 6701, "Auctioneer": "RM Auctions", "city": "Monterrey", "county": "California", "country": "United States", "Original price": 26400000, "Adjusted price": 26389000 }, { "Date": "16-Aug-14", "Model year": 1961, "Car": "Ferrari 250 GT SWB California Spider", "Brand": "Ferrari", "Vehicle Identification Number": "2903 GT", "Auctioneer": "Gooding & Company", "city": "Pebble Beach", "county": "California", "country": "United States", "Original price": 15180000, "Adjusted price": 15174000 }, { "Date": "16-Aug-14", "Model year": 1967, "Car": "Ferrari 275 GTB/4", "Brand": "Ferrari", "Vehicle Identification Number": 10621, "Auctioneer": "RM Auctions", "city": "Monterrey", "county": "California", "country": "United States", "Original price": 10175000, "Adjusted price": 10171000 }, { "Date": "16-Aug-14", "Model year": 1956, "Car": "Aston Martin DB3S", "Brand": "Aston Martin", "Vehicle Identification Number": "DB3S/111", "Auctioneer": "Gooding & Company", "city": "Pebble Beach", "county": "California", "country": "United States", "Original price": 5500000, "Adjusted price": 5498000 }, { "Date": "17-Aug-14", "Model year": 1959, "Car": "Ferrari 250 GT Series I Cabriolet", "Brand": "Ferrari", "Vehicle Identification Number": "1475 GT", "Auctioneer": "Gooding & Company", "city": "Pebble Beach", "county": "California", "country": "United States", "Original price": 5610000, "Adjusted price": 5608000 }, { "Date": "17-Aug-14", "Model year": 1965, "Car": "Ferrari 275 GTB Long Nose Alloy", "Brand": "Ferrari", "Vehicle Identification Number": 7993, "Auctioneer": "Gooding & Company", "city": "Pebble Beach", "county": "California", "country": "United States", "Original price": 4620000, "Adjusted price": 4618000 }, { "Date": "17-Aug-14", "Model year": 1939, "Car": "Alfa Romeo Tipo 256 Cabriolet Sportivo", "Brand": "Alfa Romeo", "Vehicle Identification Number": 915026, "Auctioneer": "Gooding & Company", "city": "Pebble Beach", "county": "California", "country": "United States", "Original price": 4000000, "Adjusted price": 3998000 }, { "Date": "15-Jan-15", "Model year": 1966, "Car": "Ferrari 275 GTB Competizione", "Brand": "Ferrari", "Vehicle Identification Number": 9079, "Auctioneer": "Bonhams", "city": "Scottsdale", "county": "Arizona", "country": "United States", "Original price": 9405000, "Adjusted price": 9405000 }, { "Date": "16-Jan-15", "Model year": 1964, "Car": "Ferrari 250 LM", "Brand": "Ferrari", "Vehicle Identification Number": 5899, "Auctioneer": "RM Auctions", "city": "Scottsdale", "county": "Arizona", "country": "United States", "Original price": 9625000, "Adjusted price": 9625000 }, { "Date": "16-Jan-15", "Model year": 1959, "Car": "Ferrari 250 GT LWB California Spider", "Brand": "Ferrari", "Vehicle Identification Number": "1425GT", "Auctioneer": "Gooding & Company", "city": "Scottsdale", "county": "Arizona", "country": "United States", "Original price": 7700000, "Adjusted price": 7700000 }, { "Date": "17-Jan-15", "Model year": 1962, "Car": "Ferrari 400 Superamerica Series I Coupe Aerodinamico", "Brand": "Ferrari", "Vehicle Identification Number": "3221SA", "Auctioneer": "Gooding & Company", "city": "Scottsdale", "county": "Arizona", "country": "United States", "Original price": 4070000, "Adjusted price": 4070000 }, { "Date": "6-Feb-15", "Model year": 1961, "Car": "Ferrari 250 GT SWB California Spider", "Brand": "Ferrari", "Vehicle Identification Number": "2935GT", "Auctioneer": "Artcurial", "city": "Paris", "county": "", "country": "France", "Original price": 18500000, "Adjusted price": 18500000 }, { "Date": "14-Mar-15", "Model year": 1960, "Car": "Ferrari 400 Superamerica SWB Cabriolet", "Brand": "Ferrari", "Vehicle Identification Number": "1945SA", "Auctioneer": "RM Auctions", "city": "Amelia Island", "county": "Florida", "country": "United States", "Original price": 6380000, "Adjusted price": 6380000 }, { "Date": "2-May-15", "Model year": 1962, "Car": "Ferrari 400 Superamerica SWB Cabriolet", "Brand": "Ferrari", "Vehicle Identification Number": "3309SA", "Auctioneer": "RM Auctions", "city": "Fort Worth", "county": "Texas", "country": "United States", "Original price": 7645000, "Adjusted price": 7645000 }, { "Date": "2-May-15", "Model year": 1934, "Car": "Packard Twelve Individual Custom Stationary Coupe", "Brand": "Packard", "Vehicle Identification Number": 901968, "Auctioneer": "RM Auctions", "city": "Fort Worth", "county": "Texas", "country": "United States", "Original price": 4180000, "Adjusted price": 4180000 }, { "Date": "23-May-15", "Model year": 1952, "Car": "Ferrari 212 Export Touring Barchetta", "Brand": "Ferrari", "Vehicle Identification Number": "0158ED", "Auctioneer": "RM Auctions", "city": "Cernobbio", "county": "Lombardy", "country": "Italy", "Original price": 7398640, "Adjusted price": 7399000 }, { "Date": "26-Jun-15", "Model year": 1935, "Car": "Aston Martin Ulster", "Brand": "Aston Martin", "Vehicle Identification Number": "LM19", "Auctioneer": "Bonhams", "city": "Goodwood", "county": "West Sussex", "country": "United Kingdom", "Original price": 4406693, "Adjusted price": 4407000 }, { "Date": "13-Aug-15", "Model year": 1964, "Car": "Ferrari 250 LM", "Brand": "Ferrari", "Vehicle Identification Number": 6105, "Auctioneer": "RM Auctions", "city": "Monterey", "county": "California", "country": "United States", "Original price": 17600000, "Adjusted price": 17600000 }, { "Date": "13-Aug-15", "Model year": 1998, "Car": "McLaren F1 'LM-Specification'", "Brand": "McLaren", "Vehicle Identification Number": "SA9AB5AC4W1048073", "Auctioneer": "RM Auctions", "city": "Monterey", "county": "California", "country": "United States", "Original price": 13750000, "Adjusted price": 13750000 }, { "Date": "13-Aug-15", "Model year": 1956, "Car": "Ferrari 250 GT LWB Berlinetta 'Tour de France'", "Brand": "Ferrari", "Vehicle Identification Number": "0557GT", "Auctioneer": "RM Auctions", "city": "Monterey", "county": "California", "country": "United States", "Original price": 13200000, "Adjusted price": 13200000 }, { "Date": "13-Aug-15", "Model year": 1959, "Car": "Ferrari 250 GT LWB California Spider", "Brand": "Ferrari", "Vehicle Identification Number": "1307GT", "Auctioneer": "RM Auctions", "city": "Monterey", "county": "California", "country": "United States", "Original price": 8050000, "Adjusted price": 8050000 }, { "Date": "13-Aug-15", "Model year": 2005, "Car": "Ferrari Enzo", "Brand": "Ferrari", "Vehicle Identification Number": 141920, "Auctioneer": "RM Auctions", "city": "Monterey", "county": "California", "country": "United States", "Original price": 6050000, "Adjusted price": 6050000 }, { "Date": "14-Aug-15", "Model year": 1953, "Car": "Jaguar C-Brand", "Brand": "Jaguar", "Vehicle Identification Number": "XKC 052", "Auctioneer": "RM Auctions", "city": "Monterey", "county": "California", "country": "United States", "Original price": 13200000, "Adjusted price": 13200000 }, { "Date": "14-Aug-15", "Model year": 1959, "Car": "Ferrari 250 GT Competizione Alloy Berlinetta", "Brand": "Ferrari", "Vehicle Identification Number": "1519GT", "Auctioneer": "Bonhams", "city": "Carmel", "county": "California", "country": "United States", "Original price": 8525000, "Adjusted price": 8525000 }, { "Date": "14-Aug-15", "Model year": 1950, "Car": "Ferrari 275S/340 America Barchetta", "Brand": "Ferrari", "Vehicle Identification Number": "0030MT", "Auctioneer": "RM Auctions", "city": "Monterey", "county": "California", "country": "United States", "Original price": 7975000, "Adjusted price": 7975000 }, { "Date": "15-Aug-15", "Model year": 1931, "Car": "Bentley 4 1/2 Litre Supercharged Torpedo", "Brand": "Bentley", "Vehicle Identification Number": "MS3929", "Auctioneer": "RM Auctions", "city": "Monterey", "county": "California", "country": "United States", "Original price": 4015000, "Adjusted price": 4015000 }, { "Date": "16-Aug-15", "Model year": 1957, "Car": "Ferrari 410 Superamerica Series II Coupe", "Brand": "Ferrari", "Vehicle Identification Number": "0717SA", "Auctioneer": "Gooding & Company", "city": "Pebble Beach", "county": "California", "country": "United States", "Original price": 5087500, "Adjusted price": 5088000 }, { "Date": "17-Aug-15", "Model year": 1961, "Car": "Ferrari 250 GT SWB California Spider", "Brand": "Ferrari", "Vehicle Identification Number": "3095GT", "Auctioneer": "Gooding & Company", "city": "Pebble Beach", "county": "California", "country": "United States", "Original price": 16830000, "Adjusted price": 16830000 }, { "Date": "17-Aug-15", "Model year": 1962, "Car": "Ferrari 250 GT SWB Berlinetta Speciale", "Brand": "Ferrari", "Vehicle Identification Number": "3269GT", "Auctioneer": "Gooding & Company", "city": "Pebble Beach", "county": "California", "country": "United States", "Original price": 16500000, "Adjusted price": 16500000 }, { "Date": "17-Aug-15", "Model year": 1982, "Car": "Porsche 956", "Brand": "Porsche", "Vehicle Identification Number": "956-003", "Auctioneer": "Gooding & Company", "city": "Pebble Beach", "county": "California", "country": "United States", "Original price": 10120000, "Adjusted price": 10120000 }, { "Date": "21-Aug-15", "Model year": 1960, "Car": "Porsche RS60", "Brand": "Porsche", "Vehicle Identification Number": "718-044", "Auctioneer": "Gooding & Company", "city": "Pebble Beach", "county": "California", "country": "United States", "Original price": 5400000, "Adjusted price": 5400000 }, { "Date": "7-Sep-15", "Model year": 1958, "Car": "Ferrari 250 GT LBW Berlinetta 'Tour de France'", "Brand": "Ferrari", "Vehicle Identification Number": "0897GT", "Auctioneer": "RM Auctions", "city": "Battersea", "county": "London", "country": "United Kingdom", "Original price": 7273054, "Adjusted price": 7273000 }, { "Date": "14-Oct-15", "Model year": 1960, "Car": "Ferrari 250 GT SWB", "Brand": "Ferrari", "Vehicle Identification Number": "1995GT", "Auctioneer": "H&H Classics", "city": "Duxford", "county": "Cambridgeshire", "country": "United Kingdom", "Original price": 11440968, "Adjusted price": 11441000 }, { "Date": "10-Dec-15", "Model year": 1956, "Car": "Ferrari 290 MM", "Brand": "Ferrari", "Vehicle Identification Number": 626, "Auctioneer": "RM Sotheby's", "city": "New York City", "county": "New York", "country": "United States", "Original price": 28050000, "Adjusted price": 28050000 }, { "Date": "10-Dec-15", "Model year": 1962, "Car": "Aston Martin DB4GT Zagato", "Brand": "Aston Martin", "Vehicle Identification Number": "DB4GT/0186/R", "Auctioneer": "RM Auctions", "city": "New York City", "county": "New York", "country": "United States", "Original price": 14300000, "Adjusted price": 14300000 }, { "Date": "29-Jan-16", "Model year": 1937, "Car": "Mercedes-Benz 540K", "Brand": "Mercedes-Benz", "Vehicle Identification Number": 130894, "Auctioneer": "RM Sotheby's", "city": "Scottsdale", "county": "Arizona", "country": "United States", "Original price": 9900000, "Adjusted price": 9900000 }, { "Date": "29-Jan-16", "Model year": 1950, "Car": "Ferrari 166 MM", "Brand": "Ferrari", "Vehicle Identification Number": "0060 M", "Auctioneer": "Gooding & Company", "city": "Scottsdale", "county": "Arizona", "country": "United States", "Original price": 6490000, "Adjusted price": 6490000 }, { "Date": "15-Feb-16", "Model year": 1957, "Car": "Ferrari 335S", "Brand": "Ferrari", "Vehicle Identification Number": 674, "Auctioneer": "Artcurial", "city": "Paris", "county": "", "country": "France", "Original price": 35711359, "Adjusted price": 35711000 }, { "Date": "10-Mar-16", "Model year": 1937, "Car": "Bugatti Brand 57", "Brand": "Bugatti", "Vehicle Identification Number": 57541, "Auctioneer": "Bonhams", "city": "Amelia Island", "county": "Florida", "country": "United States", "Original price": 9735000, "Adjusted price": 9735000 }, { "Date": "11-Mar-16", "Model year": 1961, "Car": "Ferrari 250 GT SWB California Spider", "Brand": "Ferrari", "Vehicle Identification Number": "2871 GT", "Auctioneer": "Gooding & Company", "city": "Amelia Island", "county": "Florida", "country": "United States", "Original price": 17160000, "Adjusted price": 17160000 }, { "Date": "11-Mar-16", "Model year": 1955, "Car": "Porsche 550", "Brand": "Porsche", "Vehicle Identification Number": "550-0060", "Auctioneer": "Gooding & Company", "city": "Amelia Island", "county": "Florida", "country": "United States", "Original price": 5335000, "Adjusted price": 5335000 }, { "Date": "12-Mar-16", "Model year": 1962, "Car": "Ferrari 400 Superamerica LWB Coupe Aerodinamico", "Brand": "Ferrari", "Vehicle Identification Number": "3949 SA", "Auctioneer": "RM Sotheby's", "city": "Amelia Island", "county": "Florida", "country": "United States", "Original price": 4400000, "Adjusted price": 4400000 }, { "Date": "14-May-16", "Model year": 1951, "Car": "Ferrari 340 America Barchetta", "Brand": "Ferrari", "Vehicle Identification Number": "0116/A", "Auctioneer": "RM Sotheby's", "city": "Monte Carlo", "county": "", "country": "Monaco", "Original price": 8250000, "Adjusted price": 8381000 }, { "Date": "19-Aug-16", "Model year": 1955, "Car": "Jaguar D-Type", "Brand": "Jaguar", "Vehicle Identification Number": "XKD 501", "Auctioneer": "RM Sotherby's", "city": "Monterey", "county": "California", "country": "United States", "Original price": 21780000, "Adjusted price": 22737329 }, { "Date": "19-Aug-2016", "Model year": 1962, "Car": "Shelby 260 Cobra", "Brand": "Shelby", "Vehicle Identification Number": "CSX 2000", "Auctioneer": "RM Sotherby's", "city": "Monterey", "county": "California", "country": "United States", "Original price": 13750000, "Adjusted price": 14354375 }, { "Date": "19-Aug-2016", "Model year": 1955, "Car": "Ferrari 750 Monza", "Brand": "Ferrari", "Vehicle Identification Number": "0510M", "Auctioneer": "RM Sotherby's", "city": "Monterey", "county": "California", "country": "United States", "Original price": 5225000, "Adjusted price": 5454662 }, { "Date": "19-Aug-2016", "Model year": 1931, "Car": "Bugatti Type 51", "Brand": "Bugatti", "Vehicle Identification Number": "51121", "Auctioneer": "Bonhams", "city": "Carmel", "county": "California", "country": "United States", "Original price": 4000000, "Adjusted price": 4175818 },
       {
         "Date":"20-Aug-16",
         "Model year":1939,
         "Car":"Alfa Romeo 8C 2900B Lungo Spider",
         "Brand":"Alfa Romeo",
         "Vehicle Identification Number":"412041",
         "Auctioneer":"RM Sotheby's",
         "city":"Monterey",
         "county":"California",
         "country":"United States",
         "Original price":19800000,
         "Adjusted price":20670300
       },
       {
         "Date":"20-Aug-16",
         "Model year":1959,
         "Car":"Ferrari 250",
         "Brand":"Ferrari",
         "Vehicle Identification Number":"1603 GT",
         "Auctioneer":"Gooding & Company",
         "city":"Pebble",
         "county":"Beach",
         "country":"United States",
         "Original price":18150000,
         "Adjusted price":18947775
       },
       {
         "Date":"20-Aug-16",
         "Model year":1960,
         "Car":"Ferrari 250",
         "Brand":"Ferrari",
         "Vehicle Identification Number":"1759 GT",
         "Auctioneer":"Gooding & Company",
         "city":"Pebble",
         "county":"Beach",
         "country":"United States",
         "Original price":13500000,
         "Adjusted price":14093386
       },
       {
         "Date":"20-Aug-16",
         "Model year":1956,
         "Car":"Ferrari 250",
         "Brand":"Ferrari",
         "Vehicle Identification Number":"0507 GT",
         "Auctioneer":"RM Sotheby's",
         "city":"Monterey",
         "county":"California",
         "country":"United States",
         "Original price":5720000,
         "Adjusted price":5971420
       },
       {
         "Date":"20-Aug-16",
         "Model year":1950,
         "Car":"Ferrari 166 MM",
         "Brand":"Ferrari",
         "Vehicle Identification Number":"0046 M",
         "Auctioneer":"Gooding & Company",
         "city":"Pebble",
         "county":"Beach",
         "country":"United States",
         "Original price":5445000,
         "Adjusted price":5684332
       },
       {
         "Date":"20-Aug-16",
         "Model year":2014,
         "Car":"LaFerrari ",
         "Brand":"Ferrari",
         "Vehicle Identification Number":"207195",
         "Auctioneer":"Mecum",
         "city":"Monterey",
         "county":"California",
         "country":"United States",
         "Original price":5170000,
         "Adjusted price":5397245
       },
       {
         "Date":"20-Aug-16",
         "Model year":1966,
         "Car":"Ford GT40",
         "Brand":"Ford",
         "Vehicle Identification Number":"P/1028",
         "Auctioneer":"Mecum",
         "city":"Monterey",
         "county":"California",
         "country":"United States",
         "Original price":4840000,
         "Adjusted price":5052740
       },
       {
         "Date":"20-Aug-16",
         "Model year":1979,
         "Car":"Porsche 935",
         "Brand":"Porsche",
         "Vehicle Identification Number":"009 0030",
         "Auctioneer":"Gooding & Company",
         "city":"Pebble",
         "county":"Beach",
         "country":"United States",
         "Original price":4840000,
         "Adjusted price":5052740
       },
       {
         "Date":"21-Aug-16",
         "Model year":1933,
         "Car":"Alfa Romeo 8C",
         "Brand":"Alfa Romeo",
         "Vehicle Identification Number":"2311218",
         "Auctioneer":"Gooding & Company",
         "city":"Pebble",
         "county":"Beach",
         "country":"United States",
         "Original price":11990000,
         "Adjusted price":12517015
       },
       {
         "Date":"21-Aug-16",
         "Model year":1932,
         "Car":"Bugatti Type 55",
         "Brand":"Bugatti",
         "Vehicle Identification Number":"55213",
         "Auctioneer":"Gooding & Company",
         "city":"Pebble",
         "county":"Beach",
         "country":"United States",
         "Original price":10400000,
         "Adjusted price":10857127
       },
       {
         "Date":"4-Dec-16",
         "Model year":2016,
         "Car":"LaFerrari ",
         "Brand":"Ferrari",
         "Vehicle Identification Number":"",
         "Auctioneer":"RM Sotheby's",
         "city":"Daytona",
         "county":"Beach",
         "country":"United States",
         "Original price":7000000,
         "Adjusted price":7307682
       },
       {
         "Date":"20-Jan-17",
         "Model year":1939,
         "Car":"Mercedes-Benz 540K",
         "Brand":"Mercedes-Benz",
         "Vehicle Identification Number":"408383",
         "Auctioneer":"RM Sotheby's",
         "city":"Phoenix",
         "county":"Arizona",
         "country":"United States",
         "Original price":6600000,
         "Adjusted price":6746049
       },
       {
         "Date":"8-Feb-17",
         "Model year":1934,
         "Car":"Alfa Romeo P3",
         "Brand":"Alfa Romeo",
         "Vehicle Identification Number":"50006",
         "Auctioneer":"RM Sotheby's",
         "city":"Paris",
         "county":"",
         "country":"France",
         "Original price":4180680,
         "Adjusted price":4273193
       },
       {
         "Date":"10-Feb-17",
         "Model year":1965,
         "Car":"Dino Berlinetta Speciale",
         "Brand":"Dino",
         "Vehicle Identification Number":"0840",
         "Auctioneer":"Artcurial",
         "city":"Paris",
         "county":"",
         "country":"France",
         "Original price":4675776,
         "Adjusted price":4779000
       },
       {
         "Date":"10-Mar-17",
         "Model year":1998,
         "Car":"Porsche 911 GT1",
         "Brand":"Porsche",
         "Vehicle Identification Number":"96005",
         "Auctioneer":"Gooding & Company",
         "city":"Amelia",
         "county":"Island",
         "country":"Florida",
         "Original price":5665000,
         "Adjusted price":5790000
       },
       {
         "Date":"11-Mar-17",
         "Model year":1959,
         "Car":"Bugatti Type 57S",
         "Brand":"Bugatti",
         "Vehicle Identification Number":"57513",
         "Auctioneer":"RM Sotheby's",
         "city":"Amelia",
         "county":"Island",
         "country":"United States",
         "Original price":7700000,
         "Adjusted price":7870000
       },
       {
         "Date":"18-Aug-17",
         "Model year":1995,
         "Car":"McLaren F1",
         "Brand":"McLaren",
         "Vehicle Identification Number":"044",
         "Auctioneer":"Bonhams",
         "city":"Carmel",
         "county":"California",
         "country":"United States",
         "Original price":15620000,
         "Adjusted price":15966000
       },
       {
         "Date":"18-Aug-17",
         "Model year":1963,
         "Car":"Jaguar E-Type",
         "Brand":"Jaguar",
         "Vehicle Identification Number":"S850664",
         "Auctioneer":"Bonhams",
         "city":"Carmel",
         "county":"California",
         "country":"United States",
         "Original price":8000000,
         "Adjusted price":8177000
       },
       {
         "Date":"19-Aug-17",
         "Model year":1956,
         "Car":"Aston Martin DBR1",
         "Brand":"Aston Martin",
         "Vehicle Identification Number":"DBR1/1",
         "Auctioneer":"RM Sotheby's",
         "city":"Monterey",
         "county":"California",
         "country":"United States",
         "Original price":22550000,
         "Adjusted price":23049002
       },
       {
         "Date":"19-Aug-17",
         "Model year":1966,
         "Car":"Ferrari 275",
         "Brand":"Ferrari",
         "Vehicle Identification Number":"9051",
         "Auctioneer":"Gooding & Company",
         "city":"Pebble",
         "county":"Beach",
         "country":"United States",
         "Original price":14520000,
         "Adjusted price":14841309
       },
       {
         "Date":"19-Aug-17",
         "Model year":1970,
         "Car":"Porsche 917K",
         "Brand":"Porsche",
         "Vehicle Identification Number":"917-024",
         "Auctioneer":"Gooding & Company",
         "city":"Pebble",
         "county":"Beach",
         "country":"United States",
         "Original price":14080000,
         "Adjusted price":14391572
       },
       {
         "Date":"19-Aug-17",
         "Model year":1961,
         "Car":"Ferrari 250 GT SWB",
         "Brand":"Ferrari",
         "Vehicle Identification Number":"2985",
         "Auctioneer":"RM Sotheby's",
         "city":"Monterey",
         "county":"California",
         "country":"United States",
         "Original price":8305000,
         "Adjusted price":8488779
       },
       {
         "Date":"19-Aug-17",
         "Model year":1959,
         "Car":"Aston Martin DB4",
         "Brand":"Aston Martin",
         "Vehicle Identification Number":"DP199/1",
         "Auctioneer":"RM Sotheby's",
         "city":"Monterey",
         "county":"California",
         "country":"United States",
         "Original price":6765000,
         "Adjusted price":6914701
       },
       {
         "Date":"19-Aug-17",
         "Model year":1955,
         "Car":"Ferrari 735 LM",
         "Brand":"Ferrari",
         "Vehicle Identification Number":"0546 LM",
         "Auctioneer":"RM Sotheby's",
         "city":"Monterey",
         "county":"California",
         "country":"United States",
         "Original price":5720000,
         "Adjusted price":5846576
       },
       {
         "Date":"19-Aug-17",
         "Model year":1959,
         "Car":"Ferrari 410 Superamerica",
         "Brand":"Ferrari",
         "Vehicle Identification Number":"1305 SA",
         "Auctioneer":"RM Sotheby's",
         "city":"Monterey",
         "county":"California",
         "country":"United States",
         "Original price":5335000,
         "Adjusted price":5453057
       },
       {
         "Date":"9-Sep-17",
         "Model year":2017,
         "Car":"LaFerrari Aperta ",
         "Brand":"Ferrari",
         "Vehicle Identification Number":"",
         "Auctioneer":"RM Sotheby's",
         "city":"Maranello",
         "county":"",
         "country":"Emilia-Romagna",
         "Original price":9982000,
         "Adjusted price":10203000
       },
       {
         "Date":"9-Sep-17",
         "Model year":1959,
         "Car":"Ferrari 250 GT LWB California Spyder",
         "Brand":"Ferrari",
         "Vehicle Identification Number":"1503 GT",
         "Auctioneer":"RM Sotheby's",
         "city":"Maranello",
         "county":"",
         "country":"Emilia-Romagna",
         "Original price":9447000,
         "Adjusted price":9656000
       },
       {
         "Date":"9-Sep-17",
         "Model year":1958,
         "Car":"Ferrari 250 GT Cabriolet Pinin Farina Series I",
         "Brand":"Ferrari",
         "Vehicle Identification Number":"0791 GT",
         "Auctioneer":"RM Sotheby's",
         "city":"Maranello",
         "county":"",
         "country":"Emilia-Romagna",
         "Original price":5675000,
         "Adjusted price":5801000
       },
       {
         "Date":"9-Sep-17",
         "Model year":1955,
         "Car":"Ferrari 750 Monza",
         "Brand":"Ferrari",
         "Vehicle Identification Number":"0534M",
         "Auctioneer":"RM Sotheby's",
         "city":"Maranello",
         "county":"",
         "country":"Emilia-Romagna",
         "Original price":4059000,
         "Adjusted price":4149000
       },
       {
         "Date":"16-Nov-17",
         "Model year":2001,
         "Car":"Ferrari F2001",
         "Brand":"Ferrari",
         "Vehicle Identification Number":"211",
         "Auctioneer":"Sotheby's",
         "city":"New",
         "county":"York",
         "country":"New York",
         "Original price":7504000,
         "Adjusted price":7670000
       },
       {
         "Date":"18-Jan-18",
         "Model year":1958,
         "Car":"Porsche 550A Spyder",
         "Brand":"Porsche",
         "Vehicle Identification Number":"550A-0145",
         "Auctioneer":"Bonhams",
         "city":"Scottsdale",
         "county":"Arizona",
         "country":"United States",
         "Original price":5170000,
         "Adjusted price":5170000
       },
       {
         "Date":"20-Jan-18",
         "Model year":1965,
         "Car":"Ferrari 275 GTB Speciale",
         "Brand":"Ferrari",
         "Vehicle Identification Number":"06437",
         "Auctioneer":"Gooding & Company",
         "city":"Scottsdale",
         "county":"Arizona",
         "country":"United States",
         "Original price":8085000,
         "Adjusted price":8085000
       },
       {
         "Date":"20-Jan-18",
         "Model year":1954,
         "Car":"Ferrari 500 Mondial",
         "Brand":"Ferrari",
         "Vehicle Identification Number":"0434MD",
         "Auctioneer":"Gooding & Company",
         "city":"Scottsdale",
         "county":"Arizona",
         "country":"United States",
         "Original price":4455000,
         "Adjusted price":4455000
       },
       {
         "Date":"20-Jan-18",
         "Model year":1931,
         "Car":"Bugatti Type 55",
         "Brand":"Bugatti",
         "Vehicle Identification Number":"55201",
         "Auctioneer":"Gooding & Company",
         "city":"Scottsdale",
         "county":"Arizona",
         "country":"United States",
         "Original price":4070000,
         "Adjusted price":4070000
       },
       {
         "Date":"7-Feb-18",
         "Model year":2017,
         "Car":"Bugatti Chiron",
         "Brand":"Bugatti",
         "Vehicle Identification Number":"042",
         "Auctioneer":"RM Sotheby's",
         "city":"Paris",
         "county":"",
         "country":"France",
         "Original price":4088212,
         "Adjusted price":4088212
       },
       {
         "Date":"11-May-18",
         "Model year":1993,
         "Car":"McLaren MP4/8",
         "Brand":"McLaren",
         "Vehicle Identification Number":"MP4/8-6",
         "Auctioneer":"Bonhams",
         "city":"Monte",
         "county":"Carlo",
         "country":"Monaco",
         "Original price":4948432,
         "Adjusted price":4948000
       },
       {
         "Date":"13-Jul-18",
         "Model year":1961,
         "Car":"Aston Martin DB4 GT Zagato",
         "Brand":"Aston Martin",
         "Vehicle Identification Number":"DB4GT/0183/R",
         "Auctioneer":"Bonhams",
         "city":"Goodwood",
         "county":"West",
         "country":"United Kingdom",
         "Original price":12978264,
         "Adjusted price":12978000
       },
       {
         "Date":"13-Jul-18",
         "Model year":1957,
         "Car":"BMW 507",
         "Brand":"BMW",
         "Vehicle Identification Number":"70067",
         "Auctioneer":"Bonhams",
         "city":"London",
         "county":"",
         "country":"England",
         "Original price":5000000,
         "Adjusted price":5200000
       },
       {
         "Date":"24-Aug-18",
         "Model year":1998,
         "Car":"Mercedes-Benz CLK GTR",
         "Brand":"Mercedes-Benz",
         "Vehicle Identification Number":"09/25",
         "Auctioneer":"RM Sotheby's",
         "city":"Monterey",
         "county":"California",
         "country":"United States",
         "Original price":4515000,
         "Adjusted price":0
       },
       {
         "Date":"25-Aug-18",
         "Model year":1935,
         "Car":"Duesenberg SSJ",
         "Brand":"Duesenberg",
         "Vehicle Identification Number":"2594",
         "Auctioneer":"Gooding & Company",
         "city":"Pebble",
         "county":"Beach",
         "country":"United States",
         "Original price":22000000,
         "Adjusted price":22000000
       },
       {
         "Date":"26-Aug-18",
         "Model year":1962,
         "Car":"Ferrari 250 GTO",
         "Brand":"Ferrari",
         "Vehicle Identification Number":"3413GT",
         "Auctioneer":"RM Sotheby's",
         "city":"Monterey",
         "county":"California",
         "country":"United States",
         "Original price":48405000,
         "Adjusted price":48405000
       },
       {
         "Date":"26-Aug-18",
         "Model year":1963,
         "Car":"Aston Martin DP215",
         "Brand":"Aston Martin",
         "Vehicle Identification Number":"DP215",
         "Auctioneer":"RM Sotheby's",
         "city":"Monterey",
         "county":"California",
         "country":"United States",
         "Original price":21455000,
         "Adjusted price":21455000
       },
       {
         "Date":"8-Dec-18",
         "Model year":1956,
         "Car":"Ferrari 290 MM",
         "Brand":"Ferrari",
         "Vehicle Identification Number":"0628",
         "Auctioneer":"RM Sotheby's",
         "city":"Los",
         "county":"Angeles",
         "country":"California",
         "Original price":22005000,
         "Adjusted price":22005000
       },
       {
         "Date":"11-Feb-19",
         "Model year":1939,
         "Car":"Alfa Romeo 8C 2900B Touring Berlinetta",
         "Brand":"Alfa Romeo",
         "Vehicle Identification Number":"412024",
         "Auctioneer":"Artcurial",
         "city":"Paris",
         "county":"",
         "country":"France",
         "Original price":18997883,
         "Adjusted price":18998000
       },
       {
         "Date":"15-Aug-19",
         "Model year":1994,
         "Car":"McLaren F1 'LM-Specification'",
         "Brand":"McLaren",
         "Vehicle Identification Number":"018",
         "Auctioneer":"RM Sotheby's",
         "city":"Monterey",
         "county":"California",
         "country":"United States",
         "Original price":19805000,
         "Adjusted price":0
       },
       {
         "Date":"15-Aug-19",
         "Model year":1964,
         "Car":"Aston Martin DB5",
         "Brand":"Aston Martin",
         "Vehicle Identification Number":"DB5/2008/R",
         "Auctioneer":"RM Sotheby's",
         "city":"Monterey",
         "county":"California",
         "country":"United States",
         "Original price":6385000,
         "Adjusted price":0
       }
     ],
     "transform": [{"type": "bin", "field": "Adjusted price", "step": 10000000}]
   },
   // Create a count of the number of cars for each brand.
   {
     "name": "count",
     "source": "cars",
     "transform": [
       {"type": "aggregate", "groupby": ["Brand"], "summarize": {"*": "count"} }
     ]
   },
   // Create a dataset that indicates which cars are visible and should drive the domain of the scales.
   {
     "name": "visible-cars",
     "source": "cars",
     "transform": [
       {"type": "filter", "test": "datum['Adjusted price'] >= selectedPrice"},
       {"type": "filter", "test": "if(selectedPriceType=='greater', true, if(selectedPrice==0, if(datum.bin_start==0 & datum['Adjusted price']<5000000, true, false), if(selectedPrice==5000000, if(datum.bin_start==0 & datum['Adjusted price']>=5000000, true, false), if(selectedPrice==datum.bin_start, true, false))))"}
     ]
   },
   // Create a dataset that contains the four most popular brands, give them an index (for legend layout) and extract the count.
   {
     "name": "popular-brands",
     "values": ["Ferrari", "Mercedes-Benz", "Bugatti", "Porsche", "Aston Martin", "Alfa Romeo"],
     "transform": [
       {"type": "formula", "field": "index", "expr": "indexof(['Ferrari', 'Mercedes-Benz', 'Bugatti', 'Porsche', 'Aston Martin', 'Alfa Romeo'], datum.data) + 1"},
       {
         "type": "lookup",
         "on": "count",
         "onKey": "Brand",
         "keys": ["data"],
         "as": "match"
       },
       {"type": "formula", "field": "count", "expr": "datum.match.count"}
     ]
   },
   // Create a dataset that includes all brands other than the most popular.
   {
     "name": "other-brands",
     "source": "count",
     "transform": [
       {
         "type": "lookup",
         "on": "popular-brands",
         "onKey": "data",
         "keys": ["Brand"],
         "as": ["match"],
         "default": "false"
       },
       {"type": "filter", "test": "datum.match=='false'"}
     ]
   },
   // Create a dataset that defines the domain of the axis based on the visible-cars dataset and whether the chart should autozoom.
   {
     "name": "axesDomain",
     "source": "visible-cars",
     "transform": [
       {"type": "filter", "test": "if(!autoZoom, true, datum.Brand==selectedBrand)"},
       {"type": "aggregate", "summarize": {"Date": ["min", "max"], "Model year":["min", "max"]} },
       {"type": "formula", "field": "xMin", "expr": "if(autoZoom, utc(year(datetime(datum.min_Date)) - 1, 0), xMin)"},
       {"type": "formula", "field": "xMax", "expr": "if(autoZoom, utc(year(datetime(datum.max_Date)) + 1, 0), xMax)"},
       {"type": "formula", "field": "yMin", "expr": "if(autoZoom, datum['min_Model year'] - 5, yMin)"},
       {"type": "formula", "field": "yMax", "expr": "if(autoZoom, datum['max_Model year'] + 5, yMax)"}
     ]
   },
   // Create a dataset to drive the 'Adjusted Price' Legend.
   {
     "name": "stats",
     "values": [
       {"value": 5000000, "index": 0},
       {"value": 10000000, "index": 1},
       {"value": 20000000, "index": 2},
       {"value": 30000000, "index": 3}
     ],
     "transform": [
       {"type": "formula", "field": "xPos", "expr": "18 + 175 / 5 * datum.index"}
     ]
   },
   // Create a dataset to determine how many points are currently visible in the scatterplot (e.g. not hidden by the adjusted price legend).
   {
     "name": "count-stats",
     "values": [1],
     "transform": [
       {"type": "cross", "with": "cars"},
       {"type": "aggregate", "summarize": {"*": "count"} },
       {"type": "cross", "with": "visible-cars"},
       {"type": "formula", "field": "total", "expr": "datum.a.count"},
       {
         "type": "aggregate", 
         "summarize": [
           {"field": "total", "ops": ["average"], "as": ["total"]},
           {"field": "*", "ops": ["count"], "as": ["visible"]}
         ]
       }
     ]
   }
 ],
 "signals": [
   // Only show the instructions once the viewer has started interacting.
   {
     "name": "interacting",
     "init": false,
     "streams": [{"type": "mousemove", "expr": "true"}]
   },
   // Extract the point on mouseover.
   {
     "name": "car",
     "init": {},
     "streams": [
       {"type": "@points:mouseover", "expr": "datum"},
       {"type": "mouseout", "expr": ""}
     ]
   },
   // Determine whether to show only points in the bucket for the selected price from the legend, or all points greater than the selected price.
   {
     "name": "selectedPriceType",
     "init": "greater",
     "streams": [
       {"type": "@AdjustedPriceLegend:click", "expr": "if(selectedPrice==0, 'greater', 'equal')"},
       {"type": "@AdjustedPriceLegendItems:click", "expr": "if(selectedPrice==datum.value, 'greater', 'equal')"}
     ]
   },
   // Extract the selected price.
   {
     "name": "selectedPrice",
     "init": 0,
     "streams": [
       {"type": "@AdjustedPriceLegend:click", "expr": "0"},
       {"type": "@AdjustedPriceLegendItems:click", "expr": "datum.value"}
     ]
   },
   // Extract the selected brand.
   {
     "name": "selectedBrand",
     "init": "",
     "streams": [
       {"type": "@BrandLegendPopular:click", "expr": "datum.data"},
       {"type": "@BrandLegendAll:click", "expr": "if(showAllBrands=='show', datum.Brand, )"}
     ]
   },
   // Save the previous value of clearSelected.
   {
     "name": "clearPrev",
     "init": "false",
     "streams": [{"type": "clearSelected", "expr": "clearSelected"}]
   },
   // Determine whether or not to clear which brand has been selected based on the element that has been clicked.
   {
     "name": "clearSelected",
     "init": true,
     "streams": [
       {"type": "@BrandLegend:click", "expr": "true"},
       {"type": "@ShowAll:click", "expr": "clearPrev"},
       {"type": "@BrandLegendPopular:click, @BrandLegendAll:click", "expr": "false"}
     ]
   },
   // Determine the state of the 'show all' part of the legend.
   {
     "name": "showAllBrands",
     "init": "hide",
     "streams": [
       {"type": "@ShowAll:click", "expr": "if(indexof(eventItem().text, '+') != -1, 'show', 'hide')"}
     ]
   },
   // Determine whether the user is currently dragging a brush.
   {
     "name": "dragging",
     "init": false,
     "streams": [
       {
         "type": "@chart:mousedown, [@chart:mousedown, window:mouseup] > window:mousemove",
         "expr": "true"
       },
       {"type": "mouseup", "expr": "false"}
     ]
   },
   // Determine the brush_start position.
   {
     "name": "brush_start",
     "init": {},
     "streams": [
       {
         "type": "@chart:mousedown",
         "expr": "{x: iscale('x', clamp(eventX(), 0, width)), y: iscale('y', clamp(eventY(), 0, height))}"
       }
     ]
   },
   // Determine the brush_end position.
   {
     "name": "brush_end",
     "init": {},
     "streams": [
       {
         "type": "@chart:mousedown, [@chart:mousedown, window:mouseup] > window:mousemove",
         "expr": "{x: iscale('x', clamp(eventX(), 0, width)), y: iscale('y', clamp(eventY(), 0, height))}"
       }
     ]
   },
   // Determine the x domain min based on the user's brush.
   {
     "name": "xMin",
     "init": 473385600000,
     "streams": [{
       "type": "mouseup", 
       "expr": "if(brush_start.x==null, 473385600000, if(time(brush_start.x)==time(brush_end.x), 473385600000, min(brush_start.x, brush_end.x)))"
     }]
   },
   // Determine the x domain max based on the user's brush.
   {
     "name": "xMax",
     "init": 1577865600000,
     "streams": [{
       "type": "mouseup", 
       "expr": "if(brush_start.x==null, 1577865600000, if(time(brush_start.x)==time(brush_end.x), 1577865600000, max(brush_start.x, brush_end.x)))"
     }]
   },
   // Determine the y domain min based on the user's brush.
   {
     "name": "yMin",
     "init": 1880,
     "streams": [{
       "type": "mouseup", 
       "expr": "if(brush_start.y==brush_end.y, 1880, min(brush_start.y, brush_end.y))"
     }]
   },
   // Determine the y domain max based on the user's brush.
   {
     "name": "yMax",
     "init": 2020,
     "streams": [{
       "type": "mouseup", 
       "expr": "if(brush_start.y==brush_end.y, 2010, max(brush_start.y, brush_end.y))"
     }]
   },
   // Determine the context of the user's click (in the brand legend or other).
   {
     "name": "context",
     "init": "none",
     "streams": [
       {"type": "@AdjustedPriceLegend:click", "expr": "'other'"},
       {"type": "@BrandLegendPopular:click, @BrandLegendAll:click", "expr": "'legend'"},
       {"type": "dragging", "expr": "'other'"}
     ]
   },
   // Determine whether or not to autozoom the visualization based on the user selection in the legend.
   {
     "name": "autoZoom",
     "init": false,
     "streams": [
       {"type": "mouseup", "expr": "false"},
       {"type": "@BrandLegend:click", "expr": "if(context=='legend', true, false)"},
       {"type": "@BrandLegendPopular:click", "expr": "true"},
       {"type": "@BrandLegendAll:click", "expr": "if(showAllBrands=='hide', false, true)"}
       
     ]
   }
 ],
 "scales": [
   // The x time scale for the scatterplot.
   {
     "name": "x",
     "type": "time",
     "range": "width", "zero": false,
     "domainMin": {"data": "axesDomain", "field": "xMin"},
     "domainMax": {"data": "axesDomain", "field": "xMax"}
   },
   // Determine y scale for the scatterplot.
   {
     "name": "y",
     "type": "linear",
     "range": "height", "zero": false,
     "domainMin": {"data": "axesDomain", "field": "yMin"},
     "domainMax": {"data": "axesDomain", "field": "yMax"}
   },
   // The size scale for the adjusted price.
   {
     "name": "size",
     "type": "linear",
     "domain": {"data": "cars", "field": "Adjusted price"},
     "range": [10, 550]
   },
   // The color scale for the popular brands.
   {
     "name": "color",
     "type": "ordinal",
     "domain": {"data": "popular-brands"},
     "range": "category10"
   },
   // The text position for the text position in the brand scale (sorted by count).
   {
     "name": "textPosition",
     "type": "ordinal",
     "domain": {
       "data": "other-brands", 
       "field": "Brand", 
       "sort": {"field": "count", "op": "min"}
     },
     "reverse": true,
     "range": [0, 225]
   }
 ],
 
 "axes": [
   // The 'Date of Sale' axis for the scatterplot.
   {
     "title": "Date of sale",
     "type": "x", "scale": "x", 
     "grid": true, "layer": "front", 
     "formatType": "time",
     "properties": {
       "labels": { "fontSize": {"value": 10} }
     }
   },
   // The 'Model Year' axis for the scatterplot.
   {
     "title": "Model year",
     "type": "y", "scale": "y", 
     "grid": true, "layer": "front", 
     "formatType": "string",
     "properties": {
       "labels": { "fontSize": {"value": 10} }
     }
   }
 ],
 
 "marks": [
   // The text mark for the title of the chart.
   {
     "type": "text",
     "properties": {
       "enter": {
         "x": {"value": -35},
         "y": {"value": -20},
         "fill": {"value": "black"},
         "text": {"value": "The most expensive cars sold at auction"},
         "fontSize": {"value": 24}
       }
     }
   },
   // The text mark for the number of cars visible in the scatterplot.
   {
     "type": "text",
     "from": {"data": "count-stats"},
     "properties": {
       "enter": {
         "x": {"field": {"group": "width"}, "offset": 15},
         "y": {"value": -8},
         "fill": {"value": "black"},
         "opacity": {"value": 0.5},
         "fontWeight": {"value": "italic"}
       },
       "update": {
         "text": {"template": "Showing \u007B{datum.visible}\u007d of \u007B{datum.total}\u007d cars." }
       }
     }
   },
   // The scatterplot.
   {
     "name": "chart",
     "type": "group",
     "properties": {
       "enter": {
         "x": {"value": 0},
         "width": {"field": {"group": "width"} },
         "y": {"value": 0},
         "height": {"field": {"group": "height"} },
         "fill": {"value": "white"},
         "clip": {"value": true},
         "cursor": {"value": "crosshair"}
       }
     },
     "marks": [
       // The points in the scatterplot.
       {
         "name": "points",
         "type": "symbol",
         "from": {"data": "visible-cars"},
         "properties": {
           "update": {
             "x": {"scale": "x", "field": "Date"},
             "y": {"scale": "y", "field": "Model year"},
             "fill": [
               {"test": "indexof(['Ferrari', 'Mercedes-Benz', 'Bugatti', 'Porsche', 'Aston Martin', 'Alfa Romeo'], datum.Brand) != -1", "scale":  "color", "field": "Brand"},
               {"value": "#4d4d4d"}
             ],
             "fillOpacity": [
               {"test": "clearSelected==true", "value": 0.5},
               {"test": "datum.Brand==selectedBrand", "value": 0.5},
               {"test": "selectedBrand==", "value": 0.5},
               {"value": 0.1}
             ],
             "size": {"scale": "size", "field": "Adjusted price"},
             "stroke": {"value": "white"},
             "strokeWidth": [
               {"test": "clearSelected==false & selectedBrand != datum.Brand", "value": 0},
               {"test": "!dragging & datum.Car == car.Car", "value": 4},
               {"value": 0}
             ],
             "strokeOpacity": {"value": 0.75}
           }
         }
       },
       // The tooltip shown on hover of points in the scatterplot.
       {
         "name": "tooltip",
         "type": "group",
         "marks": [
           // The text mark of the tooltip (not shown). This determines the size of the background.
           {
             "name": "labels",
             "type": "text",
             "interactive": false,
             "from": {"data": "visible-cars"},
             "properties": {
               "enter": {
                 "fill": {"value": "black"},
                 "text": {"field": "Car"},
                 "baseline": {"value": "middle"},
                 "opacity": {"value": 0}
               },
               "update": {
                 "x": {"scale": "x", "field": "Date"},
                 "dx": [
                   {"test": "scale('x', datum.Date) > 250", "value": -14},
                   {"value": 14}
                 ],
                 "y": {"scale": "y", "field": "Model year"},
                 "align": [
                   {"test": "scale('x', datum.Date) > 250", "value": "right"},
                   {"value": "left"}
                 ]
               }
             }
           },
           // The rect mark that is used as the background for the tooltip.
           {
             "type": "rect",
             "interactive": false,
             "from": {"mark": "labels"},
             "properties": {
               "enter": {
                 "fill": {"value": "white"}
               },
               "update": {
                 "x": {"field": "bounds.x1", "offset": -2},
                 "x2": {"field": "bounds.x2", "offset": 2},
                 "y": {"field": "bounds.y1", "offset": -2},
                 "y2": {"field": "bounds.y2", "offset": 2},
                 "opacity": [
                   {"test": "clearSelected==false & selectedBrand != datum.datum.Brand", "value": 0},
                   {"test": "!dragging & datum.datum._id == car._id", "value": 0.85},
                   {"value": 0}
                 ]
               }
             }
           },
           // The text that actually appears in the tooltip.
           {
             "name": "labels",
             "type": "text",
             "interactive": false,
             "from": {"data": "visible-cars"},
             "properties": {
               "enter": {
                 "fill": {"value": "black"},
                 "text": {"field": "Car"},
                 "baseline": {"value": "middle"}
               },
               "update": {
                 "x": {"scale": "x", "field": "Date"},
                 "dx": [
                   {"test": "scale('x', datum.Date) > 250", "value": -12},
                   {"value": 12}
                 ],
                 "y": {"scale": "y", "field": "Model year"},
                 "opacity": [
                   {"test": "clearSelected==false & selectedBrand != datum.Brand", "value": 0},
                   {"test": "!dragging & datum._id == car._id", "value": 1},
                   {"value": 0}
                 ],
                 "align": [
                   {"test": "scale('x', datum.Date) > 250", "value": "right"},
                   {"value": "left"}
                 ]
               }
             }
           }
         ]
       }
     ]
   },
   // The rect that shows the user defined brush (to zoom the scatterplot).
   {
     "name": "brush",
     "type": "rect",
     "interactive": false,
     "properties": {
       "enter": {
         "fill": {"value": "grey"},
         "fillOpacity": {"value": 0.2}
       },
       "update": {
         "x": {"scale": "x", "signal": "brush_start.x"},
         "x2": {"scale": "x", "signal": "brush_end.x"},
         "y": {"scale": "y", "signal": "brush_start.y"},
         "y2": {"scale": "y", "signal": "brush_end.y"},
         "opacity": [
           {"test": "dragging", "value": 1},
           {"value": 0}
         ]
       }
     }
   },
   // The adjusted price legend.
   {
     "name": "AdjustedPriceLegend",
     "type": "group",
     "properties": {
       "enter": {
         "x": {"signal": "width", "offset": 15},
         "y": {"value": 0},
         "width": {"value": 175, "offset":-25},
         "height": {"value": 75},
         "stroke": {"value": "#ddd"},
         "strokeWidth": {"value": 2},
         "fill": {"value": "white"},
         "cursor": {"value": "pointer"}
       }
     },
     "marks": [
       // The text for the title of the adjusted price legend.
       {
         "type": "text",
         "properties": {
           "enter": {
             "align": {"value": "left"},
             "fill": {"value": "black"},
             "x": {"value": 7},
             "y": {"value": 15},
             "fontSize": {"value": 11},
             "fontStyle": {"value": "bold"},
             "text": {"value": "Adjusted price (US$)"},
             "cursor": {"value": "pointer"}
           }
         }
       },
       {
         "name": "AdjustedPriceLegendItems",
         "type": "group",
         "marks": [
           // The text of the adjusted price legend.
           {
             "type": "text",
             "from": {"data": "stats"},
             "properties": {
               "enter": {
                 "align": {"value": "center"},
                 "baseline": {"value": "top"},
                 "fill": {"value": "black"},
                 "x": {"field": "xPos"},
                 "y": {"value": 48},
                 "fontSize": {"value": 11},
                 "text": {"template": "\u007B{datum.value | number:'$.2s'}\u007d"},
                 "cursor": {"value": "pointer"}
               },
               "update": {
                 "opacity": [
                   {"test": "selectedPriceType=='greater' & datum.value>=selectedPrice", "value": 1},
                   {"test": "selectedPriceType=='equal' & datum.value==selectedPrice", "value": 1},
                   {"value": 0.5}
                 ]
               }
             }
           },
           // The symbols of the adjusted price legend.
           {
             "type": "symbol",
             "from": {"data": "stats"},
             "properties": {
               "enter": {
                 "fill": {"value": "black"},
                 "x": {"field": "xPos"},
                 "y": {"value": 35},
                 "size": {"scale": "size", "field": "value"},
                 "cursor": {"value": "pointer"}
               },
               "update": {
                 "opacity": [
                   {"test": "selectedPriceType=='greater' & datum.value>=selectedPrice", "value": 0.5},
                   {"test": "selectedPriceType=='equal' & datum.value==selectedPrice", "value": 0.5},
                   {"value": 0.1}
                 ]
               }
             }
           }
         ]
       },
       // Small italic instructions of legend interactions.
       {
         "type": "text",
         "properties": {
           "enter": {
             "x": {"value": 5},
             "y": {"value": 70},
             "fill": {"value": "#bbb"},
             "fontSize": {"value": 8},
             "fontStyle": {"value": "italic"},
             "text": {"value": "Click once to filter, twice to show above."}   
           },
           "update": {
             "opacity": [
               {"test": "interacting", "value": 1},
               {"value": 0}
             ],
           }
         }
       }
     ]
   },
   // The brand legend.
   {
     "name": "BrandLegend",
     "type": "group",
     "properties": {
       "enter": {
         "x": {"signal": "width", "offset": 15},
         "y": {"value": 80},
         "width": {"value": 175, "offset":-25},
         "stroke": {"value": "#ddd"},
         "strokeWidth": {"value": 2},
         "fill": {"value": "white"},
         "cursor": {"value": "pointer"}
       },
       "update": {
         "height": [
           {"test": "showAllBrands=='hide'", "value": 130},
           {"value": 351}
         ]
       }
     },
     "marks": [
       // The text mark for the title of the brand legend.
       {
         "name": "BrandLegendTitle",
         "type": "text",
         "properties": {
           "enter": {
             "align": {"value": "left"},
             "fill": {"value": "black"},
             "x": {"value": 7},
             "y": {"value": 15},
             "fontSize": {"value": 11},
             "fontStyle": {"value": "bold"},
             "text": {"value": "Most popular brands"},
             "cursor": {"value": "pointer"}
           }
         }
       },
       // The popular items in the brand legend.
       {
         "name": "BrandLegendPopular",
         "type": "group",
         "marks": [
           // The text mark for the most popular brands.
           {
             "type": "text",
             "from": {"data": "popular-brands"},
             "properties": {
               "enter": {
                 "align": {"value": "left"},
                 "baseline": {"value": "top"},
                 "fill": {"value": "black"},
                 "x": {"value": 25},
                 "y": {"field": "index", "mult": 14, "offset": 8},
                 "fontSize": {"value": 11},
                 "cursor": {"value": "pointer"}
               },
               "update": {
                 "text": {"field": "data"},
                 "opacity": [
                   {"test": "clearSelected==true", "value": 1},
                   {"test": "datum.data == selectedBrand", "value": 1},
                   {"test": "selectedBrand == ", "value": 1},
                   {"value": 0.15}
                 ]
               },
               "hover": {
                 "text": {"template": "\u007B{datum.data}\u007d (\u007B{datum.count}\u007d)"}
               }
             }
           },
           // The symbol mark for the most popular brands.
           {
             "type": "symbol",
             "from": {"data": "popular-brands"},
             "properties": {
               "enter": {
                 "size": {"value": 75},
                 "fill": {"scale": "color", "field": "data"},
                 "x": {"value": 12},
                 "y": {"field": "index", "mult": 14, "offset": 13},
                 "cursor": {"value": "pointer"}
               },
               "update": {
                 "opacity": [
                   {"test": "clearSelected==true", "value": 1},
                   {"test": "datum.data == selectedBrand", "value": 1},
                   {"test": "selectedBrand == ", "value": 1},
                   {"value": 0.15}
                 ]
               }
             }
           }
         ]
       },
       // The text mark for the the show all option in the brand legend.
       {
         "name": "ShowAll",
         "type": "text",
         "properties": {
           "enter": {
             "align": {"value": "left"},
             "fill": {"value": "black"},
             "x": {"value": 7},
             "y": {"value": 8, "mult": 14, "offset": 3},
             "fontSize": {"value": 11},
             "fontStyle": {"value": "bold"},
             "cursor": {"value": "pointer"}
           },
           "update": {
             "text": [
               {"test": "showAllBrands=='hide'", "value": " +  Show all brands"},
               {"value": " -   Hide other brands"}
             ]
           }
         }
       },
       // The other items in the brand legend.
       {
         "name": "BrandLegendAll",
         "type": "group",
         "marks": [
           // The text mark for the other brands in the brand legend.
           {
             "type": "text",
             "from": {"data": "other-brands"},
             "properties": {
               "enter": {
                 "align": {"value": "left"},
                 "baseline": {"value": "middle"},
                 "fill": {"value": "black"},
                 "x": {"value": 25},
                 "y": {"scale": "textPosition", "field": "Brand", "offset": 122},
                 "fontSize": {"value": 11}
               },
               "update": {
                 "text": {"field": "Brand"},
                 "cursor": [
                   {"test": "showAllBrands=='show'", "value": "pointer"},
                   {"value": "default"}
                 ],
                 "opacity": [
                   {"test": "showAllBrands=='hide'", "value": 0},
                   {"test": "clearSelected==true", "value": 1},
                   {"test": "datum.Brand == selectedBrand", "value": 1},
                   {"test": "selectedBrand == ", "value": 1},
                   {"value": 0.15}
                 ]
               },
               "hover": {
                 "text": {"template": "\u007B{datum.Brand}\u007d (\u007B{datum.count}\u007d)"}
               }
             }
           },
           // The symbols for the other brands in the brand legend.
           {
             "type": "symbol",
             "from": {"data": "other-brands"},
             "properties": {
               "enter": {
                 "size": {"value": 75},
                 "fill": {"value": "#4d4d4d"},
                 "x": {"value": 12},
                 "y": {"scale": "textPosition", "field": "Brand", "offset": 122}
               },
               "update": {
                 "cursor": [
                   {"test": "showAllBrands=='show'", "value": "pointer"},
                   {"value": "default"}
                 ],
                 "opacity": [
                   {"test": "showAllBrands=='hide'", "value": 0},
                   {"test": "clearSelected==true", "value": 1},
                   {"test": "datum.Brand == selectedBrand", "value": 1},
                   {"test": "selectedBrand == ", "value": 1},
                   {"value": 0.15}
                 ]
               }
             }
           }
         ]
       },
       // Small italic instructions of legend interactions.
       {
         "type": "text",
         "properties": {
           "enter": {
             "x": {"value": 5},
             "fill": {"value": "#bbb"},
             "fontSize": {"value": 8},
             "fontStyle": {"value": "italic"},
             "text": {"value": "Select to zoom, background to deselect."}
           },
           "update": {
             "opacity": [
               {"test": "interacting", "value": 1},
               {"value": 0}
             ],
             "y": [
               {"test": "showAllBrands=='hide'", "value": 125},
               {"value": 346}
             ]
           }
         }
       }
     ]
   },
   // Small italic instructions of legend interactions.
   {
     "type": "text",
     "properties": {
       "enter": {
         "x": {"value": 5},
         "y": {"value": 10},
         "fill": {"value": "#bbb"},
         "fontSize": {"value": 8},
         "fontStyle": {"value": "italic"},
         "text": {"value": "Click and drag to zoom, click to reset."}
       },
       "update": {
         "opacity": [
           {"test": "interacting", "value": 1},
           {"value": 0}
         ]
       }
     }
   },
 ]

} </graph> Info: Click and drag to zoom. Click to zoom out. Select legend elements to filter. Click legend's empty space to clear filters.