• Edit
  • Download
  • <!DOCTYPE html>
    <html>
    
    <head>
      <meta charset="utf-8">
      <title>ZingSoft Demo</title>
      <script nonce="undefined" src="https://cdn.zingchart.com/zingchart.min.js"></script>
      <style>
        html,
        body {
          margin: 0;
          padding: 0;
          width: 100%;
          height: 100%;
        }
    
        .chart--container {
          min-height: 150px;
          width: 100%;
          height: 100%;
        }
    
        .zc-ref {
          display: none;
        }
      </style>
    </head>
    
    <body>
      <!-- CHART CONTAINER -->
      <div id="myChart" class="chart--container">
        <a class="zc-ref" href="https://www.zingchart.com/">Powered by ZingChart</a>
      </div>
      <script>
        ZC.LICENSE = ["569d52cefae586f634c54f86dc99e6a9", "b55b025e438fa8a98e32482b5f768ff5"]; // window:load event for Javascript to run after HTML
        // because this Javascript is injected into the document head
        window.addEventListener('load', () => {
          // Javascript code to execute after DOM content
    
          // full ZingChart schema can be found here:
          // https://www.zingchart.com/docs/api/json-configuration/
          let chartConfig = {
            "type": "treemap",
            "options": {
              "max-children": [5, 55, 100, 100]
            },
            "series": [{
              "text": "United States",
              "children": [{
                  "text": "Wisconsin",
                  "children": [{
                      "text": "1998",
                      "children": [{
                          "text": "Undeclared",
                          "value": 8
                        },
                        {
                          "text": "Norovirus",
                          "value": 5
                        },
                        {
                          "text": "Salmonella",
                          "value": 2
                        },
                        {
                          "text": "E.coli",
                          "value": 3
                        },
                        {
                          "text": "Scombroid",
                          "value": 1
                        },
                        {
                          "text": "Clostridium",
                          "value": 3
                        },
                        {
                          "text": "Mycotoxins",
                          "value": 1
                        },
                        {
                          "text": "Campylobacter",
                          "value": 1
                        }
                      ]
                    },
                    {
                      "text": "1999",
                      "children": [{
                          "text": "Norovirus",
                          "value": 8
                        },
                        {
                          "text": "Clostridium",
                          "value": 3
                        },
                        {
                          "text": "Undeclared",
                          "value": 2
                        },
                        {
                          "text": "Salmonella",
                          "value": 4
                        },
                        {
                          "text": "Staphylococcus",
                          "value": 1
                        }
                      ]
                    },
                    {
                      "text": "2000",
                      "children": [{
                          "text": "Undeclared",
                          "value": 5
                        },
                        {
                          "text": "Norovirus",
                          "value": 6
                        },
                        {
                          "text": "Staphylococcus",
                          "value": 1
                        },
                        {
                          "text": "Clostridium",
                          "value": 2
                        },
                        {
                          "text": "E.coli",
                          "value": 4
                        },
                        {
                          "text": "Salmonella",
                          "value": 2
                        },
                        {
                          "text": "Campylobacter",
                          "value": 1
                        },
                        {
                          "text": "Shigella",
                          "value": 1
                        }
                      ]
                    },
                    {
                      "text": "2001",
                      "children": [{
                          "text": "Campylobacter",
                          "value": 3
                        },
                        {
                          "text": "E.coli",
                          "value": 3
                        },
                        {
                          "text": "Norovirus",
                          "value": 7
                        },
                        {
                          "text": "Salmonella",
                          "value": 3
                        },
                        {
                          "text": "Clostridium",
                          "value": 1
                        },
                        {
                          "text": "Undeclared",
                          "value": 3
                        }
                      ]
                    },
                    {
                      "text": "2002",
                      "children": [{
                          "text": "Norovirus",
                          "value": 17
                        },
                        {
                          "text": "Clostridium",
                          "value": 3
                        },
                        {
                          "text": "Salmonella",
                          "value": 8
                        },
                        {
                          "text": "Scombroid",
                          "value": 1
                        },
                        {
                          "text": "Campylobacter",
                          "value": 1
                        },
                        {
                          "text": "E.coli",
                          "value": 1
                        },
                        {
                          "text": "Staphylococcus",
                          "value": 1
                        }
                      ]
                    },
                    {
                      "text": "2003",
                      "children": [{
                          "text": "Norovirus",
                          "value": 5
                        },
                        {
                          "text": "Shigella",
                          "value": 1
                        },
                        {
                          "text": "Campylobacter",
                          "value": 4
                        },
                        {
                          "text": "Salmonella",
                          "value": 10
                        },
                        {
                          "text": "Yersinia",
                          "value": 1
                        }
                      ]
                    },
                    {
                      "text": "2004",
                      "children": [{
                          "text": "Norovirus",
                          "value": 31
                        },
                        {
                          "text": "Salmonella",
                          "value": 7
                        },
                        {
                          "text": "Bacillus",
                          "value": 1
                        },
                        {
                          "text": "Clostridium",
                          "value": 4
                        }
                      ]
                    },
                    {
                      "text": "2005",
                      "children": [{
                          "text": "Norovirus",
                          "value": 4
                        },
                        {
                          "text": "Undeclared",
                          "value": 3
                        },
                        {
                          "text": "Clostridium",
                          "value": 2
                        },
                        {
                          "text": "Salmonella",
                          "value": 1
                        },
                        {
                          "text": "Campylobacter",
                          "value": 1
                        },
                        {
                          "text": "Staphylococcus",
                          "value": 2
                        }
                      ]
                    },
                    {
                      "text": "2006",
                      "children": [{
                          "text": "Norovirus",
                          "value": 32
                        },
                        {
                          "text": "Scombroid",
                          "value": 1
                        },
                        {
                          "text": "Campylobacter",
                          "value": 3
                        }
                      ]
                    },
                    {
                      "text": "2007",
                      "children": [{
                          "text": "Norovirus",
                          "value": 15
                        },
                        {
                          "text": "Clostridium",
                          "value": 3
                        },
                        {
                          "text": "Salmonella",
                          "value": 2
                        },
                        {
                          "text": "Campylobacter",
                          "value": 1
                        },
                        {
                          "text": "Undeclared",
                          "value": 2
                        },
                        {
                          "text": "E.coli",
                          "value": 1
                        }
                      ]
                    },
                    {
                      "text": "2008",
                      "children": [{
                          "text": "Norovirus",
                          "value": 10
                        },
                        {
                          "text": "Undeclared",
                          "value": 2
                        },
                        {
                          "text": "Clostridium",
                          "value": 6
                        },
                        {
                          "text": "Cyclospora",
                          "value": 1
                        },
                        {
                          "text": "Campylobacter",
                          "value": 1
                        },
                        {
                          "text": "Other",
                          "value": 1
                        }
                      ]
                    },
                    {
                      "text": "2009",
                      "children": [{
                          "text": "Norovirus",
                          "value": 9
                        },
                        {
                          "text": "Clostridium",
                          "value": 4
                        },
                        {
                          "text": "Salmonella",
                          "value": 2
                        },
                        {
                          "text": "Undeclared",
                          "value": 2
                        },
                        {
                          "text": "E.coli",
                          "value": 1
                        },
                        {
                          "text": "Campylobacter",
                          "value": 1
                        }
                      ]
                    },
                    {
                      "text": "2010",
                      "children": [{
                          "text": "Norovirus",
                          "value": 19
                        },
                        {
                          "text": "Salmonella",
                          "value": 3
                        },
                        {
                          "text": "Clostridium",
                          "value": 3
                        },
                        {
                          "text": "Undeclared",
                          "value": 1
                        },
                        {
                          "text": "E.coli",
                          "value": 1
                        }
                      ]
                    },
                    {
                      "text": "2011",
                      "children": [{
                          "text": "Clostridium",
                          "value": 1
                        },
                        {
                          "text": "Campylobacter",
                          "value": 1
                        },
                        {
                          "text": "E.coli",
                          "value": 2
                        },
                        {
                          "text": "Norovirus",
                          "value": 6
                        },
                        {
                          "text": "Undeclared",
                          "value": 2
                        },
                        {
                          "text": "Cryptosporidium",
                          "value": 1
                        },
                        {
                          "text": "Salmonella",
                          "value": 2
                        }
                      ]
                    },
                    {
                      "text": "2012",
                      "children": [{
                          "text": "Clostridium",
                          "value": 4
                        },
                        {
                          "text": "Norovirus",
                          "value": 12
                        },
                        {
                          "text": "Undeclared",
                          "value": 1
                        },
                        {
                          "text": "Campylobacter",
                          "value": 2
                        },
                        {
                          "text": "E.coli",
                          "value": 1
                        }
                      ]
                    }
                  ]
                },
                {
                  "text": "Missouri",
                  "children": [{
                      "text": "1998",
                      "children": [{
                        "text": "Undeclared",
                        "value": 6
                      }]
                    },
                    {
                      "text": "1999",
                      "children": [{
                          "text": "Cyclospora",
                          "value": 1
                        },
                        {
                          "text": "Salmonella",
                          "value": 1
                        },
                        {
                          "text": "Undeclared",
                          "value": 3
                        }
                      ]
                    },
                    {
                      "text": "2000",
                      "children": [{
                          "text": "Undeclared",
                          "value": 4
                        },
                        {
                          "text": "Norovirus",
                          "value": 2
                        },
                        {
                          "text": "E.coli",
                          "value": 1
                        }
                      ]
                    },
                    {
                      "text": "2001",
                      "children": [{
                        "text": "Salmonella",
                        "value": 1
                      }]
                    },
                    {
                      "text": "2002",
                      "children": [{
                          "text": "Salmonella",
                          "value": 2
                        },
                        {
                          "text": "Norovirus",
                          "value": 3
                        },
                        {
                          "text": "Undeclared",
                          "value": 1
                        },
                        {
                          "text": "Shigella",
                          "value": 1
                        },
                        {
                          "text": "Campylobacter",
                          "value": 1
                        }
                      ]
                    },
                    {
                      "text": "2003",
                      "children": [{
                          "text": "Undeclared",
                          "value": 3
                        },
                        {
                          "text": "Salmonella",
                          "value": 4
                        },
                        {
                          "text": "Hepatitis",
                          "value": 1
                        },
                        {
                          "text": "Staphylococcus",
                          "value": 1
                        },
                        {
                          "text": "E.coli",
                          "value": 1
                        }
                      ]
                    },
                    {
                      "text": "2004",
                      "children": [{
                          "text": "Undeclared",
                          "value": 12
                        },
                        {
                          "text": "Norovirus",
                          "value": 3
                        },
                        {
                          "text": "Salmonella",
                          "value": 1
                        },
                        {
                          "text": "Staphylococcus",
                          "value": 1
                        },
                        {
                          "text": "Bacillus",
                          "value": 2
                        },
                        {
                          "text": "Campylobacter",
                          "value": 1
                        }
                      ]
                    },
                    {
                      "text": "2005",
                      "children": [{
                          "text": "Undeclared",
                          "value": 1
                        },
                        {
                          "text": "Salmonella",
                          "value": 1
                        }
                      ]
                    },
                    {
                      "text": "2006",
                      "children": [{
                        "text": "Undeclared",
                        "value": 4
                      }]
                    },
                    {
                      "text": "2007",
                      "children": [{
                          "text": "Bacillus",
                          "value": 1
                        },
                        {
                          "text": "Undeclared",
                          "value": 2
                        },
                        {
                          "text": "Salmonella",
                          "value": 1
                        },
                        {
                          "text": "Norovirus",
                          "value": 2
                        },
                        {
                          "text": "Ciguatoxin",
                          "value": 1
                        },
                        {
                          "text": "Giardia",
                          "value": 1
                        }
                      ]
                    },
                    {
                      "text": "2008",
                      "children": [{
                          "text": "E.coli",
                          "value": 1
                        },
                        {
                          "text": "Salmonella",
                          "value": 2
                        },
                        {
                          "text": "Norovirus",
                          "value": 1
                        }
                      ]
                    },
                    {
                      "text": "2009",
                      "children": [{
                          "text": "Undeclared",
                          "value": 7
                        },
                        {
                          "text": "Salmonella",
                          "value": 2
                        }
                      ]
                    },
                    {
                      "text": "2010",
                      "children": [{
                          "text": "Clostridium",
                          "value": 1
                        },
                        {
                          "text": "Undeclared",
                          "value": 3
                        },
                        {
                          "text": "Norovirus",
                          "value": 4
                        },
                        {
                          "text": "Salmonella",
                          "value": 2
                        }
                      ]
                    },
                    {
                      "text": "2011",
                      "children": [{
                          "text": "Undeclared",
                          "value": 4
                        },
                        {
                          "text": "Salmonella",
                          "value": 1
                        },
                        {
                          "text": "Norovirus",
                          "value": 1
                        }
                      ]
                    },
                    {
                      "text": "2012",
                      "children": [{
                          "text": "Undeclared",
                          "value": 3
                        },
                        {
                          "text": "E.coli",
                          "value": 2
                        }
                      ]
                    }
                  ]
                },
                {
                  "text": "Oregon",
                  "children": [{
                      "text": "1998",
                      "children": [{
                          "text": "Salmonella",
                          "value": 2
                        },
                        {
                          "text": "Shigella",
                          "value": 3
                        },
                        {
                          "text": "Vibrio",
                          "value": 1
                        },
                        {
                          "text": "Scombroid",
                          "value": 1
                        },
                        {
                          "text": "Campylobacter",
                          "value": 1
                        },
                        {
                          "text": "Norovirus",
                          "value": 3
                        },
                        {
                          "text": "Undeclared",
                          "value": 10
                        },
                        {
                          "text": "Clostridium",
                          "value": 1
                        },
                        {
                          "text": "Staphylococcus",
                          "value": 1
                        }
                      ]
                    },
                    {
                      "text": "1999",
                      "children": [{
                          "text": "Norovirus",
                          "value": 11
                        },
                        {
                          "text": "Clostridium",
                          "value": 3
                        },
                        {
                          "text": "Undeclared",
                          "value": 5
                        },
                        {
                          "text": "Scombroid",
                          "value": 1
                        }
                      ]
                    },
                    {
                      "text": "2000",
                      "children": [{
                          "text": "Norovirus",
                          "value": 10
                        },
                        {
                          "text": "Clostridium",
                          "value": 1
                        },
                        {
                          "text": "Salmonella",
                          "value": 3
                        },
                        {
                          "text": "E.coli",
                          "value": 1
                        },
                        {
                          "text": "Vibrio",
                          "value": 1
                        },
                        {
                          "text": "Undeclared",
                          "value": 5
                        }
                      ]
                    },
                    {
                      "text": "2001",
                      "children": [{
                          "text": "Norovirus",
                          "value": 13
                        },
                        {
                          "text": "Salmonella",
                          "value": 2
                        },
                        {
                          "text": "Clostridium",
                          "value": 4
                        },
                        {
                          "text": "E.coli",
                          "value": 1
                        },
                        {
                          "text": "Undeclared",
                          "value": 9
                        },
                        {
                          "text": "Ciguatoxin",
                          "value": 1
                        },
                        {
                          "text": "Vibrio",
                          "value": 1
                        }
                      ]
                    },
                    {
                      "text": "2002",
                      "children": [{
                          "text": "Norovirus",
                          "value": 15
                        },
                        {
                          "text": "Scombroid",
                          "value": 2
                        },
                        {
                          "text": "Undeclared",
                          "value": 7
                        },
                        {
                          "text": "Salmonella",
                          "value": 3
                        },
                        {
                          "text": "E.coli",
                          "value": 1
                        },
                        {
                          "text": "Clostridium",
                          "value": 1
                        },
                        {
                          "text": "Hepatitis",
                          "value": 1
                        }
                      ]
                    },
                    {
                      "text": "2003",
                      "children": [{
                          "text": "Norovirus",
                          "value": 28
                        },
                        {
                          "text": "Bacillus",
                          "value": 3
                        },
                        {
                          "text": "Undeclared",
                          "value": 4
                        },
                        {
                          "text": "Salmonella",
                          "value": 5
                        },
                        {
                          "text": "Clostridium",
                          "value": 2
                        },
                        {
                          "text": "E.coli",
                          "value": 2
                        },
                        {
                          "text": "Scombroid",
                          "value": 1
                        },
                        {
                          "text": "Shigella",
                          "value": 1
                        }
                      ]
                    },
                    {
                      "text": "2004",
                      "children": [{
                          "text": "Norovirus",
                          "value": 31
                        },
                        {
                          "text": "Undeclared",
                          "value": 3
                        },
                        {
                          "text": "Clostridium",
                          "value": 4
                        },
                        {
                          "text": "Salmonella",
                          "value": 7
                        },
                        {
                          "text": "Vibrio",
                          "value": 2
                        },
                        {
                          "text": "Mycotoxins",
                          "value": 1
                        },
                        {
                          "text": "E.coli",
                          "value": 1
                        },
                        {
                          "text": "Bacillus",
                          "value": 1
                        },
                        {
                          "text": "Staphylococcus",
                          "value": 1
                        }
                      ]
                    },
                    {
                      "text": "2005",
                      "children": [{
                          "text": "Salmonella",
                          "value": 4
                        },
                        {
                          "text": "Norovirus",
                          "value": 19
                        },
                        {
                          "text": "E.coli",
                          "value": 2
                        },
                        {
                          "text": "Bacillus",
                          "value": 1
                        },
                        {
                          "text": "Undeclared",
                          "value": 3
                        },
                        {
                          "text": "Clostridium",
                          "value": 1
                        },
                        {
                          "text": "Scombroid",
                          "value": 1
                        }
                      ]
                    },
                    {
                      "text": "2006",
                      "children": [{
                          "text": "Norovirus",
                          "value": 22
                        },
                        {
                          "text": "Shigella",
                          "value": 1
                        },
                        {
                          "text": "Listeria",
                          "value": 2
                        },
                        {
                          "text": "Salmonella",
                          "value": 4
                        },
                        {
                          "text": "E.coli",
                          "value": 2
                        },
                        {
                          "text": "Hepatitis",
                          "value": 1
                        },
                        {
                          "text": "Campylobacter",
                          "value": 1
                        },
                        {
                          "text": "Plant",
                          "value": 1
                        }
                      ]
                    },
                    {
                      "text": "2007",
                      "children": [{
                          "text": "Norovirus",
                          "value": 18
                        },
                        {
                          "text": "Clostridium",
                          "value": 3
                        },
                        {
                          "text": "Salmonella",
                          "value": 2
                        },
                        {
                          "text": "E.coli",
                          "value": 2
                        },
                        {
                          "text": "Undeclared",
                          "value": 7
                        }
                      ]
                    },
                    {
                      "text": "2008",
                      "children": [{
                          "text": "Norovirus",
                          "value": 18
                        },
                        {
                          "text": "Undeclared",
                          "value": 3
                        },
                        {
                          "text": "Salmonella",
                          "value": 3
                        },
                        {
                          "text": "Clostridium",
                          "value": 2
                        },
                        {
                          "text": "Campylobacter",
                          "value": 1
                        }
                      ]
                    },
                    {
                      "text": "2009",
                      "children": [{
                          "text": "Norovirus",
                          "value": 7
                        },
                        {
                          "text": "Undeclared",
                          "value": 3
                        },
                        {
                          "text": "Salmonella",
                          "value": 4
                        },
                        {
                          "text": "E.coli",
                          "value": 1
                        }
                      ]
                    },
                    {
                      "text": "2010",
                      "children": [{
                          "text": "Norovirus",
                          "value": 22
                        },
                        {
                          "text": "Salmonella",
                          "value": 5
                        },
                        {
                          "text": "Undeclared",
                          "value": 3
                        },
                        {
                          "text": "Staphylococcus",
                          "value": 1
                        },
                        {
                          "text": "E.coli",
                          "value": 1
                        }
                      ]
                    },
                    {
                      "text": "2011",
                      "children": [{
                          "text": "Norovirus",
                          "value": 12
                        },
                        {
                          "text": "Salmonella",
                          "value": 2
                        },
                        {
                          "text": "Staphylococcus",
                          "value": 1
                        },
                        {
                          "text": "E.coli",
                          "value": 1
                        },
                        {
                          "text": "Undeclared",
                          "value": 1
                        },
                        {
                          "text": "Scombroid",
                          "value": 1
                        }
                      ]
                    },
                    {
                      "text": "2012",
                      "children": [{
                          "text": "Norovirus",
                          "value": 17
                        },
                        {
                          "text": "E.coli",
                          "value": 2
                        },
                        {
                          "text": "Salmonella",
                          "value": 1
                        },
                        {
                          "text": "Clostridium",
                          "value": 2
                        },
                        {
                          "text": "Campylobacter",
                          "value": 1
                        },
                        {
                          "text": "Sapovirus",
                          "value": 1
                        }
                      ]
                    }
                  ]
                },
                {
                  "text": "Florida",
                  "children": [{
                      "text": "1998",
                      "children": [{
                          "text": "Undeclared",
                          "value": 159
                        },
                        {
                          "text": "Vibrio",
                          "value": 7
                        },
                        {
                          "text": "Staphylococcus",
                          "value": 22
                        },
                        {
                          "text": "Salmonella",
                          "value": 19
                        },
                        {
                          "text": "Ciguatoxin",
                          "value": 4
                        },
                        {
                          "text": "Norovirus",
                          "value": 20
                        },
                        {
                          "text": "Other",
                          "value": 4
                        },
                        {
                          "text": "Bacillus",
                          "value": 17
                        },
                        {
                          "text": "Scombroid",
                          "value": 5
                        },
                        {
                          "text": "Clostridium",
                          "value": 17
                        },
                        {
                          "text": "Shigella",
                          "value": 1
                        },
                        {
                          "text": "Campylobacter",
                          "value": 4
                        },
                        {
                          "text": "E.coli",
                          "value": 2
                        }
                      ]
                    },
                    {
                      "text": "1999",
                      "children": [{
                          "text": "Undeclared",
                          "value": 150
                        },
                        {
                          "text": "Staphylococcus",
                          "value": 29
                        },
                        {
                          "text": "Norovirus",
                          "value": 21
                        },
                        {
                          "text": "E.coli",
                          "value": 2
                        },
                        {
                          "text": "Salmonella",
                          "value": 9
                        },
                        {
                          "text": "Campylobacter",
                          "value": 1
                        },
                        {
                          "text": "Clostridium",
                          "value": 9
                        },
                        {
                          "text": "Shigella",
                          "value": 1
                        },
                        {
                          "text": "Scombroid",
                          "value": 5
                        },
                        {
                          "text": "Other",
                          "value": 7
                        },
                        {
                          "text": "Bacillus",
                          "value": 15
                        },
                        {
                          "text": "Vibrio",
                          "value": 8
                        },
                        {
                          "text": "Ciguatoxin",
                          "value": 3
                        },
                        {
                          "text": "Cyclospora",
                          "value": 1
                        },
                        {
                          "text": "Hepatitis",
                          "value": 3
                        },
                        {
                          "text": "Listeria",
                          "value": 1
                        },
                        {
                          "text": "Heavy",
                          "value": 1
                        }
                      ]
                    },
                    {
                      "text": "2000",
                      "children": [{
                          "text": "Salmonella",
                          "value": 18
                        },
                        {
                          "text": "Shigella",
                          "value": 2
                        },
                        {
                          "text": "Undeclared",
                          "value": 148
                        },
                        {
                          "text": "Bacillus",
                          "value": 11
                        },
                        {
                          "text": "Staphylococcus",
                          "value": 24
                        },
                        {
                          "text": "Norovirus",
                          "value": 23
                        },
                        {
                          "text": "Other",
                          "value": 6
                        },
                        {
                          "text": "Scombroid",
                          "value": 3
                        },
                        {
                          "text": "E.coli",
                          "value": 2
                        },
                        {
                          "text": "Clostridium",
                          "value": 12
                        },
                        {
                          "text": "Ciguatoxin",
                          "value": 7
                        },
                        {
                          "text": "Vibrio",
                          "value": 2
                        },
                        {
                          "text": "Heavy",
                          "value": 1
                        },
                        {
                          "text": "Hepatitis",
                          "value": 1
                        }
                      ]
                    },
                    {
                      "text": "2001",
                      "children": [{
                          "text": "Undeclared",
                          "value": 157
                        },
                        {
                          "text": "Neurotoxic",
                          "value": 2
                        },
                        {
                          "text": "Salmonella",
                          "value": 13
                        },
                        {
                          "text": "Histamine",
                          "value": 1
                        },
                        {
                          "text": "Norovirus",
                          "value": 33
                        },
                        {
                          "text": "Ciguatoxin",
                          "value": 5
                        },
                        {
                          "text": "Hepatitis",
                          "value": 2
                        },
                        {
                          "text": "Staphylococcus",
                          "value": 25
                        },
                        {
                          "text": "Bacillus",
                          "value": 3
                        },
                        {
                          "text": "Clostridium",
                          "value": 9
                        },
                        {
                          "text": "Scombroid",
                          "value": 6
                        },
                        {
                          "text": "Cyclospora",
                          "value": 1
                        },
                        {
                          "text": "Heavy",
                          "value": 1
                        },
                        {
                          "text": "Shigella",
                          "value": 6
                        },
                        {
                          "text": "Vibrio",
                          "value": 1
                        },
                        {
                          "text": "Other",
                          "value": 3
                        },
                        {
                          "text": "Campylobacter",
                          "value": 1
                        },
                        {
                          "text": "Plant",
                          "value": 1
                        }
                      ]
                    },
                    {
                      "text": "2002",
                      "children": [{
                          "text": "Staphylococcus",
                          "value": 27
                        },
                        {
                          "text": "Undeclared",
                          "value": 103
                        },
                        {
                          "text": "Norovirus",
                          "value": 26
                        },
                        {
                          "text": "Clostridium",
                          "value": 8
                        },
                        {
                          "text": "Salmonella",
                          "value": 19
                        },
                        {
                          "text": "Bacillus",
                          "value": 9
                        },
                        {
                          "text": "Other",
                          "value": 6
                        },
                        {
                          "text": "Vibrio",
                          "value": 5
                        },
                        {
                          "text": "Campylobacter",
                          "value": 2
                        },
                        {
                          "text": "Rotavirus",
                          "value": 2
                        },
                        {
                          "text": "Hepatitis",
                          "value": 3
                        },
                        {
                          "text": "Shigella",
                          "value": 4
                        },
                        {
                          "text": "Ciguatoxin",
                          "value": 3
                        },
                        {
                          "text": "Scombroid",
                          "value": 2
                        },
                        {
                          "text": "Cryptosporidium",
                          "value": 1
                        },
                        {
                          "text": "E.coli",
                          "value": 3
                        }
                      ]
                    },
                    {
                      "text": "2003",
                      "children": [{
                          "text": "Undeclared",
                          "value": 83
                        },
                        {
                          "text": "Rotavirus",
                          "value": 2
                        },
                        {
                          "text": "Staphylococcus",
                          "value": 13
                        },
                        {
                          "text": "Norovirus",
                          "value": 19
                        },
                        {
                          "text": "Salmonella",
                          "value": 15
                        },
                        {
                          "text": "Vibrio",
                          "value": 3
                        },
                        {
                          "text": "Bacillus",
                          "value": 10
                        },
                        {
                          "text": "Other",
                          "value": 3
                        },
                        {
                          "text": "Scombroid",
                          "value": 6
                        },
                        {
                          "text": "Clostridium",
                          "value": 3
                        },
                        {
                          "text": "Ciguatoxin",
                          "value": 2
                        },
                        {
                          "text": "Paralytic",
                          "value": 1
                        },
                        {
                          "text": "E.coli",
                          "value": 1
                        }
                      ]
                    },
                    {
                      "text": "2004",
                      "children": [{
                          "text": "Undeclared",
                          "value": 79
                        },
                        {
                          "text": "Norovirus",
                          "value": 31
                        },
                        {
                          "text": "Campylobacter",
                          "value": 1
                        },
                        {
                          "text": "Vibrio",
                          "value": 4
                        },
                        {
                          "text": "Staphylococcus",
                          "value": 13
                        },
                        {
                          "text": "Other",
                          "value": 4
                        },
                        {
                          "text": "Paralytic",
                          "value": 2
                        },
                        {
                          "text": "Salmonella",
                          "value": 11
                        },
                        {
                          "text": "Bacillus",
                          "value": 9
                        },
                        {
                          "text": "Scombroid",
                          "value": 4
                        },
                        {
                          "text": "E.coli",
                          "value": 1
                        },
                        {
                          "text": "Clostridium",
                          "value": 3
                        },
                        {
                          "text": "Ciguatoxin",
                          "value": 2
                        }
                      ]
                    },
                    {
                      "text": "2005",
                      "children": [{
                          "text": "Undeclared",
                          "value": 58
                        },
                        {
                          "text": "Cyclospora",
                          "value": 1
                        },
                        {
                          "text": "Salmonella",
                          "value": 8
                        },
                        {
                          "text": "Norovirus",
                          "value": 13
                        },
                        {
                          "text": "Staphylococcus",
                          "value": 12
                        },
                        {
                          "text": "Clostridium",
                          "value": 5
                        },
                        {
                          "text": "Scombroid",
                          "value": 4
                        },
                        {
                          "text": "Shigella",
                          "value": 1
                        },
                        {
                          "text": "Bacillus",
                          "value": 3
                        },
                        {
                          "text": "Vibrio",
                          "value": 1
                        },
                        {
                          "text": "Other",
                          "value": 2
                        },
                        {
                          "text": "Neurotoxic",
                          "value": 1
                        },
                        {
                          "text": "Heavy",
                          "value": 1
                        },
                        {
                          "text": "Ciguatoxin",
                          "value": 1
                        }
                      ]
                    },
                    {
                      "text": "2006",
                      "children": [{
                          "text": "Norovirus",
                          "value": 26
                        },
                        {
                          "text": "Staphylococcus",
                          "value": 10
                        },
                        {
                          "text": "Undeclared",
                          "value": 56
                        },
                        {
                          "text": "Ciguatoxin",
                          "value": 6
                        },
                        {
                          "text": "Clostridium",
                          "value": 3
                        },
                        {
                          "text": "Bacillus",
                          "value": 8
                        },
                        {
                          "text": "Scombroid",
                          "value": 2
                        },
                        {
                          "text": "Monosodium",
                          "value": 1
                        },
                        {
                          "text": "Cleaning",
                          "value": 1
                        },
                        {
                          "text": "Neurotoxic",
                          "value": 2
                        },
                        {
                          "text": "Giardia",
                          "value": 1
                        },
                        {
                          "text": "Salmonella",
                          "value": 1
                        }
                      ]
                    },
                    {
                      "text": "2007",
                      "children": [{
                          "text": "Undeclared",
                          "value": 48
                        },
                        {
                          "text": "E.coli",
                          "value": 2
                        },
                        {
                          "text": "Bacillus",
                          "value": 7
                        },
                        {
                          "text": "Norovirus",
                          "value": 15
                        },
                        {
                          "text": "Staphylococcus",
                          "value": 7
                        },
                        {
                          "text": "Scombroid",
                          "value": 5
                        },
                        {
                          "text": "Clostridium",
                          "value": 2
                        },
                        {
                          "text": "Ciguatoxin",
                          "value": 6
                        },
                        {
                          "text": "Salmonella",
                          "value": 6
                        },
                        {
                          "text": "Neurotoxic",
                          "value": 1
                        },
                        {
                          "text": "Hepatitis",
                          "value": 1
                        },
                        {
                          "text": "Other",
                          "value": 1
                        },
                        {
                          "text": "Rotavirus",
                          "value": 1
                        }
                      ]
                    },
                    {
                      "text": "2008",
                      "children": [{
                          "text": "Norovirus",
                          "value": 25
                        },
                        {
                          "text": "Bacillus",
                          "value": 6
                        },
                        {
                          "text": "Campylobacter",
                          "value": 1
                        },
                        {
                          "text": "Undeclared",
                          "value": 30
                        },
                        {
                          "text": "Staphylococcus",
                          "value": 7
                        },
                        {
                          "text": "Clostridium",
                          "value": 1
                        },
                        {
                          "text": "Salmonella",
                          "value": 3
                        },
                        {
                          "text": "Ciguatoxin",
                          "value": 9
                        },
                        {
                          "text": "Cleaning",
                          "value": 2
                        },
                        {
                          "text": "Rotavirus",
                          "value": 1
                        }
                      ]
                    },
                    {
                      "text": "2009",
                      "children": [{
                          "text": "Norovirus",
                          "value": 13
                        },
                        {
                          "text": "Undeclared",
                          "value": 13
                        },
                        {
                          "text": "E.coli",
                          "value": 1
                        },
                        {
                          "text": "Ciguatoxin",
                          "value": 5
                        },
                        {
                          "text": "Clostridium",
                          "value": 1
                        },
                        {
                          "text": "Shigella",
                          "value": 1
                        },
                        {
                          "text": "Staphylococcus",
                          "value": 4
                        },
                        {
                          "text": "Bacillus",
                          "value": 3
                        },
                        {
                          "text": "Salmonella",
                          "value": 4
                        }
                      ]
                    },
                    {
                      "text": "2010",
                      "children": [{
                          "text": "Norovirus",
                          "value": 22
                        },
                        {
                          "text": "Bacillus",
                          "value": 8
                        },
                        {
                          "text": "Undeclared",
                          "value": 10
                        },
                        {
                          "text": "Staphylococcus",
                          "value": 2
                        },
                        {
                          "text": "Clostridium",
                          "value": 2
                        },
                        {
                          "text": "Vibrio",
                          "value": 1
                        },
                        {
                          "text": "Salmonella",
                          "value": 5
                        },
                        {
                          "text": "Scombroid",
                          "value": 2
                        },
                        {
                          "text": "Shigella",
                          "value": 1
                        },
                        {
                          "text": "Campylobacter",
                          "value": 1
                        },
                        {
                          "text": "Other",
                          "value": 1
                        }
                      ]
                    },
                    {
                      "text": "2011",
                      "children": [{
                          "text": "Undeclared",
                          "value": 12
                        },
                        {
                          "text": "Bacillus",
                          "value": 2
                        },
                        {
                          "text": "Norovirus",
                          "value": 10
                        },
                        {
                          "text": "Scombroid",
                          "value": 3
                        },
                        {
                          "text": "Clostridium",
                          "value": 1
                        },
                        {
                          "text": "Ciguatoxin",
                          "value": 7
                        },
                        {
                          "text": "Salmonella",
                          "value": 3
                        },
                        {
                          "text": "Cyclospora",
                          "value": 1
                        }
                      ]
                    },
                    {
                      "text": "2012",
                      "children": [{
                          "text": "Scombroid",
                          "value": 2
                        },
                        {
                          "text": "Salmonella",
                          "value": 5
                        },
                        {
                          "text": "Norovirus",
                          "value": 17
                        },
                        {
                          "text": "Ciguatoxin",
                          "value": 3
                        },
                        {
                          "text": "Undeclared",
                          "value": 20
                        },
                        {
                          "text": "Vibrio",
                          "value": 1
                        },
                        {
                          "text": "Clostridium",
                          "value": 1
                        }
                      ]
                    }
                  ]
                },
                {
                  "text": "Minnesota",
                  "children": [{
                      "text": "1998",
                      "children": [{
                          "text": "Undeclared",
                          "value": 18
                        },
                        {
                          "text": "Norovirus",
                          "value": 7
                        },
                        {
                          "text": "Salmonella",
                          "value": 4
                        },
                        {
                          "text": "Campylobacter",
                          "value": 3
                        },
                        {
                          "text": "E.coli",
                          "value": 2
                        },
                        {
                          "text": "Bacillus",
                          "value": 2
                        },
                        {
                          "text": "Shigella",
                          "value": 2
                        },
                        {
                          "text": "Clostridium",
                          "value": 1
                        }
                      ]
                    },
                    {
                      "text": "1999",
                      "children": [{
                          "text": "Salmonella",
                          "value": 4
                        },
                        {
                          "text": "Norovirus",
                          "value": 24
                        },
                        {
                          "text": "E.coli",
                          "value": 2
                        },
                        {
                          "text": "Staphylococcus",
                          "value": 2
                        },
                        {
                          "text": "Undeclared",
                          "value": 2
                        },
                        {
                          "text": "Listeria",
                          "value": 1
                        },
                        {
                          "text": "Clostridium",
                          "value": 3
                        }
                      ]
                    },
                    {
                      "text": "2000",
                      "children": [{
                          "text": "Norovirus",
                          "value": 22
                        },
                        {
                          "text": "Scombroid",
                          "value": 2
                        },
                        {
                          "text": "Salmonella",
                          "value": 5
                        },
                        {
                          "text": "E.coli",
                          "value": 2
                        },
                        {
                          "text": "Shigella",
                          "value": 2
                        },
                        {
                          "text": "Undeclared",
                          "value": 7
                        },
                        {
                          "text": "Campylobacter",
                          "value": 1
                        },
                        {
                          "text": "Hepatitis",
                          "value": 2
                        },
                        {
                          "text": "Bacillus",
                          "value": 1
                        }
                      ]
                    },
                    {
                      "text": "2001",
                      "children": [{
                          "text": "Norovirus",
                          "value": 25
                        },
                        {
                          "text": "Scombroid",
                          "value": 1
                        },
                        {
                          "text": "Clostridium",
                          "value": 2
                        },
                        {
                          "text": "Salmonella",
                          "value": 3
                        },
                        {
                          "text": "Bacillus",
                          "value": 4
                        },
                        {
                          "text": "E.coli",
                          "value": 1
                        },
                        {
                          "text": "Undeclared",
                          "value": 1
                        },
                        {
                          "text": "Shigella",
                          "value": 1
                        },
                        {
                          "text": "Campylobacter",
                          "value": 1
                        }
                      ]
                    },
                    {
                      "text": "2002",
                      "children": [{
                          "text": "Bacillus",
                          "value": 3
                        },
                        {
                          "text": "Norovirus",
                          "value": 31
                        },
                        {
                          "text": "Astrovirus",
                          "value": 1
                        },
                        {
                          "text": "Clostridium",
                          "value": 4
                        },
                        {
                          "text": "Salmonella",
                          "value": 4
                        },
                        {
                          "text": "Campylobacter",
                          "value": 1
                        }
                      ]
                    },
                    {
                      "text": "2003",
                      "children": [{
                          "text": "Norovirus",
                          "value": 16
                        },
                        {
                          "text": "Staphylococcus",
                          "value": 2
                        },
                        {
                          "text": "Bacillus",
                          "value": 1
                        },
                        {
                          "text": "Other",
                          "value": 3
                        },
                        {
                          "text": "Campylobacter",
                          "value": 1
                        },
                        {
                          "text": "Undeclared",
                          "value": 5
                        },
                        {
                          "text": "Scombroid",
                          "value": 2
                        },
                        {
                          "text": "Salmonella",
                          "value": 4
                        },
                        {
                          "text": "Clostridium",
                          "value": 3
                        },
                        {
                          "text": "Cryptosporidium",
                          "value": 1
                        }
                      ]
                    },
                    {
                      "text": "2004",
                      "children": [{
                          "text": "Norovirus",
                          "value": 23
                        },
                        {
                          "text": "Bacillus",
                          "value": 2
                        },
                        {
                          "text": "Clostridium",
                          "value": 4
                        },
                        {
                          "text": "Campylobacter",
                          "value": 1
                        },
                        {
                          "text": "Salmonella",
                          "value": 4
                        },
                        {
                          "text": "E.coli",
                          "value": 1
                        },
                        {
                          "text": "Shigella",
                          "value": 1
                        },
                        {
                          "text": "Staphylococcus",
                          "value": 1
                        }
                      ]
                    },
                    {
                      "text": "2005",
                      "children": [{
                          "text": "Salmonella",
                          "value": 4
                        },
                        {
                          "text": "Norovirus",
                          "value": 28
                        },
                        {
                          "text": "Clostridium",
                          "value": 3
                        },
                        {
                          "text": "Scombroid",
                          "value": 2
                        },
                        {
                          "text": "Other",
                          "value": 1
                        },
                        {
                          "text": "Bacillus",
                          "value": 1
                        }
                      ]
                    },
                    {
                      "text": "2006",
                      "children": [{
                          "text": "Norovirus",
                          "value": 51
                        },
                        {
                          "text": "Clostridium",
                          "value": 5
                        },
                        {
                          "text": "Undeclared",
                          "value": 3
                        },
                        {
                          "text": "Scombroid",
                          "value": 5
                        },
                        {
                          "text": "Salmonella",
                          "value": 7
                        },
                        {
                          "text": "Listeria",
                          "value": 1
                        },
                        {
                          "text": "E.coli",
                          "value": 2
                        },
                        {
                          "text": "Cyclospora",
                          "value": 1
                        },
                        {
                          "text": "Mycotoxins",
                          "value": 1
                        },
                        {
                          "text": "Staphylococcus",
                          "value": 1
                        },
                        {
                          "text": "Shigella",
                          "value": 1
                        }
                      ]
                    },
                    {
                      "text": "2007",
                      "children": [{
                          "text": "Norovirus",
                          "value": 22
                        },
                        {
                          "text": "Clostridium",
                          "value": 3
                        },
                        {
                          "text": "Hepatitis",
                          "value": 2
                        },
                        {
                          "text": "E.coli",
                          "value": 4
                        },
                        {
                          "text": "Undeclared",
                          "value": 1
                        },
                        {
                          "text": "Scombroid",
                          "value": 1
                        },
                        {
                          "text": "Salmonella",
                          "value": 6
                        },
                        {
                          "text": "Other",
                          "value": 1
                        },
                        {
                          "text": "Cryptosporidium",
                          "value": 1
                        }
                      ]
                    },
                    {
                      "text": "2008",
                      "children": [{
                          "text": "Norovirus",
                          "value": 43
                        },
                        {
                          "text": "Salmonella",
                          "value": 6
                        },
                        {
                          "text": "Clostridium",
                          "value": 5
                        },
                        {
                          "text": "Undeclared",
                          "value": 1
                        },
                        {
                          "text": "Campylobacter",
                          "value": 2
                        },
                        {
                          "text": "Other",
                          "value": 2
                        }
                      ]
                    },
                    {
                      "text": "2009",
                      "children": [{
                          "text": "Norovirus",
                          "value": 23
                        },
                        {
                          "text": "Campylobacter",
                          "value": 1
                        },
                        {
                          "text": "E.coli",
                          "value": 5
                        },
                        {
                          "text": "Clostridium",
                          "value": 2
                        },
                        {
                          "text": "Salmonella",
                          "value": 3
                        },
                        {
                          "text": "Ciguatoxin",
                          "value": 1
                        },
                        {
                          "text": "Other",
                          "value": 1
                        }
                      ]
                    },
                    {
                      "text": "2010",
                      "children": [{
                          "text": "Norovirus",
                          "value": 39
                        },
                        {
                          "text": "Clostridium",
                          "value": 4
                        },
                        {
                          "text": "Salmonella",
                          "value": 7
                        },
                        {
                          "text": "E.coli",
                          "value": 3
                        },
                        {
                          "text": "Undeclared",
                          "value": 4
                        },
                        {
                          "text": "Vibrio",
                          "value": 2
                        },
                        {
                          "text": "Campylobacter",
                          "value": 2
                        }
                      ]
                    },
                    {
                      "text": "2011",
                      "children": [{
                          "text": "Norovirus",
                          "value": 29
                        },
                        {
                          "text": "Salmonella",
                          "value": 6
                        },
                        {
                          "text": "Bacillus",
                          "value": 2
                        },
                        {
                          "text": "Clostridium",
                          "value": 2
                        },
                        {
                          "text": "Trichinella",
                          "value": 1
                        },
                        {
                          "text": "Staphylococcus",
                          "value": 1
                        },
                        {
                          "text": "Campylobacter",
                          "value": 2
                        },
                        {
                          "text": "E.coli",
                          "value": 4
                        },
                        {
                          "text": "Vibrio",
                          "value": 1
                        },
                        {
                          "text": "Other",
                          "value": 2
                        },
                        {
                          "text": "Undeclared",
                          "value": 1
                        },
                        {
                          "text": "Cryptosporidium",
                          "value": 1
                        }
                      ]
                    },
                    {
                      "text": "2012",
                      "children": [{
                          "text": "Norovirus",
                          "value": 26
                        },
                        {
                          "text": "Salmonella",
                          "value": 10
                        },
                        {
                          "text": "Clostridium",
                          "value": 3
                        },
                        {
                          "text": "Streptococcus",
                          "value": 1
                        },
                        {
                          "text": "Sapovirus",
                          "value": 2
                        },
                        {
                          "text": "Campylobacter",
                          "value": 3
                        },
                        {
                          "text": "Scombroid",
                          "value": 1
                        },
                        {
                          "text": "Undeclared",
                          "value": 2
                        }
                      ]
                    }
                  ]
                },
                {
                  "text": "North Carolina",
                  "children": [{
                      "text": "1998",
                      "children": [{
                          "text": "Scombroid",
                          "value": 3
                        },
                        {
                          "text": "Clostridium",
                          "value": 1
                        },
                        {
                          "text": "Undeclared",
                          "value": 2
                        },
                        {
                          "text": "Norovirus",
                          "value": 3
                        },
                        {
                          "text": "E.coli",
                          "value": 1
                        },
                        {
                          "text": "Salmonella",
                          "value": 1
                        },
                        {
                          "text": "Campylobacter",
                          "value": 1
                        },
                        {
                          "text": "Vibrio",
                          "value": 1
                        }
                      ]
                    },
                    {
                      "text": "1999",
                      "children": [{
                          "text": "Staphylococcus",
                          "value": 2
                        },
                        {
                          "text": "Norovirus",
                          "value": 5
                        },
                        {
                          "text": "Clostridium",
                          "value": 1
                        },
                        {
                          "text": "Salmonella",
                          "value": 4
                        },
                        {
                          "text": "E.coli",
                          "value": 5
                        },
                        {
                          "text": "Bacillus",
                          "value": 1
                        }
                      ]
                    },
                    {
                      "text": "2000",
                      "children": [{
                          "text": "Salmonella",
                          "value": 1
                        },
                        {
                          "text": "Listeria",
                          "value": 1
                        },
                        {
                          "text": "Norovirus",
                          "value": 2
                        },
                        {
                          "text": "E.coli",
                          "value": 1
                        },
                        {
                          "text": "Undeclared",
                          "value": 1
                        }
                      ]
                    },
                    {
                      "text": "2001",
                      "children": [{
                          "text": "E.coli",
                          "value": 2
                        },
                        {
                          "text": "Undeclared",
                          "value": 1
                        },
                        {
                          "text": "Salmonella",
                          "value": 1
                        }
                      ]
                    },
                    {
                      "text": "2002",
                      "children": [{
                          "text": "Staphylococcus",
                          "value": 5
                        },
                        {
                          "text": "Undeclared",
                          "value": 3
                        },
                        {
                          "text": "Norovirus",
                          "value": 3
                        },
                        {
                          "text": "Salmonella",
                          "value": 4
                        }
                      ]
                    },
                    {
                      "text": "2003",
                      "children": [{
                          "text": "Undeclared",
                          "value": 2
                        },
                        {
                          "text": "Norovirus",
                          "value": 2
                        },
                        {
                          "text": "Salmonella",
                          "value": 2
                        },
                        {
                          "text": "Staphylococcus",
                          "value": 2
                        }
                      ]
                    },
                    {
                      "text": "2004",
                      "children": [{
                          "text": "Norovirus",
                          "value": 10
                        },
                        {
                          "text": "Undeclared",
                          "value": 5
                        },
                        {
                          "text": "Salmonella",
                          "value": 7
                        },
                        {
                          "text": "Shigella",
                          "value": 1
                        }
                      ]
                    },
                    {
                      "text": "2005",
                      "children": [{
                          "text": "Norovirus",
                          "value": 11
                        },
                        {
                          "text": "Salmonella",
                          "value": 5
                        },
                        {
                          "text": "Bacillus",
                          "value": 1
                        },
                        {
                          "text": "Undeclared",
                          "value": 6
                        },
                        {
                          "text": "Staphylococcus",
                          "value": 1
                        }
                      ]
                    },
                    {
                      "text": "2006",
                      "children": [{
                          "text": "Norovirus",
                          "value": 9
                        },
                        {
                          "text": "Salmonella",
                          "value": 6
                        },
                        {
                          "text": "Undeclared",
                          "value": 3
                        },
                        {
                          "text": "Campylobacter",
                          "value": 2
                        },
                        {
                          "text": "Hepatitis",
                          "value": 1
                        },
                        {
                          "text": "E.coli",
                          "value": 2
                        }
                      ]
                    },
                    {
                      "text": "2007",
                      "children": [{
                          "text": "Norovirus",
                          "value": 1
                        },
                        {
                          "text": "Salmonella",
                          "value": 3
                        },
                        {
                          "text": "E.coli",
                          "value": 3
                        }
                      ]
                    },
                    {
                      "text": "2008",
                      "children": [{
                          "text": "Salmonella",
                          "value": 4
                        },
                        {
                          "text": "Shigella",
                          "value": 2
                        },
                        {
                          "text": "Campylobacter",
                          "value": 1
                        },
                        {
                          "text": "E.coli",
                          "value": 1
                        },
                        {
                          "text": "Undeclared",
                          "value": 1
                        },
                        {
                          "text": "Norovirus",
                          "value": 1
                        }
                      ]
                    },
                    {
                      "text": "2009",
                      "children": [{
                        "text": "Salmonella",
                        "value": 1
                      }]
                    },
                    {
                      "text": "2010",
                      "children": [{
                          "text": "Clostridium",
                          "value": 1
                        },
                        {
                          "text": "Undeclared",
                          "value": 2
                        },
                        {
                          "text": "Salmonella",
                          "value": 7
                        }
                      ]
                    },
                    {
                      "text": "2011",
                      "children": [{
                          "text": "Campylobacter",
                          "value": 1
                        },
                        {
                          "text": "Undeclared",
                          "value": 3
                        },
                        {
                          "text": "Salmonella",
                          "value": 2
                        }
                      ]
                    },
                    {
                      "text": "2012",
                      "children": [{
                          "text": "Salmonella",
                          "value": 4
                        },
                        {
                          "text": "Norovirus",
                          "value": 2
                        },
                        {
                          "text": "Undeclared",
                          "value": 1
                        }
                      ]
                    }
                  ]
                },
                {
                  "text": "Illinois",
                  "children": [{
                      "text": "1998",
                      "children": [{
                          "text": "Norovirus",
                          "value": 3
                        },
                        {
                          "text": "Undeclared",
                          "value": 36
                        },
                        {
                          "text": "Salmonella",
                          "value": 7
                        },
                        {
                          "text": "Bacillus",
                          "value": 1
                        },
                        {
                          "text": "Shigella",
                          "value": 1
                        },
                        {
                          "text": "E.coli",
                          "value": 1
                        }
                      ]
                    },
                    {
                      "text": "1999",
                      "children": [{
                          "text": "Norovirus",
                          "value": 6
                        },
                        {
                          "text": "Undeclared",
                          "value": 46
                        },
                        {
                          "text": "Other",
                          "value": 1
                        },
                        {
                          "text": "Scombroid",
                          "value": 1
                        },
                        {
                          "text": "Salmonella",
                          "value": 3
                        },
                        {
                          "text": "E.coli",
                          "value": 1
                        },
                        {
                          "text": "Shigella",
                          "value": 3
                        },
                        {
                          "text": "Clostridium",
                          "value": 1
                        }
                      ]
                    },
                    {
                      "text": "2000",
                      "children": [{
                          "text": "Norovirus",
                          "value": 38
                        },
                        {
                          "text": "Undeclared",
                          "value": 14
                        },
                        {
                          "text": "Bacillus",
                          "value": 22
                        },
                        {
                          "text": "Cryptosporidium",
                          "value": 1
                        },
                        {
                          "text": "Salmonella",
                          "value": 2
                        },
                        {
                          "text": "Clostridium",
                          "value": 5
                        },
                        {
                          "text": "Shigella",
                          "value": 1
                        },
                        {
                          "text": "Scombroid",
                          "value": 2
                        }
                      ]
                    },
                    {
                      "text": "2001",
                      "children": [{
                          "text": "Norovirus",
                          "value": 24
                        },
                        {
                          "text": "Undeclared",
                          "value": 16
                        },
                        {
                          "text": "Salmonella",
                          "value": 9
                        },
                        {
                          "text": "Bacillus",
                          "value": 19
                        },
                        {
                          "text": "Clostridium",
                          "value": 2
                        },
                        {
                          "text": "E.coli",
                          "value": 4
                        },
                        {
                          "text": "Scombroid",
                          "value": 1
                        }
                      ]
                    },
                    {
                      "text": "2002",
                      "children": [{
                          "text": "Undeclared",
                          "value": 39
                        },
                        {
                          "text": "Norovirus",
                          "value": 35
                        },
                        {
                          "text": "Salmonella",
                          "value": 6
                        },
                        {
                          "text": "Bacillus",
                          "value": 1
                        },
                        {
                          "text": "E.coli",
                          "value": 2
                        },
                        {
                          "text": "Clostridium",
                          "value": 3
                        },
                        {
                          "text": "Shigella",
                          "value": 1
                        },
                        {
                          "text": "Other",
                          "value": 1
                        },
                        {
                          "text": "Staphylococcus",
                          "value": 1
                        }
                      ]
                    },
                    {
                      "text": "2003",
                      "children": [{
                          "text": "Norovirus",
                          "value": 18
                        },
                        {
                          "text": "Staphylococcus",
                          "value": 4
                        },
                        {
                          "text": "Undeclared",
                          "value": 19
                        },
                        {
                          "text": "Clostridium",
                          "value": 1
                        },
                        {
                          "text": "Other",
                          "value": 1
                        },
                        {
                          "text": "Salmonella",
                          "value": 4
                        },
                        {
                          "text": "Histamine",
                          "value": 3
                        },
                        {
                          "text": "Bacillus",
                          "value": 5
                        },
                        {
                          "text": "E.coli",
                          "value": 2
                        },
                        {
                          "text": "Hepatitis",
                          "value": 1
                        }
                      ]
                    },
                    {
                      "text": "2004",
                      "children": [{
                          "text": "Undeclared",
                          "value": 32
                        },
                        {
                          "text": "Norovirus",
                          "value": 47
                        },
                        {
                          "text": "Cyclospora",
                          "value": 1
                        },
                        {
                          "text": "Bacillus",
                          "value": 1
                        },
                        {
                          "text": "Staphylococcus",
                          "value": 2
                        },
                        {
                          "text": "Salmonella",
                          "value": 7
                        },
                        {
                          "text": "E.coli",
                          "value": 2
                        },
                        {
                          "text": "Clostridium",
                          "value": 1
                        }
                      ]
                    },
                    {
                      "text": "2005",
                      "children": [{
                          "text": "Mycotoxins",
                          "value": 2
                        },
                        {
                          "text": "Norovirus",
                          "value": 17
                        },
                        {
                          "text": "Undeclared",
                          "value": 31
                        },
                        {
                          "text": "Salmonella",
                          "value": 5
                        },
                        {
                          "text": "Campylobacter",
                          "value": 1
                        },
                        {
                          "text": "E.coli",
                          "value": 1
                        },
                        {
                          "text": "Ciguatoxin",
                          "value": 1
                        }
                      ]
                    },
                    {
                      "text": "2006",
                      "children": [{
                          "text": "Undeclared",
                          "value": 41
                        },
                        {
                          "text": "Campylobacter",
                          "value": 1
                        },
                        {
                          "text": "Norovirus",
                          "value": 19
                        },
                        {
                          "text": "Clostridium",
                          "value": 1
                        },
                        {
                          "text": "Salmonella",
                          "value": 4
                        },
                        {
                          "text": "E.coli",
                          "value": 1
                        },
                        {
                          "text": "Staphylococcus",
                          "value": 1
                        }
                      ]
                    },
                    {
                      "text": "2007",
                      "children": [{
                          "text": "Norovirus",
                          "value": 18
                        },
                        {
                          "text": "Clostridium",
                          "value": 4
                        },
                        {
                          "text": "Undeclared",
                          "value": 34
                        },
                        {
                          "text": "Salmonella",
                          "value": 8
                        },
                        {
                          "text": "Hepatitis",
                          "value": 1
                        },
                        {
                          "text": "Puffer",
                          "value": 1
                        },
                        {
                          "text": "Staphylococcus",
                          "value": 2
                        },
                        {
                          "text": "Campylobacter",
                          "value": 2
                        },
                        {
                          "text": "E.coli",
                          "value": 2
                        },
                        {
                          "text": "Heavy",
                          "value": 1
                        }
                      ]
                    },
                    {
                      "text": "2008",
                      "children": [{
                          "text": "Undeclared",
                          "value": 47
                        },
                        {
                          "text": "Norovirus",
                          "value": 13
                        },
                        {
                          "text": "E.coli",
                          "value": 1
                        },
                        {
                          "text": "Scombroid",
                          "value": 1
                        },
                        {
                          "text": "Clostridium",
                          "value": 1
                        },
                        {
                          "text": "Salmonella",
                          "value": 5
                        },
                        {
                          "text": "Campylobacter",
                          "value": 1
                        }
                      ]
                    },
                    {
                      "text": "2009",
                      "children": [{
                          "text": "Norovirus",
                          "value": 16
                        },
                        {
                          "text": "Undeclared",
                          "value": 25
                        },
                        {
                          "text": "Salmonella",
                          "value": 6
                        },
                        {
                          "text": "Campylobacter",
                          "value": 1
                        },
                        {
                          "text": "Clostridium",
                          "value": 3
                        },
                        {
                          "text": "Hepatitis",
                          "value": 1
                        },
                        {
                          "text": "Shigella",
                          "value": 1
                        },
                        {
                          "text": "Scombroid",
                          "value": 1
                        },
                        {
                          "text": "E.coli",
                          "value": 1
                        }
                      ]
                    },
                    {
                      "text": "2010",
                      "children": [{
                          "text": "Undeclared",
                          "value": 27
                        },
                        {
                          "text": "Norovirus",
                          "value": 23
                        },
                        {
                          "text": "Salmonella",
                          "value": 9
                        },
                        {
                          "text": "Shigella",
                          "value": 2
                        },
                        {
                          "text": "Campylobacter",
                          "value": 1
                        },
                        {
                          "text": "Staphylococcus",
                          "value": 2
                        },
                        {
                          "text": "E.coli",
                          "value": 1
                        }
                      ]
                    },
                    {
                      "text": "2011",
                      "children": [{
                          "text": "Salmonella",
                          "value": 4
                        },
                        {
                          "text": "Norovirus",
                          "value": 24
                        },
                        {
                          "text": "Undeclared",
                          "value": 22
                        },
                        {
                          "text": "Clostridium",
                          "value": 1
                        },
                        {
                          "text": "Shigella",
                          "value": 1
                        },
                        {
                          "text": "Staphylococcus",
                          "value": 1
                        }
                      ]
                    },
                    {
                      "text": "2012",
                      "children": [{
                          "text": "Norovirus",
                          "value": 23
                        },
                        {
                          "text": "Undeclared",
                          "value": 10
                        },
                        {
                          "text": "Salmonella",
                          "value": 9
                        },
                        {
                          "text": "Scombroid",
                          "value": 1
                        },
                        {
                          "text": "Clostridium",
                          "value": 1
                        }
                      ]
                    }
                  ]
                },
                {
                  "text": "Hawaii",
                  "children": [{
                      "text": "1998",
                      "children": [{
                          "text": "Scombroid",
                          "value": 9
                        },
                        {
                          "text": "Ciguatoxin",
                          "value": 12
                        },
                        {
                          "text": "Undeclared",
                          "value": 10
                        },
                        {
                          "text": "Other",
                          "value": 1
                        },
                        {
                          "text": "Clostridium",
                          "value": 1
                        },
                        {
                          "text": "Staphylococcus",
                          "value": 1
                        },
                        {
                          "text": "Salmonella",
                          "value": 1
                        }
                      ]
                    },
                    {
                      "text": "1999",
                      "children": [{
                          "text": "Undeclared",
                          "value": 4
                        },
                        {
                          "text": "Staphylococcus",
                          "value": 3
                        },
                        {
                          "text": "Scombroid",
                          "value": 9
                        },
                        {
                          "text": "Campylobacter",
                          "value": 1
                        },
                        {
                          "text": "Ciguatoxin",
                          "value": 11
                        },
                        {
                          "text": "Paralytic",
                          "value": 1
                        },
                        {
                          "text": "Salmonella",
                          "value": 1
                        }
                      ]
                    },
                    {
                      "text": "2000",
                      "children": [{
                          "text": "Scombroid",
                          "value": 10
                        },
                        {
                          "text": "Clostridium",
                          "value": 1
                        },
                        {
                          "text": "Ciguatoxin",
                          "value": 11
                        },
                        {
                          "text": "Undeclared",
                          "value": 6
                        },
                        {
                          "text": "Campylobacter",
                          "value": 1
                        },
                        {
                          "text": "Staphylococcus",
                          "value": 1
                        },
                        {
                          "text": "Histamine",
                          "value": 1
                        }
                      ]
                    },
                    {
                      "text": "2001",
                      "children": [{
                          "text": "Ciguatoxin",
                          "value": 17
                        },
                        {
                          "text": "Staphylococcus",
                          "value": 2
                        },
                        {
                          "text": "Undeclared",
                          "value": 8
                        },
                        {
                          "text": "Histamine",
                          "value": 3
                        },
                        {
                          "text": "Scombroid",
                          "value": 6
                        },
                        {
                          "text": "Campylobacter",
                          "value": 1
                        },
                        {
                          "text": "Salmonella",
                          "value": 2
                        },
                        {
                          "text": "Clostridium",
                          "value": 1
                        }
                      ]
                    },
                    {
                      "text": "2002",
                      "children": [{
                          "text": "Ciguatoxin",
                          "value": 19
                        },
                        {
                          "text": "Norovirus",
                          "value": 1
                        },
                        {
                          "text": "Undeclared",
                          "value": 8
                        },
                        {
                          "text": "Scombroid",
                          "value": 10
                        },
                        {
                          "text": "Histamine",
                          "value": 3
                        },
                        {
                          "text": "Bacillus",
                          "value": 3
                        },
                        {
                          "text": "Staphylococcus",
                          "value": 2
                        }
                      ]
                    },
                    {
                      "text": "2003",
                      "children": [{
                          "text": "Undeclared",
                          "value": 4
                        },
                        {
                          "text": "Scombroid",
                          "value": 18
                        },
                        {
                          "text": "Staphylococcus",
                          "value": 2
                        },
                        {
                          "text": "Ciguatoxin",
                          "value": 15
                        },
                        {
                          "text": "Histamine",
                          "value": 1
                        },
                        {
                          "text": "Other",
                          "value": 1
                        },
                        {
                          "text": "Norovirus",
                          "value": 2
                        },
                        {
                          "text": "Salmonella",
                          "value": 1
                        }
                      ]
                    },
                    {
                      "text": "2004",
                      "children": [{
                          "text": "Scombroid",
                          "value": 7
                        },
                        {
                          "text": "Norovirus",
                          "value": 3
                        },
                        {
                          "text": "Ciguatoxin",
                          "value": 7
                        },
                        {
                          "text": "Salmonella",
                          "value": 4
                        },
                        {
                          "text": "Clostridium",
                          "value": 1
                        },
                        {
                          "text": "Staphylococcus",
                          "value": 3
                        },
                        {
                          "text": "Undeclared",
                          "value": 1
                        }
                      ]
                    },
                    {
                      "text": "2005",
                      "children": [{
                          "text": "Staphylococcus",
                          "value": 3
                        },
                        {
                          "text": "Salmonella",
                          "value": 1
                        },
                        {
                          "text": "Ciguatoxin",
                          "value": 7
                        },
                        {
                          "text": "Scombroid",
                          "value": 9
                        },
                        {
                          "text": "Norovirus",
                          "value": 3
                        },
                        {
                          "text": "Campylobacter",
                          "value": 1
                        }
                      ]
                    },
                    {
                      "text": "2006",
                      "children": [{
                          "text": "Scombroid",
                          "value": 5
                        },
                        {
                          "text": "Clostridium",
                          "value": 1
                        },
                        {
                          "text": "Staphylococcus",
                          "value": 1
                        },
                        {
                          "text": "Ciguatoxin",
                          "value": 4
                        },
                        {
                          "text": "Campylobacter",
                          "value": 1
                        },
                        {
                          "text": "Norovirus",
                          "value": 2
                        },
                        {
                          "text": "Salmonella",
                          "value": 1
                        }
                      ]
                    },
                    {
                      "text": "2007",
                      "children": [{
                          "text": "Undeclared",
                          "value": 2
                        },
                        {
                          "text": "Ciguatoxin",
                          "value": 3
                        },
                        {
                          "text": "Norovirus",
                          "value": 3
                        },
                        {
                          "text": "Scombroid",
                          "value": 1
                        },
                        {
                          "text": "E.coli",
                          "value": 2
                        },
                        {
                          "text": "Shigella",
                          "value": 1
                        }
                      ]
                    },
                    {
                      "text": "2008",
                      "children": [{
                          "text": "Norovirus",
                          "value": 10
                        },
                        {
                          "text": "Ciguatoxin",
                          "value": 2
                        },
                        {
                          "text": "Scombroid",
                          "value": 2
                        },
                        {
                          "text": "Undeclared",
                          "value": 1
                        },
                        {
                          "text": "Staphylococcus",
                          "value": 1
                        }
                      ]
                    },
                    {
                      "text": "2009",
                      "children": [{
                          "text": "Histamine",
                          "value": 2
                        },
                        {
                          "text": "Ciguatoxin",
                          "value": 2
                        },
                        {
                          "text": "Norovirus",
                          "value": 1
                        },
                        {
                          "text": "Salmonella",
                          "value": 2
                        }
                      ]
                    },
                    {
                      "text": "2010",
                      "children": [{
                          "text": "Scombroid",
                          "value": 2
                        },
                        {
                          "text": "Norovirus",
                          "value": 1
                        },
                        {
                          "text": "E.coli",
                          "value": 1
                        },
                        {
                          "text": "Histamine",
                          "value": 1
                        }
                      ]
                    },
                    {
                      "text": "2011",
                      "children": [{
                          "text": "Undeclared",
                          "value": 3
                        },
                        {
                          "text": "Norovirus",
                          "value": 1
                        },
                        {
                          "text": "Scombroid",
                          "value": 1
                        }
                      ]
                    },
                    {
                      "text": "2012",
                      "children": [{
                          "text": "Norovirus",
                          "value": 1
                        },
                        {
                          "text": "Salmonella",
                          "value": 5
                        }
                      ]
                    }
                  ]
                },
                {
                  "text": "New York",
                  "children": [{
                      "text": "1998",
                      "children": [{
                          "text": "Undeclared",
                          "value": 47
                        },
                        {
                          "text": "Hepatitis",
                          "value": 2
                        },
                        {
                          "text": "Staphylococcus",
                          "value": 1
                        },
                        {
                          "text": "Scombroid",
                          "value": 6
                        },
                        {
                          "text": "Salmonella",
                          "value": 8
                        },
                        {
                          "text": "Norovirus",
                          "value": 1
                        },
                        {
                          "text": "E.coli",
                          "value": 2
                        },
                        {
                          "text": "Campylobacter",
                          "value": 1
                        },
                        {
                          "text": "Other",
                          "value": 1
                        },
                        {
                          "text": "Clostridium",
                          "value": 2
                        },
                        {
                          "text": "Shigella",
                          "value": 1
                        },
                        {
                          "text": "Yersinia",
                          "value": 1
                        }
                      ]
                    },
                    {
                      "text": "1999",
                      "children": [{
                          "text": "Undeclared",
                          "value": 19
                        },
                        {
                          "text": "Campylobacter",
                          "value": 1
                        },
                        {
                          "text": "Listeria",
                          "value": 2
                        },
                        {
                          "text": "Other",
                          "value": 6
                        },
                        {
                          "text": "Scombroid",
                          "value": 6
                        },
                        {
                          "text": "Clostridium",
                          "value": 3
                        },
                        {
                          "text": "Salmonella",
                          "value": 9
                        },
                        {
                          "text": "E.coli",
                          "value": 1
                        },
                        {
                          "text": "Vibrio",
                          "value": 2
                        },
                        {
                          "text": "Hepatitis",
                          "value": 1
                        },
                        {
                          "text": "Norovirus",
                          "value": 1
                        },
                        {
                          "text": "Staphylococcus",
                          "value": 1
                        }
                      ]
                    },
                    {
                      "text": "2000",
                      "children": [{
                          "text": "Salmonella",
                          "value": 7
                        },
                        {
                          "text": "Undeclared",
                          "value": 27
                        },
                        {
                          "text": "Hepatitis",
                          "value": 2
                        },
                        {
                          "text": "Staphylococcus",
                          "value": 1
                        },
                        {
                          "text": "Clostridium",
                          "value": 4
                        },
                        {
                          "text": "Norovirus",
                          "value": 8
                        },
                        {
                          "text": "Giardia",
                          "value": 1
                        },
                        {
                          "text": "Other",
                          "value": 5
                        },
                        {
                          "text": "Shigella",
                          "value": 1
                        },
                        {
                          "text": "Scombroid",
                          "value": 3
                        },
                        {
                          "text": "E.coli",
                          "value": 3
                        },
                        {
                          "text": "Campylobacter",
                          "value": 1
                        },
                        {
                          "text": "Bacillus",
                          "value": 1
                        }
                      ]
                    },
                    {
                      "text": "2001",
                      "children": [{
                          "text": "Campylobacter",
                          "value": 2
                        },
                        {
                          "text": "Salmonella",
                          "value": 12
                        },
                        {
                          "text": "E.coli",
                          "value": 2
                        },
                        {
                          "text": "Scombroid",
                          "value": 2
                        },
                        {
                          "text": "Norovirus",
                          "value": 12
                        },
                        {
                          "text": "Clostridium",
                          "value": 3
                        },
                        {
                          "text": "Staphylococcus",
                          "value": 3
                        },
                        {
                          "text": "Undeclared",
                          "value": 20
                        },
                        {
                          "text": "Shigella",
                          "value": 1
                        },
                        {
                          "text": "Other",
                          "value": 2
                        },
                        {
                          "text": "Cyclospora",
                          "value": 1
                        }
                      ]
                    },
                    {
                      "text": "2002",
                      "children": [{
                          "text": "Norovirus",
                          "value": 13
                        },
                        {
                          "text": "Clostridium",
                          "value": 2
                        },
                        {
                          "text": "Undeclared",
                          "value": 19
                        },
                        {
                          "text": "Salmonella",
                          "value": 6
                        },
                        {
                          "text": "Cyclospora",
                          "value": 1
                        },
                        {
                          "text": "E.coli",
                          "value": 1
                        },
                        {
                          "text": "Bacillus",
                          "value": 2
                        },
                        {
                          "text": "Scombroid",
                          "value": 3
                        },
                        {
                          "text": "Other",
                          "value": 2
                        },
                        {
                          "text": "Yersinia",
                          "value": 1
                        }
                      ]
                    },
                    {
                      "text": "2003",
                      "children": [{
                          "text": "Norovirus",
                          "value": 6
                        },
                        {
                          "text": "Undeclared",
                          "value": 15
                        },
                        {
                          "text": "Other",
                          "value": 1
                        },
                        {
                          "text": "Clostridium",
                          "value": 6
                        },
                        {
                          "text": "Salmonella",
                          "value": 5
                        },
                        {
                          "text": "Campylobacter",
                          "value": 1
                        },
                        {
                          "text": "Vibrio",
                          "value": 1
                        },
                        {
                          "text": "Scombroid",
                          "value": 2
                        },
                        {
                          "text": "Listeria",
                          "value": 1
                        },
                        {
                          "text": "Bacillus",
                          "value": 1
                        }
                      ]
                    },
                    {
                      "text": "2004",
                      "children": [{
                          "text": "Clostridium",
                          "value": 4
                        },
                        {
                          "text": "Norovirus",
                          "value": 15
                        },
                        {
                          "text": "Staphylococcus",
                          "value": 3
                        },
                        {
                          "text": "Undeclared",
                          "value": 20
                        },
                        {
                          "text": "Salmonella",
                          "value": 6
                        },
                        {
                          "text": "Scombroid",
                          "value": 5
                        },
                        {
                          "text": "Giardia",
                          "value": 1
                        },
                        {
                          "text": "Cryptosporidium",
                          "value": 1
                        },
                        {
                          "text": "Hepatitis",
                          "value": 1
                        },
                        {
                          "text": "Campylobacter",
                          "value": 1
                        },
                        {
                          "text": "E.coli",
                          "value": 1
                        },
                        {
                          "text": "Bacillus",
                          "value": 1
                        },
                        {
                          "text": "Vibrio",
                          "value": 1
                        }
                      ]
                    },
                    {
                      "text": "2005",
                      "children": [{
                          "text": "Bacillus",
                          "value": 2
                        },
                        {
                          "text": "E.coli",
                          "value": 4
                        },
                        {
                          "text": "Norovirus",
                          "value": 5
                        },
                        {
                          "text": "Clostridium",
                          "value": 4
                        },
                        {
                          "text": "Undeclared",
                          "value": 22
                        },
                        {
                          "text": "Scombroid",
                          "value": 4
                        },
                        {
                          "text": "Ciguatoxin",
                          "value": 1
                        },
                        {
                          "text": "Hepatitis",
                          "value": 1
                        },
                        {
                          "text": "Salmonella",
                          "value": 4
                        },
                        {
                          "text": "Heavy",
                          "value": 1
                        },
                        {
                          "text": "Giardia",
                          "value": 1
                        },
                        {
                          "text": "Listeria",
                          "value": 2
                        },
                        {
                          "text": "Mycotoxins",
                          "value": 1
                        },
                        {
                          "text": "Vibrio",
                          "value": 1
                        },
                        {
                          "text": "Rotavirus",
                          "value": 1
                        },
                        {
                          "text": "Other",
                          "value": 1
                        }
                      ]
                    },
                    {
                      "text": "2006",
                      "children": [{
                          "text": "Undeclared",
                          "value": 32
                        },
                        {
                          "text": "Clostridium",
                          "value": 5
                        },
                        {
                          "text": "Campylobacter",
                          "value": 1
                        },
                        {
                          "text": "Scombroid",
                          "value": 4
                        },
                        {
                          "text": "Norovirus",
                          "value": 11
                        },
                        {
                          "text": "Vibrio",
                          "value": 5
                        },
                        {
                          "text": "E.coli",
                          "value": 4
                        },
                        {
                          "text": "Salmonella",
                          "value": 12
                        },
                        {
                          "text": "Staphylococcus",
                          "value": 1
                        },
                        {
                          "text": "Cyclospora",
                          "value": 1
                        },
                        {
                          "text": "Other",
                          "value": 1
                        },
                        {
                          "text": "Mycotoxins",
                          "value": 1
                        },
                        {
                          "text": "Giardia",
                          "value": 1
                        }
                      ]
                    },
                    {
                      "text": "2007",
                      "children": [{
                          "text": "Norovirus",
                          "value": 10
                        },
                        {
                          "text": "Undeclared",
                          "value": 20
                        },
                        {
                          "text": "Scombroid",
                          "value": 4
                        },
                        {
                          "text": "Campylobacter",
                          "value": 2
                        },
                        {
                          "text": "Bacillus",
                          "value": 1
                        },
                        {
                          "text": "Salmonella",
                          "value": 5
                        },
                        {
                          "text": "Clostridium",
                          "value": 2
                        },
                        {
                          "text": "E.coli",
                          "value": 2
                        }
                      ]
                    },
                    {
                      "text": "2008",
                      "children": [{
                          "text": "Norovirus",
                          "value": 13
                        },
                        {
                          "text": "Undeclared",
                          "value": 14
                        },
                        {
                          "text": "Salmonella",
                          "value": 7
                        },
                        {
                          "text": "Clostridium",
                          "value": 2
                        },
                        {
                          "text": "Bacillus",
                          "value": 2
                        },
                        {
                          "text": "E.coli",
                          "value": 2
                        },
                        {
                          "text": "Scombroid",
                          "value": 3
                        },
                        {
                          "text": "Listeria",
                          "value": 1
                        },
                        {
                          "text": "Campylobacter",
                          "value": 1
                        },
                        {
                          "text": "Ciguatoxin",
                          "value": 2
                        },
                        {
                          "text": "Staphylococcus",
                          "value": 1
                        }
                      ]
                    },
                    {
                      "text": "2009",
                      "children": [{
                          "text": "Shigella",
                          "value": 1
                        },
                        {
                          "text": "Norovirus",
                          "value": 8
                        },
                        {
                          "text": "Undeclared",
                          "value": 8
                        },
                        {
                          "text": "Staphylococcus",
                          "value": 1
                        },
                        {
                          "text": "Salmonella",
                          "value": 8
                        },
                        {
                          "text": "Bacillus",
                          "value": 1
                        },
                        {
                          "text": "Campylobacter",
                          "value": 1
                        },
                        {
                          "text": "E.coli",
                          "value": 4
                        },
                        {
                          "text": "Clostridium",
                          "value": 1
                        },
                        {
                          "text": "Scombroid",
                          "value": 1
                        }
                      ]
                    },
                    {
                      "text": "2010",
                      "children": [{
                          "text": "Undeclared",
                          "value": 9
                        },
                        {
                          "text": "Norovirus",
                          "value": 9
                        },
                        {
                          "text": "Campylobacter",
                          "value": 2
                        },
                        {
                          "text": "Clostridium",
                          "value": 6
                        },
                        {
                          "text": "Salmonella",
                          "value": 6
                        },
                        {
                          "text": "E.coli",
                          "value": 1
                        },
                        {
                          "text": "Ciguatoxin",
                          "value": 4
                        },
                        {
                          "text": "Scombroid",
                          "value": 1
                        }
                      ]
                    },
                    {
                      "text": "2011",
                      "children": [{
                          "text": "E.coli",
                          "value": 7
                        },
                        {
                          "text": "Norovirus",
                          "value": 9
                        },
                        {
                          "text": "Undeclared",
                          "value": 12
                        },
                        {
                          "text": "Campylobacter",
                          "value": 3
                        },
                        {
                          "text": "Ciguatoxin",
                          "value": 3
                        },
                        {
                          "text": "Salmonella",
                          "value": 7
                        },
                        {
                          "text": "Other",
                          "value": 2
                        },
                        {
                          "text": "Bacillus",
                          "value": 1
                        },
                        {
                          "text": "Scombroid",
                          "value": 2
                        },
                        {
                          "text": "Clostridium",
                          "value": 1
                        }
                      ]
                    },
                    {
                      "text": "2012",
                      "children": [{
                          "text": "Campylobacter",
                          "value": 2
                        },
                        {
                          "text": "Norovirus",
                          "value": 16
                        },
                        {
                          "text": "Staphylococcus",
                          "value": 3
                        },
                        {
                          "text": "Undeclared",
                          "value": 10
                        },
                        {
                          "text": "Scombroid",
                          "value": 4
                        },
                        {
                          "text": "Clostridium",
                          "value": 1
                        },
                        {
                          "text": "Salmonella",
                          "value": 3
                        },
                        {
                          "text": "Shigella",
                          "value": 1
                        },
                        {
                          "text": "Other",
                          "value": 1
                        },
                        {
                          "text": "Listeria",
                          "value": 1
                        }
                      ]
                    }
                  ]
                },
                {
                  "text": "Colorado",
                  "children": [{
                      "text": "1998",
                      "children": [{
                          "text": "Vibrio",
                          "value": 2
                        },
                        {
                          "text": "Scombroid",
                          "value": 1
                        },
                        {
                          "text": "Other",
                          "value": 13
                        },
                        {
                          "text": "Clostridium",
                          "value": 6
                        },
                        {
                          "text": "Listeria",
                          "value": 1
                        },
                        {
                          "text": "Bacillus",
                          "value": 2
                        },
                        {
                          "text": "Undeclared",
                          "value": 1
                        },
                        {
                          "text": "Shigella",
                          "value": 1
                        },
                        {
                          "text": "Salmonella",
                          "value": 3
                        },
                        {
                          "text": "Norovirus",
                          "value": 1
                        }
                      ]
                    },
                    {
                      "text": "1999",
                      "children": [{
                          "text": "Hepatitis",
                          "value": 1
                        },
                        {
                          "text": "Clostridium",
                          "value": 5
                        },
                        {
                          "text": "Norovirus",
                          "value": 4
                        },
                        {
                          "text": "E.coli",
                          "value": 1
                        },
                        {
                          "text": "Staphylococcus",
                          "value": 2
                        },
                        {
                          "text": "Other",
                          "value": 1
                        },
                        {
                          "text": "Salmonella",
                          "value": 3
                        },
                        {
                          "text": "Bacillus",
                          "value": 1
                        }
                      ]
                    },
                    {
                      "text": "2000",
                      "children": [{
                          "text": "Clostridium",
                          "value": 5
                        },
                        {
                          "text": "Shigella",
                          "value": 1
                        },
                        {
                          "text": "Norovirus",
                          "value": 5
                        },
                        {
                          "text": "Vibrio",
                          "value": 1
                        },
                        {
                          "text": "Staphylococcus",
                          "value": 2
                        },
                        {
                          "text": "Salmonella",
                          "value": 2
                        },
                        {
                          "text": "E.coli",
                          "value": 3
                        },
                        {
                          "text": "Bacillus",
                          "value": 2
                        },
                        {
                          "text": "Undeclared",
                          "value": 2
                        },
                        {
                          "text": "Hepatitis",
                          "value": 1
                        }
                      ]
                    },
                    {
                      "text": "2001",
                      "children": [{
                          "text": "Norovirus",
                          "value": 7
                        },
                        {
                          "text": "Undeclared",
                          "value": 2
                        },
                        {
                          "text": "E.coli",
                          "value": 1
                        },
                        {
                          "text": "Salmonella",
                          "value": 3
                        },
                        {
                          "text": "Other",
                          "value": 1
                        },
                        {
                          "text": "Clostridium",
                          "value": 5
                        },
                        {
                          "text": "Ciguatoxin",
                          "value": 1
                        },
                        {
                          "text": "Bacillus",
                          "value": 1
                        }
                      ]
                    },
                    {
                      "text": "2002",
                      "children": [{
                          "text": "Bacillus",
                          "value": 2
                        },
                        {
                          "text": "Salmonella",
                          "value": 3
                        },
                        {
                          "text": "Norovirus",
                          "value": 2
                        },
                        {
                          "text": "Clostridium",
                          "value": 2
                        },
                        {
                          "text": "Undeclared",
                          "value": 4
                        }
                      ]
                    },
                    {
                      "text": "2003",
                      "children": [{
                          "text": "Norovirus",
                          "value": 6
                        },
                        {
                          "text": "Undeclared",
                          "value": 6
                        },
                        {
                          "text": "Other",
                          "value": 1
                        },
                        {
                          "text": "Clostridium",
                          "value": 1
                        },
                        {
                          "text": "E.coli",
                          "value": 2
                        },
                        {
                          "text": "Shigella",
                          "value": 1
                        },
                        {
                          "text": "Scombroid",
                          "value": 1
                        }
                      ]
                    },
                    {
                      "text": "2004",
                      "children": [{
                          "text": "Clostridium",
                          "value": 4
                        },
                        {
                          "text": "Norovirus",
                          "value": 16
                        },
                        {
                          "text": "Scombroid",
                          "value": 2
                        },
                        {
                          "text": "Campylobacter",
                          "value": 1
                        },
                        {
                          "text": "Undeclared",
                          "value": 1
                        },
                        {
                          "text": "Other",
                          "value": 1
                        },
                        {
                          "text": "Bacillus",
                          "value": 1
                        },
                        {
                          "text": "E.coli",
                          "value": 1
                        },
                        {
                          "text": "Shigella",
                          "value": 2
                        },
                        {
                          "text": "Salmonella",
                          "value": 1
                        }
                      ]
                    },
                    {
                      "text": "2005",
                      "children": [{
                          "text": "Salmonella",
                          "value": 4
                        },
                        {
                          "text": "Norovirus",
                          "value": 5
                        },
                        {
                          "text": "Undeclared",
                          "value": 1
                        },
                        {
                          "text": "Staphylococcus",
                          "value": 1
                        },
                        {
                          "text": "Campylobacter",
                          "value": 5
                        },
                        {
                          "text": "Bacillus",
                          "value": 1
                        },
                        {
                          "text": "Clostridium",
                          "value": 3
                        },
                        {
                          "text": "Shigella",
                          "value": 1
                        }
                      ]
                    },
                    {
                      "text": "2006",
                      "children": [{
                          "text": "Campylobacter",
                          "value": 4
                        },
                        {
                          "text": "Staphylococcus",
                          "value": 1
                        },
                        {
                          "text": "Norovirus",
                          "value": 26
                        },
                        {
                          "text": "Salmonella",
                          "value": 4
                        },
                        {
                          "text": "Undeclared",
                          "value": 7
                        },
                        {
                          "text": "Scombroid",
                          "value": 2
                        },
                        {
                          "text": "E.coli",
                          "value": 1
                        }
                      ]
                    },
                    {
                      "text": "2007",
                      "children": [{
                          "text": "Norovirus",
                          "value": 16
                        },
                        {
                          "text": "Undeclared",
                          "value": 6
                        },
                        {
                          "text": "Campylobacter",
                          "value": 2
                        },
                        {
                          "text": "Salmonella",
                          "value": 3
                        },
                        {
                          "text": "E.coli",
                          "value": 2
                        },
                        {
                          "text": "Clostridium",
                          "value": 3
                        },
                        {
                          "text": "Staphylococcus",
                          "value": 1
                        }
                      ]
                    },
                    {
                      "text": "2008",
                      "children": [{
                          "text": "Undeclared",
                          "value": 22
                        },
                        {
                          "text": "Norovirus",
                          "value": 26
                        },
                        {
                          "text": "Clostridium",
                          "value": 3
                        },
                        {
                          "text": "Campylobacter",
                          "value": 1
                        },
                        {
                          "text": "E.coli",
                          "value": 4
                        },
                        {
                          "text": "Salmonella",
                          "value": 3
                        }
                      ]
                    },
                    {
                      "text": "2009",
                      "children": [{
                          "text": "Undeclared",
                          "value": 10
                        },
                        {
                          "text": "Norovirus",
                          "value": 7
                        },
                        {
                          "text": "Clostridium",
                          "value": 2
                        },
                        {
                          "text": "Staphylococcus",
                          "value": 2
                        },
                        {
                          "text": "E.coli",
                          "value": 2
                        },
                        {
                          "text": "Rotavirus",
                          "value": 1
                        },
                        {
                          "text": "Campylobacter",
                          "value": 1
                        },
                        {
                          "text": "Plant",
                          "value": 1
                        },
                        {
                          "text": "Salmonella",
                          "value": 2
                        }
                      ]
                    },
                    {
                      "text": "2010",
                      "children": [{
                          "text": "Campylobacter",
                          "value": 3
                        },
                        {
                          "text": "Norovirus",
                          "value": 12
                        },
                        {
                          "text": "Undeclared",
                          "value": 13
                        },
                        {
                          "text": "Salmonella",
                          "value": 2
                        },
                        {
                          "text": "E.coli",
                          "value": 1
                        }
                      ]
                    },
                    {
                      "text": "2011",
                      "children": [{
                          "text": "Norovirus",
                          "value": 8
                        },
                        {
                          "text": "Clostridium",
                          "value": 2
                        },
                        {
                          "text": "Undeclared",
                          "value": 13
                        },
                        {
                          "text": "Bacillus",
                          "value": 1
                        }
                      ]
                    },
                    {
                      "text": "2012",
                      "children": [{
                          "text": "Undeclared",
                          "value": 17
                        },
                        {
                          "text": "Norovirus",
                          "value": 8
                        },
                        {
                          "text": "Campylobacter",
                          "value": 2
                        },
                        {
                          "text": "Clostridium",
                          "value": 2
                        },
                        {
                          "text": "Salmonella",
                          "value": 3
                        },
                        {
                          "text": "Staphylococcus",
                          "value": 1
                        },
                        {
                          "text": "Vibrio",
                          "value": 1
                        },
                        {
                          "text": "E.coli",
                          "value": 1
                        }
                      ]
                    }
                  ]
                },
                {
                  "text": "Connecticut",
                  "children": [{
                      "text": "1998",
                      "children": [{
                          "text": "Undeclared",
                          "value": 5
                        },
                        {
                          "text": "Salmonella",
                          "value": 2
                        }
                      ]
                    },
                    {
                      "text": "1999",
                      "children": [{
                          "text": "Salmonella",
                          "value": 5
                        },
                        {
                          "text": "Undeclared",
                          "value": 1
                        },
                        {
                          "text": "E.coli",
                          "value": 1
                        }
                      ]
                    },
                    {
                      "text": "2000",
                      "children": [{
                          "text": "Norovirus",
                          "value": 2
                        },
                        {
                          "text": "Salmonella",
                          "value": 3
                        },
                        {
                          "text": "Undeclared",
                          "value": 2
                        },
                        {
                          "text": "Campylobacter",
                          "value": 1
                        }
                      ]
                    },
                    {
                      "text": "2001",
                      "children": [{
                          "text": "Salmonella",
                          "value": 6
                        },
                        {
                          "text": "Norovirus",
                          "value": 4
                        },
                        {
                          "text": "Vibrio",
                          "value": 1
                        },
                        {
                          "text": "Clostridium",
                          "value": 1
                        },
                        {
                          "text": "Campylobacter",
                          "value": 1
                        },
                        {
                          "text": "Undeclared",
                          "value": 3
                        },
                        {
                          "text": "Staphylococcus",
                          "value": 1
                        }
                      ]
                    },
                    {
                      "text": "2002",
                      "children": [{
                          "text": "Norovirus",
                          "value": 4
                        },
                        {
                          "text": "Salmonella",
                          "value": 2
                        },
                        {
                          "text": "Campylobacter",
                          "value": 1
                        }
                      ]
                    },
                    {
                      "text": "2003",
                      "children": [{
                          "text": "Norovirus",
                          "value": 2
                        },
                        {
                          "text": "Undeclared",
                          "value": 1
                        },
                        {
                          "text": "Clostridium",
                          "value": 1
                        },
                        {
                          "text": "Shigella",
                          "value": 1
                        },
                        {
                          "text": "Campylobacter",
                          "value": 1
                        },
                        {
                          "text": "Hepatitis",
                          "value": 1
                        }
                      ]
                    },
                    {
                      "text": "2004",
                      "children": [{
                          "text": "Norovirus",
                          "value": 7
                        },
                        {
                          "text": "Bacillus",
                          "value": 1
                        },
                        {
                          "text": "Salmonella",
                          "value": 2
                        },
                        {
                          "text": "Shigella",
                          "value": 1
                        }
                      ]
                    },
                    {
                      "text": "2005",
                      "children": [{
                          "text": "Norovirus",
                          "value": 11
                        },
                        {
                          "text": "Salmonella",
                          "value": 1
                        },
                        {
                          "text": "E.coli",
                          "value": 1
                        },
                        {
                          "text": "Cyclospora",
                          "value": 1
                        }
                      ]
                    },
                    {
                      "text": "2006",
                      "children": [{
                          "text": "Norovirus",
                          "value": 12
                        },
                        {
                          "text": "Clostridium",
                          "value": 1
                        },
                        {
                          "text": "Undeclared",
                          "value": 1
                        }
                      ]
                    },
                    {
                      "text": "2007",
                      "children": [{
                          "text": "Norovirus",
                          "value": 6
                        },
                        {
                          "text": "Undeclared",
                          "value": 3
                        },
                        {
                          "text": "Salmonella",
                          "value": 1
                        },
                        {
                          "text": "Clostridium",
                          "value": 1
                        },
                        {
                          "text": "Ciguatoxin",
                          "value": 1
                        }
                      ]
                    },
                    {
                      "text": "2008",
                      "children": [{
                          "text": "Norovirus",
                          "value": 8
                        },
                        {
                          "text": "Clostridium",
                          "value": 1
                        },
                        {
                          "text": "Salmonella",
                          "value": 1
                        },
                        {
                          "text": "E.coli",
                          "value": 1
                        }
                      ]
                    },
                    {
                      "text": "2009",
                      "children": [{
                          "text": "Norovirus",
                          "value": 5
                        },
                        {
                          "text": "Salmonella",
                          "value": 3
                        },
                        {
                          "text": "E.coli",
                          "value": 1
                        },
                        {
                          "text": "Undeclared",
                          "value": 3
                        },
                        {
                          "text": "Bacillus",
                          "value": 2
                        },
                        {
                          "text": "Scombroid",
                          "value": 1
                        },
                        {
                          "text": "Cyclospora",
                          "value": 1
                        }
                      ]
                    },
                    {
                      "text": "2010",
                      "children": [{
                          "text": "Norovirus",
                          "value": 14
                        },
                        {
                          "text": "Salmonella",
                          "value": 6
                        },
                        {
                          "text": "Staphylococcus",
                          "value": 1
                        },
                        {
                          "text": "Undeclared",
                          "value": 2
                        }
                      ]
                    },
                    {
                      "text": "2011",
                      "children": [{
                          "text": "Salmonella",
                          "value": 5
                        },
                        {
                          "text": "Norovirus",
                          "value": 6
                        },
                        {
                          "text": "Undeclared",
                          "value": 3
                        },
                        {
                          "text": "Clostridium",
                          "value": 1
                        },
                        {
                          "text": "Campylobacter",
                          "value": 1
                        },
                        {
                          "text": "Staphylococcus",
                          "value": 1
                        }
                      ]
                    },
                    {
                      "text": "2012",
                      "children": [{
                          "text": "Salmonella",
                          "value": 3
                        },
                        {
                          "text": "Norovirus",
                          "value": 10
                        }
                      ]
                    }
                  ]
                },
                {
                  "text": "Pennsylvania",
                  "children": [{
                      "text": "1998",
                      "children": [{
                          "text": "Salmonella",
                          "value": 9
                        },
                        {
                          "text": "Clostridium",
                          "value": 2
                        },
                        {
                          "text": "Undeclared",
                          "value": 23
                        },
                        {
                          "text": "Staphylococcus",
                          "value": 1
                        },
                        {
                          "text": "Norovirus",
                          "value": 1
                        },
                        {
                          "text": "Bacillus",
                          "value": 2
                        }
                      ]
                    },
                    {
                      "text": "1999",
                      "children": [{
                          "text": "Undeclared",
                          "value": 18
                        },
                        {
                          "text": "Clostridium",
                          "value": 5
                        },
                        {
                          "text": "Salmonella",
                          "value": 7
                        },
                        {
                          "text": "Norovirus",
                          "value": 7
                        },
                        {
                          "text": "Staphylococcus",
                          "value": 2
                        },
                        {
                          "text": "Other",
                          "value": 1
                        }
                      ]
                    },
                    {
                      "text": "2000",
                      "children": [{
                          "text": "Undeclared",
                          "value": 13
                        },
                        {
                          "text": "Scombroid",
                          "value": 3
                        },
                        {
                          "text": "Salmonella",
                          "value": 13
                        },
                        {
                          "text": "Clostridium",
                          "value": 4
                        },
                        {
                          "text": "Norovirus",
                          "value": 3
                        },
                        {
                          "text": "Campylobacter",
                          "value": 2
                        },
                        {
                          "text": "Cyclospora",
                          "value": 1
                        },
                        {
                          "text": "E.coli",
                          "value": 1
                        },
                        {
                          "text": "Bacillus",
                          "value": 1
                        },
                        {
                          "text": "Staphylococcus",
                          "value": 1
                        }
                      ]
                    },
                    {
                      "text": "2001",
                      "children": [{
                          "text": "Norovirus",
                          "value": 6
                        },
                        {
                          "text": "Histamine",
                          "value": 1
                        },
                        {
                          "text": "Salmonella",
                          "value": 5
                        },
                        {
                          "text": "Undeclared",
                          "value": 10
                        },
                        {
                          "text": "E.coli",
                          "value": 2
                        },
                        {
                          "text": "Clostridium",
                          "value": 4
                        }
                      ]
                    },
                    {
                      "text": "2002",
                      "children": [{
                          "text": "Norovirus",
                          "value": 8
                        },
                        {
                          "text": "Undeclared",
                          "value": 6
                        },
                        {
                          "text": "Scombroid",
                          "value": 1
                        },
                        {
                          "text": "Clostridium",
                          "value": 2
                        },
                        {
                          "text": "Salmonella",
                          "value": 4
                        },
                        {
                          "text": "Bacillus",
                          "value": 2
                        },
                        {
                          "text": "Staphylococcus",
                          "value": 1
                        }
                      ]
                    },
                    {
                      "text": "2003",
                      "children": [{
                          "text": "Salmonella",
                          "value": 9
                        },
                        {
                          "text": "Undeclared",
                          "value": 4
                        },
                        {
                          "text": "Norovirus",
                          "value": 6
                        },
                        {
                          "text": "Shigella",
                          "value": 1
                        },
                        {
                          "text": "Scombroid",
                          "value": 1
                        },
                        {
                          "text": "Hepatitis",
                          "value": 1
                        },
                        {
                          "text": "Clostridium",
                          "value": 1
                        }
                      ]
                    },
                    {
                      "text": "2004",
                      "children": [{
                          "text": "Histamine",
                          "value": 3
                        },
                        {
                          "text": "Norovirus",
                          "value": 32
                        },
                        {
                          "text": "Staphylococcus",
                          "value": 1
                        },
                        {
                          "text": "Salmonella",
                          "value": 5
                        },
                        {
                          "text": "Rotavirus",
                          "value": 1
                        },
                        {
                          "text": "Giardia",
                          "value": 3
                        },
                        {
                          "text": "Cyclospora",
                          "value": 1
                        },
                        {
                          "text": "Undeclared",
                          "value": 7
                        },
                        {
                          "text": "Bacillus",
                          "value": 2
                        },
                        {
                          "text": "Clostridium",
                          "value": 1
                        }
                      ]
                    },
                    {
                      "text": "2005",
                      "children": [{
                          "text": "Norovirus",
                          "value": 6
                        },
                        {
                          "text": "Clostridium",
                          "value": 3
                        },
                        {
                          "text": "Shigella",
                          "value": 1
                        },
                        {
                          "text": "Histamine",
                          "value": 1
                        },
                        {
                          "text": "Campylobacter",
                          "value": 1
                        },
                        {
                          "text": "Salmonella",
                          "value": 6
                        },
                        {
                          "text": "Bacillus",
                          "value": 1
                        }
                      ]
                    },
                    {
                      "text": "2006",
                      "children": [{
                          "text": "Salmonella",
                          "value": 13
                        },
                        {
                          "text": "Norovirus",
                          "value": 15
                        },
                        {
                          "text": "Scombroid",
                          "value": 1
                        },
                        {
                          "text": "Undeclared",
                          "value": 7
                        },
                        {
                          "text": "Bacillus",
                          "value": 1
                        },
                        {
                          "text": "Staphylococcus",
                          "value": 1
                        },
                        {
                          "text": "Campylobacter",
                          "value": 5
                        },
                        {
                          "text": "Cryptosporidium",
                          "value": 1
                        },
                        {
                          "text": "E.coli",
                          "value": 1
                        }
                      ]
                    },
                    {
                      "text": "2007",
                      "children": [{
                          "text": "Norovirus",
                          "value": 11
                        },
                        {
                          "text": "Undeclared",
                          "value": 1
                        },
                        {
                          "text": "E.coli",
                          "value": 2
                        },
                        {
                          "text": "Salmonella",
                          "value": 10
                        },
                        {
                          "text": "Campylobacter",
                          "value": 4
                        },
                        {
                          "text": "Bacillus",
                          "value": 1
                        },
                        {
                          "text": "Scombroid",
                          "value": 1
                        }
                      ]
                    },
                    {
                      "text": "2008",
                      "children": [{
                          "text": "Norovirus",
                          "value": 6
                        },
                        {
                          "text": "Bacillus",
                          "value": 3
                        },
                        {
                          "text": "Salmonella",
                          "value": 6
                        },
                        {
                          "text": "Campylobacter",
                          "value": 2
                        },
                        {
                          "text": "Undeclared",
                          "value": 1
                        },
                        {
                          "text": "Shigella",
                          "value": 1
                        }
                      ]
                    },
                    {
                      "text": "2009",
                      "children": [{
                          "text": "Campylobacter",
                          "value": 3
                        },
                        {
                          "text": "Undeclared",
                          "value": 1
                        },
                        {
                          "text": "Salmonella",
                          "value": 4
                        },
                        {
                          "text": "Norovirus",
                          "value": 1
                        },
                        {
                          "text": "Bacillus",
                          "value": 1
                        },
                        {
                          "text": "Ciguatoxin",
                          "value": 1
                        }
                      ]
                    },
                    {
                      "text": "2010",
                      "children": [{
                          "text": "Undeclared",
                          "value": 3
                        },
                        {
                          "text": "Norovirus",
                          "value": 7
                        },
                        {
                          "text": "Bacillus",
                          "value": 2
                        },
                        {
                          "text": "Campylobacter",
                          "value": 4
                        },
                        {
                          "text": "Salmonella",
                          "value": 3
                        },
                        {
                          "text": "Mycotoxins",
                          "value": 1
                        },
                        {
                          "text": "Pesticides",
                          "value": 1
                        }
                      ]
                    },
                    {
                      "text": "2011",
                      "children": [{
                          "text": "Norovirus",
                          "value": 5
                        },
                        {
                          "text": "Campylobacter",
                          "value": 2
                        },
                        {
                          "text": "Undeclared",
                          "value": 6
                        },
                        {
                          "text": "Salmonella",
                          "value": 3
                        },
                        {
                          "text": "Staphylococcus",
                          "value": 2
                        },
                        {
                          "text": "Yersinia",
                          "value": 1
                        },
                        {
                          "text": "Bacillus",
                          "value": 1
                        }
                      ]
                    },
                    {
                      "text": "2012",
                      "children": [{
                          "text": "Yersinia",
                          "value": 1
                        },
                        {
                          "text": "Campylobacter",
                          "value": 5
                        },
                        {
                          "text": "Undeclared",
                          "value": 7
                        },
                        {
                          "text": "Bacillus",
                          "value": 1
                        },
                        {
                          "text": "Norovirus",
                          "value": 2
                        },
                        {
                          "text": "Salmonella",
                          "value": 4
                        },
                        {
                          "text": "E.coli",
                          "value": 3
                        }
                      ]
                    }
                  ]
                },
                {
                  "text": "Republic of Palau",
                  "children": [{
                      "text": "1998",
                      "children": [
    
                      ]
                    },
                    {
                      "text": "1999",
                      "children": [
    
                      ]
                    },
                    {
                      "text": "2000",
                      "children": [
    
                      ]
                    },
                    {
                      "text": "2001",
                      "children": [
    
                      ]
                    },
                    {
                      "text": "2002",
                      "children": [
    
                      ]
                    },
                    {
                      "text": "2003",
                      "children": [
    
                      ]
                    },
                    {
                      "text": "2004",
                      "children": [
    
                      ]
                    },
                    {
                      "text": "2005",
                      "children": [{
                          "text": "Bacillus",
                          "value": 1
                        },
                        {
                          "text": "Undeclared",
                          "value": 1
                        }
                      ]
                    },
                    {
                      "text": "2006",
                      "children": [
    
                      ]
                    },
                    {
                      "text": "2007",
                      "children": [
    
                      ]
                    },
                    {
                      "text": "2008",
                      "children": [
    
                      ]
                    },
                    {
                      "text": "2009",
                      "children": [
    
                      ]
                    },
                    {
                      "text": "2010",
                      "children": [
    
                      ]
                    },
                    {
                      "text": "2011",
                      "children": [
    
                      ]
                    },
                    {
                      "text": "2012",
                      "children": [
    
                      ]
                    }
                  ]
                },
                {
                  "text": "California",
                  "children": [{
                      "text": "1998",
                      "children": [{
                          "text": "Other",
                          "value": 3
                        },
                        {
                          "text": "Salmonella",
                          "value": 27
                        },
                        {
                          "text": "Undeclared",
                          "value": 52
                        },
                        {
                          "text": "Clostridium",
                          "value": 3
                        },
                        {
                          "text": "E.coli",
                          "value": 5
                        },
                        {
                          "text": "Bacillus",
                          "value": 1
                        },
                        {
                          "text": "Shigella",
                          "value": 4
                        },
                        {
                          "text": "Vibrio",
                          "value": 1
                        },
                        {
                          "text": "Norovirus",
                          "value": 1
                        },
                        {
                          "text": "Scombroid",
                          "value": 3
                        },
                        {
                          "text": "Ciguatoxin",
                          "value": 1
                        }
                      ]
                    },
                    {
                      "text": "1999",
                      "children": [{
                          "text": "Undeclared",
                          "value": 31
                        },
                        {
                          "text": "Anisakis",
                          "value": 1
                        },
                        {
                          "text": "Campylobacter",
                          "value": 1
                        },
                        {
                          "text": "Salmonella",
                          "value": 24
                        },
                        {
                          "text": "Vibrio",
                          "value": 1
                        },
                        {
                          "text": "Norovirus",
                          "value": 30
                        },
                        {
                          "text": "Scombroid",
                          "value": 3
                        },
                        {
                          "text": "Bacillus",
                          "value": 5
                        },
                        {
                          "text": "Other",
                          "value": 9
                        },
                        {
                          "text": "Shigella",
                          "value": 6
                        },
                        {
                          "text": "Clostridium",
                          "value": 4
                        },
                        {
                          "text": "Staphylococcus",
                          "value": 2
                        },
                        {
                          "text": "E.coli",
                          "value": 1
                        }
                      ]
                    },
                    {
                      "text": "2000",
                      "children": [{
                          "text": "Undeclared",
                          "value": 55
                        },
                        {
                          "text": "Clostridium",
                          "value": 9
                        },
                        {
                          "text": "Salmonella",
                          "value": 16
                        },
                        {
                          "text": "Norovirus",
                          "value": 32
                        },
                        {
                          "text": "Trichinella",
                          "value": 1
                        },
                        {
                          "text": "Scombroid",
                          "value": 4
                        },
                        {
                          "text": "Shigella",
                          "value": 2
                        },
                        {
                          "text": "Hepatitis",
                          "value": 1
                        },
                        {
                          "text": "E.coli",
                          "value": 1
                        },
                        {
                          "text": "Staphylococcus",
                          "value": 8
                        },
                        {
                          "text": "Bacillus",
                          "value": 5
                        },
                        {
                          "text": "Histamine",
                          "value": 1
                        },
                        {
                          "text": "Campylobacter",
                          "value": 1
                        },
                        {
                          "text": "Other",
                          "value": 2
                        }
                      ]
                    },
                    {
                      "text": "2001",
                      "children": [{
                          "text": "Bacillus",
                          "value": 15
                        },
                        {
                          "text": "Norovirus",
                          "value": 47
                        },
                        {
                          "text": "Undeclared",
                          "value": 61
                        },
                        {
                          "text": "Trichinella",
                          "value": 2
                        },
                        {
                          "text": "Ciguatoxin",
                          "value": 1
                        },
                        {
                          "text": "Salmonella",
                          "value": 9
                        },
                        {
                          "text": "Giardia",
                          "value": 1
                        },
                        {
                          "text": "Shigella",
                          "value": 6
                        },
                        {
                          "text": "Clostridium",
                          "value": 7
                        },
                        {
                          "text": "Staphylococcus",
                          "value": 5
                        },
                        {
                          "text": "Scombroid",
                          "value": 5
                        },
                        {
                          "text": "Yersinia",
                          "value": 1
                        },
                        {
                          "text": "Campylobacter",
                          "value": 2
                        },
                        {
                          "text": "Vibrio",
                          "value": 3
                        },
                        {
                          "text": "Other",
                          "value": 1
                        },
                        {
                          "text": "Listeria",
                          "value": 2
                        },
                        {
                          "text": "Brucella",
                          "value": 1
                        }
                      ]
                    },
                    {
                      "text": "2002",
                      "children": [{
                          "text": "Norovirus",
                          "value": 76
                        },
                        {
                          "text": "Bacillus",
                          "value": 47
                        },
                        {
                          "text": "Clostridium",
                          "value": 8
                        },
                        {
                          "text": "Undeclared",
                          "value": 21
                        },
                        {
                          "text": "Campylobacter",
                          "value": 7
                        },
                        {
                          "text": "Salmonella",
                          "value": 10
                        },
                        {
                          "text": "E.coli",
                          "value": 8
                        },
                        {
                          "text": "Other",
                          "value": 18
                        },
                        {
                          "text": "Shigella",
                          "value": 4
                        },
                        {
                          "text": "Vibrio",
                          "value": 1
                        },
                        {
                          "text": "Staphylococcus",
                          "value": 5
                        },
                        {
                          "text": "Scombroid",
                          "value": 3
                        }
                      ]
                    },
                    {
                      "text": "2003",
                      "children": [{
                          "text": "Norovirus",
                          "value": 68
                        },
                        {
                          "text": "Bacillus",
                          "value": 33
                        },
                        {
                          "text": "Scombroid",
                          "value": 3
                        },
                        {
                          "text": "Undeclared",
                          "value": 15
                        },
                        {
                          "text": "Other",
                          "value": 20
                        },
                        {
                          "text": "Salmonella",
                          "value": 22
                        },
                        {
                          "text": "E.coli",
                          "value": 4
                        },
                        {
                          "text": "Staphylococcus",
                          "value": 4
                        },
                        {
                          "text": "Clostridium",
                          "value": 6
                        },
                        {
                          "text": "Campylobacter",
                          "value": 6
                        },
                        {
                          "text": "Histamine",
                          "value": 1
                        },
                        {
                          "text": "Vibrio",
                          "value": 2
                        },
                        {
                          "text": "Shigella",
                          "value": 1
                        }
                      ]
                    },
                    {
                      "text": "2004",
                      "children": [{
                          "text": "Bacillus",
                          "value": 28
                        },
                        {
                          "text": "Norovirus",
                          "value": 81
                        },
                        {
                          "text": "Salmonella",
                          "value": 21
                        },
                        {
                          "text": "Undeclared",
                          "value": 13
                        },
                        {
                          "text": "Scombroid",
                          "value": 5
                        },
                        {
                          "text": "Clostridium",
                          "value": 5
                        },
                        {
                          "text": "Other",
                          "value": 14
                        },
                        {
                          "text": "Campylobacter",
                          "value": 2
                        },
                        {
                          "text": "Staphylococcus",
                          "value": 3
                        },
                        {
                          "text": "Shigella",
                          "value": 3
                        },
                        {
                          "text": "E.coli",
                          "value": 2
                        },
                        {
                          "text": "Ciguatoxin",
                          "value": 1
                        },
                        {
                          "text": "Mycotoxins",
                          "value": 1
                        }
                      ]
                    },
                    {
                      "text": "2005",
                      "children": [{
                          "text": "Vibrio",
                          "value": 2
                        },
                        {
                          "text": "Undeclared",
                          "value": 13
                        },
                        {
                          "text": "Norovirus",
                          "value": 47
                        },
                        {
                          "text": "Bacillus",
                          "value": 20
                        },
                        {
                          "text": "Other",
                          "value": 26
                        },
                        {
                          "text": "Salmonella",
                          "value": 24
                        },
                        {
                          "text": "Clostridium",
                          "value": 5
                        },
                        {
                          "text": "Scombroid",
                          "value": 5
                        },
                        {
                          "text": "Staphylococcus",
                          "value": 1
                        },
                        {
                          "text": "Shigella",
                          "value": 3
                        },
                        {
                          "text": "Campylobacter",
                          "value": 1
                        },
                        {
                          "text": "Hepatitis",
                          "value": 2
                        }
                      ]
                    },
                    {
                      "text": "2006",
                      "children": [{
                          "text": "Norovirus",
                          "value": 86
                        },
                        {
                          "text": "Clostridium",
                          "value": 7
                        },
                        {
                          "text": "Other",
                          "value": 24
                        },
                        {
                          "text": "Giardia",
                          "value": 1
                        },
                        {
                          "text": "Undeclared",
                          "value": 22
                        },
                        {
                          "text": "Shigella",
                          "value": 6
                        },
                        {
                          "text": "Bacillus",
                          "value": 19
                        },
                        {
                          "text": "Salmonella",
                          "value": 19
                        },
                        {
                          "text": "Scombroid",
                          "value": 3
                        },
                        {
                          "text": "Campylobacter",
                          "value": 4
                        },
                        {
                          "text": "Staphylococcus",
                          "value": 3
                        },
                        {
                          "text": "Mycotoxins",
                          "value": 1
                        },
                        {
                          "text": "E.coli",
                          "value": 2
                        },
                        {
                          "text": "Vibrio",
                          "value": 2
                        },
                        {
                          "text": "Trichinella",
                          "value": 1
                        },
                        {
                          "text": "Puffer",
                          "value": 1
                        },
                        {
                          "text": "Hepatitis",
                          "value": 1
                        }
                      ]
                    },
                    {
                      "text": "2007",
                      "children": [{
                          "text": "Mycotoxins",
                          "value": 2
                        },
                        {
                          "text": "Norovirus",
                          "value": 57
                        },
                        {
                          "text": "Undeclared",
                          "value": 22
                        },
                        {
                          "text": "Salmonella",
                          "value": 15
                        },
                        {
                          "text": "Bacillus",
                          "value": 23
                        },
                        {
                          "text": "Other",
                          "value": 6
                        },
                        {
                          "text": "Campylobacter",
                          "value": 6
                        },
                        {
                          "text": "Staphylococcus",
                          "value": 3
                        },
                        {
                          "text": "Brucella",
                          "value": 1
                        },
                        {
                          "text": "Clostridium",
                          "value": 5
                        },
                        {
                          "text": "E.coli",
                          "value": 4
                        },
                        {
                          "text": "Shigella",
                          "value": 1
                        },
                        {
                          "text": "Scombroid",
                          "value": 2
                        },
                        {
                          "text": "Ciguatoxin",
                          "value": 1
                        }
                      ]
                    },
                    {
                      "text": "2008",
                      "children": [{
                          "text": "Norovirus",
                          "value": 41
                        },
                        {
                          "text": "Salmonella",
                          "value": 18
                        },
                        {
                          "text": "Undeclared",
                          "value": 38
                        },
                        {
                          "text": "Bacillus",
                          "value": 7
                        },
                        {
                          "text": "E.coli",
                          "value": 4
                        },
                        {
                          "text": "Clostridium",
                          "value": 5
                        },
                        {
                          "text": "Staphylococcus",
                          "value": 1
                        },
                        {
                          "text": "Campylobacter",
                          "value": 2
                        },
                        {
                          "text": "Cyclospora",
                          "value": 1
                        },
                        {
                          "text": "Hepatitis",
                          "value": 1
                        },
                        {
                          "text": "Vibrio",
                          "value": 1
                        },
                        {
                          "text": "Other",
                          "value": 1
                        },
                        {
                          "text": "Scombroid",
                          "value": 1
                        },
                        {
                          "text": "Trichinella",
                          "value": 1
                        }
                      ]
                    },
                    {
                      "text": "2009",
                      "children": [{
                          "text": "Undeclared",
                          "value": 28
                        },
                        {
                          "text": "Norovirus",
                          "value": 32
                        },
                        {
                          "text": "Bacillus",
                          "value": 3
                        },
                        {
                          "text": "Other",
                          "value": 2
                        },
                        {
                          "text": "Salmonella",
                          "value": 9
                        },
                        {
                          "text": "Campylobacter",
                          "value": 2
                        },
                        {
                          "text": "Clostridium",
                          "value": 2
                        },
                        {
                          "text": "Scombroid",
                          "value": 1
                        },
                        {
                          "text": "E.coli",
                          "value": 1
                        },
                        {
                          "text": "Vibrio",
                          "value": 1
                        }
                      ]
                    },
                    {
                      "text": "2010",
                      "children": [{
                          "text": "Undeclared",
                          "value": 27
                        },
                        {
                          "text": "Norovirus",
                          "value": 29
                        },
                        {
                          "text": "Salmonella",
                          "value": 12
                        },
                        {
                          "text": "Bacillus",
                          "value": 2
                        },
                        {
                          "text": "Clostridium",
                          "value": 3
                        },
                        {
                          "text": "Ciguatoxin",
                          "value": 1
                        },
                        {
                          "text": "E.coli",
                          "value": 2
                        },
                        {
                          "text": "Scombroid",
                          "value": 1
                        },
                        {
                          "text": "Other",
                          "value": 1
                        },
                        {
                          "text": "Hepatitis",
                          "value": 1
                        },
                        {
                          "text": "Shigella",
                          "value": 1
                        }
                      ]
                    },
                    {
                      "text": "2011",
                      "children": [{
                          "text": "Norovirus",
                          "value": 25
                        },
                        {
                          "text": "Undeclared",
                          "value": 31
                        },
                        {
                          "text": "Salmonella",
                          "value": 13
                        },
                        {
                          "text": "Clostridium",
                          "value": 1
                        },
                        {
                          "text": "Vibrio",
                          "value": 1
                        },
                        {
                          "text": "Campylobacter",
                          "value": 3
                        },
                        {
                          "text": "Shigella",
                          "value": 1
                        },
                        {
                          "text": "Other",
                          "value": 3
                        },
                        {
                          "text": "Bacillus",
                          "value": 1
                        },
                        {
                          "text": "Staphylococcus",
                          "value": 1
                        },
                        {
                          "text": "Scombroid",
                          "value": 1
                        },
                        {
                          "text": "E.coli",
                          "value": 1
                        }
                      ]
                    },
                    {
                      "text": "2012",
                      "children": [{
                          "text": "Undeclared",
                          "value": 21
                        },
                        {
                          "text": "Norovirus",
                          "value": 31
                        },
                        {
                          "text": "Scombroid",
                          "value": 3
                        },
                        {
                          "text": "Salmonella",
                          "value": 7
                        },
                        {
                          "text": "Campylobacter",
                          "value": 4
                        },
                        {
                          "text": "Vibrio",
                          "value": 2
                        },
                        {
                          "text": "E.coli",
                          "value": 1
                        },
                        {
                          "text": "Other",
                          "value": 2
                        },
                        {
                          "text": "Clostridium",
                          "value": 1
                        },
                        {
                          "text": "Mycotoxins",
                          "value": 1
                        }
                      ]
                    }
                  ]
                },
                {
                  "text": "Michigan",
                  "children": [{
                      "text": "1998",
                      "children": [{
                          "text": "Undeclared",
                          "value": 116
                        },
                        {
                          "text": "E.coli",
                          "value": 1
                        },
                        {
                          "text": "Norovirus",
                          "value": 1
                        },
                        {
                          "text": "Bacillus",
                          "value": 2
                        },
                        {
                          "text": "Hepatitis",
                          "value": 1
                        }
                      ]
                    },
                    {
                      "text": "1999",
                      "children": [{
                          "text": "Norovirus",
                          "value": 4
                        },
                        {
                          "text": "Undeclared",
                          "value": 74
                        },
                        {
                          "text": "Hepatitis",
                          "value": 1
                        },
                        {
                          "text": "Clostridium",
                          "value": 2
                        },
                        {
                          "text": "Bacillus",
                          "value": 2
                        },
                        {
                          "text": "Salmonella",
                          "value": 2
                        }
                      ]
                    },
                    {
                      "text": "2000",
                      "children": [{
                          "text": "Undeclared",
                          "value": 81
                        },
                        {
                          "text": "Norovirus",
                          "value": 13
                        },
                        {
                          "text": "Staphylococcus",
                          "value": 1
                        },
                        {
                          "text": "Salmonella",
                          "value": 3
                        },
                        {
                          "text": "E.coli",
                          "value": 1
                        }
                      ]
                    },
                    {
                      "text": "2001",
                      "children": [{
                          "text": "Histamine",
                          "value": 2
                        },
                        {
                          "text": "Norovirus",
                          "value": 7
                        },
                        {
                          "text": "Undeclared",
                          "value": 33
                        },
                        {
                          "text": "Clostridium",
                          "value": 1
                        },
                        {
                          "text": "Staphylococcus",
                          "value": 1
                        },
                        {
                          "text": "Other",
                          "value": 2
                        },
                        {
                          "text": "Scombroid",
                          "value": 2
                        },
                        {
                          "text": "Salmonella",
                          "value": 5
                        },
                        {
                          "text": "Bacillus",
                          "value": 2
                        }
                      ]
                    },
                    {
                      "text": "2002",
                      "children": [{
                          "text": "Undeclared",
                          "value": 42
                        },
                        {
                          "text": "Norovirus",
                          "value": 10
                        },
                        {
                          "text": "Hepatitis",
                          "value": 2
                        },
                        {
                          "text": "Salmonella",
                          "value": 3
                        },
                        {
                          "text": "Clostridium",
                          "value": 2
                        },
                        {
                          "text": "Bacillus",
                          "value": 1
                        },
                        {
                          "text": "Other",
                          "value": 1
                        }
                      ]
                    },
                    {
                      "text": "2003",
                      "children": [{
                          "text": "Norovirus",
                          "value": 13
                        },
                        {
                          "text": "Undeclared",
                          "value": 36
                        },
                        {
                          "text": "Salmonella",
                          "value": 3
                        },
                        {
                          "text": "Clostridium",
                          "value": 1
                        },
                        {
                          "text": "Campylobacter",
                          "value": 1
                        },
                        {
                          "text": "E.coli",
                          "value": 1
                        }
                      ]
                    },
                    {
                      "text": "2004",
                      "children": [{
                          "text": "Undeclared",
                          "value": 44
                        },
                        {
                          "text": "Bacillus",
                          "value": 1
                        },
                        {
                          "text": "Norovirus",
                          "value": 12
                        },
                        {
                          "text": "Salmonella",
                          "value": 2
                        },
                        {
                          "text": "Clostridium",
                          "value": 1
                        }
                      ]
                    },
                    {
                      "text": "2005",
                      "children": [{
                          "text": "Norovirus",
                          "value": 8
                        },
                        {
                          "text": "Undeclared",
                          "value": 38
                        },
                        {
                          "text": "Salmonella",
                          "value": 3
                        },
                        {
                          "text": "Bacillus",
                          "value": 2
                        }
                      ]
                    },
                    {
                      "text": "2006",
                      "children": [{
                          "text": "Undeclared",
                          "value": 26
                        },
                        {
                          "text": "Norovirus",
                          "value": 15
                        },
                        {
                          "text": "Staphylococcus",
                          "value": 1
                        },
                        {
                          "text": "Cryptosporidium",
                          "value": 1
                        },
                        {
                          "text": "Salmonella",
                          "value": 1
                        }
                      ]
                    },
                    {
                      "text": "2007",
                      "children": [{
                          "text": "Scombroid",
                          "value": 1
                        },
                        {
                          "text": "Undeclared",
                          "value": 19
                        },
                        {
                          "text": "Salmonella",
                          "value": 3
                        },
                        {
                          "text": "Histamine",
                          "value": 1
                        },
                        {
                          "text": "Norovirus",
                          "value": 2
                        },
                        {
                          "text": "Clostridium",
                          "value": 1
                        },
                        {
                          "text": "Staphylococcus",
                          "value": 1
                        },
                        {
                          "text": "Campylobacter",
                          "value": 1
                        }
                      ]
                    },
                    {
                      "text": "2008",
                      "children": [{
                          "text": "Clostridium",
                          "value": 3
                        },
                        {
                          "text": "Undeclared",
                          "value": 24
                        },
                        {
                          "text": "Norovirus",
                          "value": 5
                        },
                        {
                          "text": "Salmonella",
                          "value": 2
                        },
                        {
                          "text": "Campylobacter",
                          "value": 1
                        }
                      ]
                    },
                    {
                      "text": "2009",
                      "children": [{
                          "text": "Undeclared",
                          "value": 12
                        },
                        {
                          "text": "Norovirus",
                          "value": 1
                        },
                        {
                          "text": "Clostridium",
                          "value": 2
                        },
                        {
                          "text": "E.coli",
                          "value": 1
                        },
                        {
                          "text": "Salmonella",
                          "value": 5
                        }
                      ]
                    },
                    {
                      "text": "2010",
                      "children": [{
                          "text": "Norovirus",
                          "value": 2
                        },
                        {
                          "text": "Undeclared",
                          "value": 4
                        },
                        {
                          "text": "Campylobacter",
                          "value": 3
                        },
                        {
                          "text": "Salmonella",
                          "value": 4
                        },
                        {
                          "text": "Staphylococcus",
                          "value": 2
                        }
                      ]
                    },
                    {
                      "text": "2011",
                      "children": [{
                          "text": "Undeclared",
                          "value": 16
                        },
                        {
                          "text": "Salmonella",
                          "value": 4
                        },
                        {
                          "text": "Norovirus",
                          "value": 3
                        },
                        {
                          "text": "Campylobacter",
                          "value": 1
                        },
                        {
                          "text": "Other",
                          "value": 1
                        },
                        {
                          "text": "E.coli",
                          "value": 2
                        },
                        {
                          "text": "Shigella",
                          "value": 1
                        },
                        {
                          "text": "Listeria",
                          "value": 1
                        }
                      ]
                    },
                    {
                      "text": "2012",
                      "children": [{
                          "text": "Undeclared",
                          "value": 22
                        },
                        {
                          "text": "Salmonella",
                          "value": 1
                        },
                        {
                          "text": "Clostridium",
                          "value": 3
                        },
                        {
                          "text": "Norovirus",
                          "value": 3
                        },
                        {
                          "text": "E.coli",
                          "value": 3
                        }
                      ]
                    }
                  ]
                },
                {
                  "text": "West Virginia",
                  "children": [{
                      "text": "1998",
                      "children": [{
                          "text": "Bacillus",
                          "value": 1
                        },
                        {
                          "text": "Salmonella",
                          "value": 1
                        },
                        {
                          "text": "Norovirus",
                          "value": 1
                        }
                      ]
                    },
                    {
                      "text": "1999",
                      "children": [{
                          "text": "Norovirus",
                          "value": 2
                        },
                        {
                          "text": "Salmonella",
                          "value": 1
                        }
                      ]
                    },
                    {
                      "text": "2000",
                      "children": [{
                          "text": "Bacillus",
                          "value": 1
                        },
                        {
                          "text": "Norovirus",
                          "value": 2
                        }
                      ]
                    },
                    {
                      "text": "2001",
                      "children": [{
                          "text": "Norovirus",
                          "value": 3
                        },
                        {
                          "text": "Salmonella",
                          "value": 1
                        },
                        {
                          "text": "Staphylococcus",
                          "value": 1
                        },
                        {
                          "text": "Bacillus",
                          "value": 1
                        }
                      ]
                    },
                    {
                      "text": "2002",
                      "children": [{
                        "text": "Norovirus",
                        "value": 1
                      }]
                    },
                    {
                      "text": "2003",
                      "children": [{
                        "text": "Other",
                        "value": 1
                      }]
                    },
                    {
                      "text": "2004",
                      "children": [
    
                      ]
                    },
                    {
                      "text": "2005",
                      "children": [{
                        "text": "Staphylococcus",
                        "value": 1
                      }]
                    },
                    {
                      "text": "2006",
                      "children": [{
                        "text": "Undeclared",
                        "value": 3
                      }]
                    },
                    {
                      "text": "2007",
                      "children": [{
                          "text": "Salmonella",
                          "value": 1
                        },
                        {
                          "text": "Undeclared",
                          "value": 1
                        }
                      ]
                    },
                    {
                      "text": "2008",
                      "children": [{
                          "text": "Campylobacter",
                          "value": 1
                        },
                        {
                          "text": "Undeclared",
                          "value": 2
                        },
                        {
                          "text": "Norovirus",
                          "value": 1
                        }
                      ]
                    },
                    {
                      "text": "2009",
                      "children": [{
                          "text": "Salmonella",
                          "value": 2
                        },
                        {
                          "text": "Undeclared",
                          "value": 1
                        }
                      ]
                    },
                    {
                      "text": "2010",
                      "children": [{
                        "text": "Bacillus",
                        "value": 1
                      }]
                    },
                    {
                      "text": "2011",
                      "children": [
    
                      ]
                    },
                    {
                      "text": "2012",
                      "children": [{
                        "text": "Undeclared",
                        "value": 4
                      }]
                    }
                  ]
                },
                {
                  "text": "Washington",
                  "children": [{
                      "text": "1998",
                      "children": [{
                          "text": "Undeclared",
                          "value": 43
                        },
                        {
                          "text": "Vibrio",
                          "value": 2
                        },
                        {
                          "text": "Scombroid",
                          "value": 2
                        },
                        {
                          "text": "Campylobacter",
                          "value": 1
                        },
                        {
                          "text": "Salmonella",
                          "value": 6
                        },
                        {
                          "text": "Paralytic",
                          "value": 1
                        },
                        {
                          "text": "E.coli",
                          "value": 3
                        },
                        {
                          "text": "Giardia",
                          "value": 1
                        },
                        {
                          "text": "Hepatitis",
                          "value": 1
                        }
                      ]
                    },
                    {
                      "text": "1999",
                      "children": [{
                          "text": "Undeclared",
                          "value": 57
                        },
                        {
                          "text": "Salmonella",
                          "value": 4
                        },
                        {
                          "text": "Bacillus",
                          "value": 3
                        },
                        {
                          "text": "Other",
                          "value": 13
                        },
                        {
                          "text": "Norovirus",
                          "value": 3
                        },
                        {
                          "text": "Hepatitis",
                          "value": 1
                        },
                        {
                          "text": "Scombroid",
                          "value": 1
                        },
                        {
                          "text": "Clostridium",
                          "value": 2
                        },
                        {
                          "text": "Vibrio",
                          "value": 1
                        },
                        {
                          "text": "E.coli",
                          "value": 1
                        },
                        {
                          "text": "Campylobacter",
                          "value": 1
                        },
                        {
                          "text": "Staphylococcus",
                          "value": 1
                        }
                      ]
                    },
                    {
                      "text": "2000",
                      "children": [{
                          "text": "Salmonella",
                          "value": 2
                        },
                        {
                          "text": "Norovirus",
                          "value": 9
                        },
                        {
                          "text": "Undeclared",
                          "value": 28
                        },
                        {
                          "text": "Other",
                          "value": 9
                        },
                        {
                          "text": "Bacillus",
                          "value": 6
                        },
                        {
                          "text": "Scombroid",
                          "value": 2
                        },
                        {
                          "text": "Paralytic",
                          "value": 3
                        },
                        {
                          "text": "E.coli",
                          "value": 2
                        },
                        {
                          "text": "Neurotoxic",
                          "value": 1
                        },
                        {
                          "text": "Clostridium",
                          "value": 1
                        },
                        {
                          "text": "Hepatitis",
                          "value": 1
                        },
                        {
                          "text": "Staphylococcus",
                          "value": 1
                        }
                      ]
                    },
                    {
                      "text": "2001",
                      "children": [{
                          "text": "Norovirus",
                          "value": 16
                        },
                        {
                          "text": "Campylobacter",
                          "value": 1
                        },
                        {
                          "text": "Salmonella",
                          "value": 6
                        },
                        {
                          "text": "Other",
                          "value": 2
                        },
                        {
                          "text": "Undeclared",
                          "value": 41
                        },
                        {
                          "text": "E.coli",
                          "value": 1
                        },
                        {
                          "text": "Histamine",
                          "value": 1
                        },
                        {
                          "text": "Shigella",
                          "value": 2
                        }
                      ]
                    },
                    {
                      "text": "2002",
                      "children": [{
                          "text": "Undeclared",
                          "value": 25
                        },
                        {
                          "text": "Staphylococcus",
                          "value": 3
                        },
                        {
                          "text": "Campylobacter",
                          "value": 4
                        },
                        {
                          "text": "Norovirus",
                          "value": 13
                        },
                        {
                          "text": "Salmonella",
                          "value": 7
                        },
                        {
                          "text": "Bacillus",
                          "value": 1
                        },
                        {
                          "text": "Other",
                          "value": 2
                        },
                        {
                          "text": "E.coli",
                          "value": 2
                        }
                      ]
                    },
                    {
                      "text": "2003",
                      "children": [{
                          "text": "Norovirus",
                          "value": 19
                        },
                        {
                          "text": "Salmonella",
                          "value": 7
                        },
                        {
                          "text": "Bacillus",
                          "value": 4
                        },
                        {
                          "text": "Undeclared",
                          "value": 8
                        },
                        {
                          "text": "Scombroid",
                          "value": 2
                        },
                        {
                          "text": "Staphylococcus",
                          "value": 4
                        },
                        {
                          "text": "Clostridium",
                          "value": 5
                        },
                        {
                          "text": "E.coli",
                          "value": 1
                        },
                        {
                          "text": "Campylobacter",
                          "value": 4
                        }
                      ]
                    },
                    {
                      "text": "2004",
                      "children": [{
                          "text": "Norovirus",
                          "value": 20
                        },
                        {
                          "text": "Clostridium",
                          "value": 2
                        },
                        {
                          "text": "Undeclared",
                          "value": 13
                        },
                        {
                          "text": "E.coli",
                          "value": 5
                        },
                        {
                          "text": "Bacillus",
                          "value": 2
                        },
                        {
                          "text": "Giardia",
                          "value": 1
                        },
                        {
                          "text": "Shigella",
                          "value": 1
                        },
                        {
                          "text": "Salmonella",
                          "value": 4
                        },
                        {
                          "text": "Scombroid",
                          "value": 2
                        },
                        {
                          "text": "Campylobacter",
                          "value": 2
                        },
                        {
                          "text": "Other",
                          "value": 3
                        }
                      ]
                    },
                    {
                      "text": "2005",
                      "children": [{
                          "text": "Norovirus",
                          "value": 12
                        },
                        {
                          "text": "Campylobacter",
                          "value": 2
                        },
                        {
                          "text": "Clostridium",
                          "value": 1
                        },
                        {
                          "text": "Bacillus",
                          "value": 3
                        },
                        {
                          "text": "Undeclared",
                          "value": 11
                        },
                        {
                          "text": "E.coli",
                          "value": 6
                        },
                        {
                          "text": "Vibrio",
                          "value": 2
                        },
                        {
                          "text": "Salmonella",
                          "value": 1
                        },
                        {
                          "text": "Shigella",
                          "value": 1
                        },
                        {
                          "text": "Staphylococcus",
                          "value": 1
                        }
                      ]
                    },
                    {
                      "text": "2006",
                      "children": [{
                          "text": "Undeclared",
                          "value": 13
                        },
                        {
                          "text": "Clostridium",
                          "value": 1
                        },
                        {
                          "text": "Norovirus",
                          "value": 26
                        },
                        {
                          "text": "Campylobacter",
                          "value": 1
                        },
                        {
                          "text": "Mycotoxins",
                          "value": 1
                        },
                        {
                          "text": "Scombroid",
                          "value": 3
                        },
                        {
                          "text": "E.coli",
                          "value": 1
                        },
                        {
                          "text": "Bacillus",
                          "value": 1
                        },
                        {
                          "text": "Other",
                          "value": 2
                        }
                      ]
                    },
                    {
                      "text": "2007",
                      "children": [{
                          "text": "Bacillus",
                          "value": 2
                        },
                        {
                          "text": "Salmonella",
                          "value": 6
                        },
                        {
                          "text": "Norovirus",
                          "value": 19
                        },
                        {
                          "text": "Other",
                          "value": 2
                        },
                        {
                          "text": "Clostridium",
                          "value": 3
                        },
                        {
                          "text": "Undeclared",
                          "value": 4
                        },
                        {
                          "text": "Campylobacter",
                          "value": 2
                        },
                        {
                          "text": "Vibrio",
                          "value": 1
                        },
                        {
                          "text": "Scombroid",
                          "value": 1
                        }
                      ]
                    },
                    {
                      "text": "2008",
                      "children": [{
                          "text": "Norovirus",
                          "value": 18
                        },
                        {
                          "text": "Undeclared",
                          "value": 13
                        },
                        {
                          "text": "E.coli",
                          "value": 3
                        },
                        {
                          "text": "Clostridium",
                          "value": 2
                        },
                        {
                          "text": "Scombroid",
                          "value": 1
                        },
                        {
                          "text": "Salmonella",
                          "value": 2
                        },
                        {
                          "text": "Histamine",
                          "value": 1
                        },
                        {
                          "text": "Campylobacter",
                          "value": 1
                        },
                        {
                          "text": "Bacillus",
                          "value": 1
                        }
                      ]
                    },
                    {
                      "text": "2009",
                      "children": [{
                          "text": "Norovirus",
                          "value": 8
                        },
                        {
                          "text": "E.coli",
                          "value": 4
                        },
                        {
                          "text": "Scombroid",
                          "value": 1
                        },
                        {
                          "text": "Undeclared",
                          "value": 2
                        },
                        {
                          "text": "Salmonella",
                          "value": 5
                        },
                        {
                          "text": "Bacillus",
                          "value": 1
                        },
                        {
                          "text": "Other",
                          "value": 1
                        },
                        {
                          "text": "Hepatitis",
                          "value": 1
                        },
                        {
                          "text": "Clostridium",
                          "value": 1
                        }
                      ]
                    },
                    {
                      "text": "2010",
                      "children": [{
                          "text": "E.coli",
                          "value": 2
                        },
                        {
                          "text": "Salmonella",
                          "value": 3
                        },
                        {
                          "text": "Undeclared",
                          "value": 9
                        },
                        {
                          "text": "Vibrio",
                          "value": 3
                        },
                        {
                          "text": "Listeria",
                          "value": 2
                        },
                        {
                          "text": "Hepatitis",
                          "value": 1
                        },
                        {
                          "text": "Clostridium",
                          "value": 3
                        },
                        {
                          "text": "Norovirus",
                          "value": 8
                        },
                        {
                          "text": "Scombroid",
                          "value": 1
                        }
                      ]
                    },
                    {
                      "text": "2011",
                      "children": [{
                          "text": "Norovirus",
                          "value": 14
                        },
                        {
                          "text": "Other",
                          "value": 6
                        },
                        {
                          "text": "Vibrio",
                          "value": 3
                        },
                        {
                          "text": "Salmonella",
                          "value": 1
                        },
                        {
                          "text": "Campylobacter",
                          "value": 1
                        },
                        {
                          "text": "E.coli",
                          "value": 1
                        },
                        {
                          "text": "Undeclared",
                          "value": 1
                        }
                      ]
                    },
                    {
                      "text": "2012",
                      "children": [{
                          "text": "Norovirus",
                          "value": 8
                        },
                        {
                          "text": "Vibrio",
                          "value": 4
                        },
                        {
                          "text": "Other",
                          "value": 4
                        },
                        {
                          "text": "Histamine",
                          "value": 1
                        },
                        {
                          "text": "Clostridium",
                          "value": 1
                        },
                        {
                          "text": "Salmonella",
                          "value": 3
                        },
                        {
                          "text": "Paralytic",
                          "value": 1
                        },
                        {
                          "text": "E.coli",
                          "value": 1
                        }
                      ]
                    }
                  ]
                },
                {
                  "text": "Vermont",
                  "children": [{
                      "text": "1998",
                      "children": [{
                          "text": "Salmonella",
                          "value": 1
                        },
                        {
                          "text": "Undeclared",
                          "value": 1
                        }
                      ]
                    },
                    {
                      "text": "1999",
                      "children": [{
                        "text": "Hepatitis",
                        "value": 1
                      }]
                    },
                    {
                      "text": "2000",
                      "children": [{
                          "text": "Salmonella",
                          "value": 3
                        },
                        {
                          "text": "Undeclared",
                          "value": 1
                        }
                      ]
                    },
                    {
                      "text": "2001",
                      "children": [{
                          "text": "Salmonella",
                          "value": 2
                        },
                        {
                          "text": "Undeclared",
                          "value": 3
                        }
                      ]
                    },
                    {
                      "text": "2002",
                      "children": [{
                          "text": "Staphylococcus",
                          "value": 1
                        },
                        {
                          "text": "Clostridium",
                          "value": 1
                        },
                        {
                          "text": "Cyclospora",
                          "value": 1
                        }
                      ]
                    },
                    {
                      "text": "2003",
                      "children": [{
                          "text": "Undeclared",
                          "value": 1
                        },
                        {
                          "text": "Campylobacter",
                          "value": 1
                        },
                        {
                          "text": "Salmonella",
                          "value": 1
                        }
                      ]
                    },
                    {
                      "text": "2004",
                      "children": [{
                          "text": "Undeclared",
                          "value": 2
                        },
                        {
                          "text": "Salmonella",
                          "value": 2
                        }
                      ]
                    },
                    {
                      "text": "2005",
                      "children": [{
                        "text": "Salmonella",
                        "value": 1
                      }]
                    },
                    {
                      "text": "2006",
                      "children": [{
                        "text": "Salmonella",
                        "value": 2
                      }]
                    },
                    {
                      "text": "2007",
                      "children": [{
                          "text": "Undeclared",
                          "value": 2
                        },
                        {
                          "text": "Salmonella",
                          "value": 2
                        },
                        {
                          "text": "Giardia",
                          "value": 1
                        },
                        {
                          "text": "Other",
                          "value": 1
                        }
                      ]
                    },
                    {
                      "text": "2008",
                      "children": [{
                          "text": "Undeclared",
                          "value": 1
                        },
                        {
                          "text": "E.coli",
                          "value": 1
                        }
                      ]
                    },
                    {
                      "text": "2009",
                      "children": [
    
                      ]
                    },
                    {
                      "text": "2010",
                      "children": [{
                        "text": "Campylobacter",
                        "value": 2
                      }]
                    },
                    {
                      "text": "2011",
                      "children": [{
                        "text": "Salmonella",
                        "value": 1
                      }]
                    },
                    {
                      "text": "2012",
                      "children": [{
                        "text": "Salmonella",
                        "value": 1
                      }]
                    }
                  ]
                },
                {
                  "text": "Virginia",
                  "children": [{
                      "text": "1998",
                      "children": [{
                          "text": "E.coli",
                          "value": 2
                        },
                        {
                          "text": "Clostridium",
                          "value": 1
                        },
                        {
                          "text": "Other",
                          "value": 2
                        },
                        {
                          "text": "Salmonella",
                          "value": 3
                        },
                        {
                          "text": "Undeclared",
                          "value": 3
                        },
                        {
                          "text": "Staphylococcus",
                          "value": 1
                        },
                        {
                          "text": "Scombroid",
                          "value": 1
                        },
                        {
                          "text": "Norovirus",
                          "value": 2
                        }
                      ]
                    },
                    {
                      "text": "1999",
                      "children": [{
                          "text": "Staphylococcus",
                          "value": 1
                        },
                        {
                          "text": "Clostridium",
                          "value": 1
                        },
                        {
                          "text": "Norovirus",
                          "value": 3
                        },
                        {
                          "text": "Undeclared",
                          "value": 1
                        },
                        {
                          "text": "Salmonella",
                          "value": 3
                        }
                      ]
                    },
                    {
                      "text": "2000",
                      "children": [{
                          "text": "Salmonella",
                          "value": 6
                        },
                        {
                          "text": "Norovirus",
                          "value": 6
                        },
                        {
                          "text": "Clostridium",
                          "value": 1
                        },
                        {
                          "text": "Undeclared",
                          "value": 2
                        },
                        {
                          "text": "Staphylococcus",
                          "value": 2
                        },
                        {
                          "text": "Shigella",
                          "value": 1
                        }
                      ]
                    },
                    {
                      "text": "2001",
                      "children": [{
                          "text": "Salmonella",
                          "value": 3
                        },
                        {
                          "text": "Norovirus",
                          "value": 8
                        },
                        {
                          "text": "Clostridium",
                          "value": 3
                        },
                        {
                          "text": "Undeclared",
                          "value": 3
                        },
                        {
                          "text": "E.coli",
                          "value": 1
                        }
                      ]
                    },
                    {
                      "text": "2002",
                      "children": [{
                          "text": "Norovirus",
                          "value": 6
                        },
                        {
                          "text": "Clostridium",
                          "value": 2
                        },
                        {
                          "text": "Salmonella",
                          "value": 3
                        },
                        {
                          "text": "Campylobacter",
                          "value": 1
                        },
                        {
                          "text": "Staphylococcus",
                          "value": 1
                        }
                      ]
                    },
                    {
                      "text": "2003",
                      "children": [{
                          "text": "Norovirus",
                          "value": 5
                        },
                        {
                          "text": "E.coli",
                          "value": 2
                        },
                        {
                          "text": "Salmonella",
                          "value": 3
                        },
                        {
                          "text": "Clostridium",
                          "value": 1
                        },
                        {
                          "text": "Undeclared",
                          "value": 1
                        },
                        {
                          "text": "Staphylococcus",
                          "value": 1
                        }
                      ]
                    },
                    {
                      "text": "2004",
                      "children": [{
                          "text": "Clostridium",
                          "value": 3
                        },
                        {
                          "text": "Norovirus",
                          "value": 6
                        },
                        {
                          "text": "Undeclared",
                          "value": 2
                        },
                        {
                          "text": "Salmonella",
                          "value": 1
                        }
                      ]
                    },
                    {
                      "text": "2005",
                      "children": [{
                          "text": "Norovirus",
                          "value": 4
                        },
                        {
                          "text": "Salmonella",
                          "value": 4
                        },
                        {
                          "text": "Staphylococcus",
                          "value": 3
                        },
                        {
                          "text": "Undeclared",
                          "value": 1
                        }
                      ]
                    },
                    {
                      "text": "2006",
                      "children": [{
                          "text": "Norovirus",
                          "value": 4
                        },
                        {
                          "text": "Salmonella",
                          "value": 3
                        },
                        {
                          "text": "Staphylococcus",
                          "value": 2
                        },
                        {
                          "text": "Campylobacter",
                          "value": 2
                        },
                        {
                          "text": "Histamine",
                          "value": 1
                        }
                      ]
                    },
                    {
                      "text": "2007",
                      "children": [{
                          "text": "Salmonella",
                          "value": 6
                        },
                        {
                          "text": "Norovirus",
                          "value": 3
                        }
                      ]
                    },
                    {
                      "text": "2008",
                      "children": [{
                          "text": "Norovirus",
                          "value": 3
                        },
                        {
                          "text": "Salmonella",
                          "value": 6
                        },
                        {
                          "text": "Bacillus",
                          "value": 1
                        },
                        {
                          "text": "E.coli",
                          "value": 1
                        }
                      ]
                    },
                    {
                      "text": "2009",
                      "children": [{
                          "text": "Staphylococcus",
                          "value": 2
                        },
                        {
                          "text": "Brucella",
                          "value": 1
                        },
                        {
                          "text": "Salmonella",
                          "value": 3
                        },
                        {
                          "text": "Campylobacter",
                          "value": 1
                        }
                      ]
                    },
                    {
                      "text": "2010",
                      "children": [{
                          "text": "Undeclared",
                          "value": 4
                        },
                        {
                          "text": "Norovirus",
                          "value": 7
                        },
                        {
                          "text": "Clostridium",
                          "value": 1
                        },
                        {
                          "text": "Giardia",
                          "value": 1
                        },
                        {
                          "text": "Salmonella",
                          "value": 2
                        },
                        {
                          "text": "Staphylococcus",
                          "value": 1
                        },
                        {
                          "text": "Campylobacter",
                          "value": 1
                        }
                      ]
                    },
                    {
                      "text": "2011",
                      "children": [{
                          "text": "Norovirus",
                          "value": 4
                        },
                        {
                          "text": "Undeclared",
                          "value": 5
                        },
                        {
                          "text": "Salmonella",
                          "value": 4
                        },
                        {
                          "text": "Campylobacter",
                          "value": 1
                        }
                      ]
                    },
                    {
                      "text": "2012",
                      "children": [{
                          "text": "Norovirus",
                          "value": 14
                        },
                        {
                          "text": "Trichinella",
                          "value": 1
                        },
                        {
                          "text": "Undeclared",
                          "value": 3
                        },
                        {
                          "text": "Salmonella",
                          "value": 3
                        },
                        {
                          "text": "Histamine",
                          "value": 1
                        }
                      ]
                    }
                  ]
                },
                {
                  "text": "Utah",
                  "children": [{
                      "text": "1998",
                      "children": [{
                        "text": "Salmonella",
                        "value": 4
                      }]
                    },
                    {
                      "text": "1999",
                      "children": [{
                        "text": "Salmonella",
                        "value": 5
                      }]
                    },
                    {
                      "text": "2000",
                      "children": [{
                        "text": "Salmonella",
                        "value": 4
                      }]
                    },
                    {
                      "text": "2001",
                      "children": [{
                          "text": "Norovirus",
                          "value": 2
                        },
                        {
                          "text": "Salmonella",
                          "value": 1
                        },
                        {
                          "text": "Hepatitis",
                          "value": 1
                        },
                        {
                          "text": "Undeclared",
                          "value": 1
                        }
                      ]
                    },
                    {
                      "text": "2002",
                      "children": [{
                          "text": "Campylobacter",
                          "value": 1
                        },
                        {
                          "text": "Norovirus",
                          "value": 1
                        }
                      ]
                    },
                    {
                      "text": "2003",
                      "children": [{
                          "text": "Undeclared",
                          "value": 1
                        },
                        {
                          "text": "Staphylococcus",
                          "value": 1
                        },
                        {
                          "text": "Clostridium",
                          "value": 1
                        }
                      ]
                    },
                    {
                      "text": "2004",
                      "children": [{
                        "text": "Norovirus",
                        "value": 1
                      }]
                    },
                    {
                      "text": "2005",
                      "children": [{
                          "text": "Norovirus",
                          "value": 3
                        },
                        {
                          "text": "Salmonella",
                          "value": 3
                        },
                        {
                          "text": "Campylobacter",
                          "value": 1
                        },
                        {
                          "text": "Undeclared",
                          "value": 3
                        }
                      ]
                    },
                    {
                      "text": "2006",
                      "children": [{
                          "text": "Salmonella",
                          "value": 2
                        },
                        {
                          "text": "E.coli",
                          "value": 1
                        },
                        {
                          "text": "Undeclared",
                          "value": 1
                        }
                      ]
                    },
                    {
                      "text": "2007",
                      "children": [{
                        "text": "Campylobacter",
                        "value": 1
                      }]
                    },
                    {
                      "text": "2008",
                      "children": [{
                          "text": "Salmonella",
                          "value": 3
                        },
                        {
                          "text": "Campylobacter",
                          "value": 1
                        }
                      ]
                    },
                    {
                      "text": "2009",
                      "children": [{
                          "text": "Undeclared",
                          "value": 1
                        },
                        {
                          "text": "Salmonella",
                          "value": 1
                        },
                        {
                          "text": "Campylobacter",
                          "value": 1
                        }
                      ]
                    },
                    {
                      "text": "2010",
                      "children": [{
                          "text": "Undeclared",
                          "value": 8
                        },
                        {
                          "text": "Salmonella",
                          "value": 2
                        },
                        {
                          "text": "E.coli",
                          "value": 1
                        }
                      ]
                    },
                    {
                      "text": "2011",
                      "children": [{
                          "text": "Campylobacter",
                          "value": 1
                        },
                        {
                          "text": "Clostridium",
                          "value": 1
                        }
                      ]
                    },
                    {
                      "text": "2012",
                      "children": [{
                          "text": "Norovirus",
                          "value": 1
                        },
                        {
                          "text": "Campylobacter",
                          "value": 4
                        }
                      ]
                    }
                  ]
                },
                {
                  "text": "Texas",
                  "children": [{
                      "text": "1998",
                      "children": [{
                          "text": "Hepatitis",
                          "value": 2
                        },
                        {
                          "text": "Vibrio",
                          "value": 2
                        },
                        {
                          "text": "Undeclared",
                          "value": 15
                        },
                        {
                          "text": "Staphylococcus",
                          "value": 3
                        },
                        {
                          "text": "E.coli",
                          "value": 1
                        },
                        {
                          "text": "Salmonella",
                          "value": 2
                        },
                        {
                          "text": "Clostridium",
                          "value": 1
                        },
                        {
                          "text": "Other",
                          "value": 2
                        },
                        {
                          "text": "Norovirus",
                          "value": 1
                        }
                      ]
                    },
                    {
                      "text": "1999",
                      "children": [{
                          "text": "Undeclared",
                          "value": 3
                        },
                        {
                          "text": "Hepatitis",
                          "value": 4
                        },
                        {
                          "text": "Shigella",
                          "value": 2
                        },
                        {
                          "text": "E.coli",
                          "value": 2
                        },
                        {
                          "text": "Clostridium",
                          "value": 1
                        },
                        {
                          "text": "Yersinia",
                          "value": 1
                        },
                        {
                          "text": "Salmonella",
                          "value": 1
                        },
                        {
                          "text": "Norovirus",
                          "value": 1
                        }
                      ]
                    },
                    {
                      "text": "2000",
                      "children": [{
                          "text": "Undeclared",
                          "value": 11
                        },
                        {
                          "text": "Norovirus",
                          "value": 3
                        },
                        {
                          "text": "Salmonella",
                          "value": 1
                        },
                        {
                          "text": "Shigella",
                          "value": 1
                        },
                        {
                          "text": "E.coli",
                          "value": 3
                        },
                        {
                          "text": "Campylobacter",
                          "value": 1
                        }
                      ]
                    },
                    {
                      "text": "2001",
                      "children": [{
                          "text": "Norovirus",
                          "value": 2
                        },
                        {
                          "text": "Undeclared",
                          "value": 14
                        },
                        {
                          "text": "Salmonella",
                          "value": 5
                        },
                        {
                          "text": "Bacillus",
                          "value": 2
                        },
                        {
                          "text": "Clostridium",
                          "value": 2
                        },
                        {
                          "text": "E.coli",
                          "value": 1
                        }
                      ]
                    },
                    {
                      "text": "2002",
                      "children": [{
                          "text": "Undeclared",
                          "value": 5
                        },
                        {
                          "text": "Shigella",
                          "value": 1
                        },
                        {
                          "text": "Salmonella",
                          "value": 4
                        },
                        {
                          "text": "Norovirus",
                          "value": 2
                        }
                      ]
                    },
                    {
                      "text": "2003",
                      "children": [{
                          "text": "Undeclared",
                          "value": 3
                        },
                        {
                          "text": "Norovirus",
                          "value": 5
                        },
                        {
                          "text": "Shigella",
                          "value": 8
                        },
                        {
                          "text": "Salmonella",
                          "value": 3
                        },
                        {
                          "text": "Listeria",
                          "value": 1
                        },
                        {
                          "text": "E.coli",
                          "value": 1
                        }
                      ]
                    },
                    {
                      "text": "2004",
                      "children": [{
                          "text": "Norovirus",
                          "value": 5
                        },
                        {
                          "text": "Undeclared",
                          "value": 14
                        },
                        {
                          "text": "Campylobacter",
                          "value": 1
                        }
                      ]
                    },
                    {
                      "text": "2005",
                      "children": [{
                          "text": "Listeria",
                          "value": 1
                        },
                        {
                          "text": "Undeclared",
                          "value": 2
                        },
                        {
                          "text": "Salmonella",
                          "value": 1
                        },
                        {
                          "text": "Brucella",
                          "value": 1
                        }
                      ]
                    },
                    {
                      "text": "2006",
                      "children": [{
                          "text": "Norovirus",
                          "value": 1
                        },
                        {
                          "text": "Undeclared",
                          "value": 12
                        },
                        {
                          "text": "E.coli",
                          "value": 2
                        },
                        {
                          "text": "Salmonella",
                          "value": 1
                        },
                        {
                          "text": "Hepatitis",
                          "value": 1
                        }
                      ]
                    },
                    {
                      "text": "2007",
                      "children": [{
                          "text": "Norovirus",
                          "value": 7
                        },
                        {
                          "text": "Shigella",
                          "value": 7
                        },
                        {
                          "text": "Salmonella",
                          "value": 1
                        },
                        {
                          "text": "Undeclared",
                          "value": 13
                        }
                      ]
                    },
                    {
                      "text": "2008",
                      "children": [{
                          "text": "Norovirus",
                          "value": 5
                        },
                        {
                          "text": "Undeclared",
                          "value": 8
                        },
                        {
                          "text": "Salmonella",
                          "value": 2
                        },
                        {
                          "text": "Heavy",
                          "value": 1
                        },
                        {
                          "text": "Shigella",
                          "value": 1
                        }
                      ]
                    },
                    {
                      "text": "2009",
                      "children": [{
                          "text": "Undeclared",
                          "value": 5
                        },
                        {
                          "text": "Norovirus",
                          "value": 1
                        },
                        {
                          "text": "E.coli",
                          "value": 1
                        }
                      ]
                    },
                    {
                      "text": "2010",
                      "children": [{
                          "text": "Norovirus",
                          "value": 4
                        },
                        {
                          "text": "Undeclared",
                          "value": 13
                        },
                        {
                          "text": "Listeria",
                          "value": 1
                        },
                        {
                          "text": "Salmonella",
                          "value": 1
                        },
                        {
                          "text": "Campylobacter",
                          "value": 1
                        }
                      ]
                    },
                    {
                      "text": "2011",
                      "children": [{
                          "text": "Undeclared",
                          "value": 34
                        },
                        {
                          "text": "Salmonella",
                          "value": 1
                        },
                        {
                          "text": "Staphylococcus",
                          "value": 1
                        }
                      ]
                    },
                    {
                      "text": "2012",
                      "children": [{
                          "text": "Undeclared",
                          "value": 16
                        },
                        {
                          "text": "E.coli",
                          "value": 1
                        },
                        {
                          "text": "Norovirus",
                          "value": 3
                        },
                        {
                          "text": "Salmonella",
                          "value": 1
                        },
                        {
                          "text": "Shigella",
                          "value": 1
                        }
                      ]
                    }
                  ]
                },
                {
                  "text": "Tennessee",
                  "children": [{
                      "text": "1998",
                      "children": [{
                          "text": "Salmonella",
                          "value": 1
                        },
                        {
                          "text": "Undeclared",
                          "value": 1
                        }
                      ]
                    },
                    {
                      "text": "1999",
                      "children": [{
                          "text": "Bacillus",
                          "value": 1
                        },
                        {
                          "text": "Norovirus",
                          "value": 2
                        },
                        {
                          "text": "E.coli",
                          "value": 1
                        },
                        {
                          "text": "Staphylococcus",
                          "value": 3
                        },
                        {
                          "text": "Undeclared",
                          "value": 2
                        },
                        {
                          "text": "Salmonella",
                          "value": 1
                        }
                      ]
                    },
                    {
                      "text": "2000",
                      "children": [{
                          "text": "Norovirus",
                          "value": 5
                        },
                        {
                          "text": "Staphylococcus",
                          "value": 7
                        },
                        {
                          "text": "Salmonella",
                          "value": 3
                        },
                        {
                          "text": "Bacillus",
                          "value": 2
                        },
                        {
                          "text": "Undeclared",
                          "value": 4
                        }
                      ]
                    },
                    {
                      "text": "2001",
                      "children": [{
                          "text": "Norovirus",
                          "value": 8
                        },
                        {
                          "text": "Bacillus",
                          "value": 2
                        },
                        {
                          "text": "Staphylococcus",
                          "value": 6
                        },
                        {
                          "text": "Clostridium",
                          "value": 1
                        },
                        {
                          "text": "Undeclared",
                          "value": 3
                        },
                        {
                          "text": "Yersinia",
                          "value": 1
                        }
                      ]
                    },
                    {
                      "text": "2002",
                      "children": [{
                          "text": "Norovirus",
                          "value": 10
                        },
                        {
                          "text": "Staphylococcus",
                          "value": 5
                        },
                        {
                          "text": "Undeclared",
                          "value": 9
                        },
                        {
                          "text": "Salmonella",
                          "value": 4
                        },
                        {
                          "text": "Clostridium",
                          "value": 2
                        },
                        {
                          "text": "E.coli",
                          "value": 1
                        },
                        {
                          "text": "Other",
                          "value": 1
                        }
                      ]
                    },
                    {
                      "text": "2003",
                      "children": [{
                          "text": "Salmonella",
                          "value": 2
                        },
                        {
                          "text": "Norovirus",
                          "value": 6
                        },
                        {
                          "text": "Staphylococcus",
                          "value": 5
                        },
                        {
                          "text": "Vibrio",
                          "value": 1
                        },
                        {
                          "text": "E.coli",
                          "value": 2
                        },
                        {
                          "text": "Trichinella",
                          "value": 1
                        }
                      ]
                    },
                    {
                      "text": "2004",
                      "children": [{
                          "text": "Norovirus",
                          "value": 7
                        },
                        {
                          "text": "Bacillus",
                          "value": 1
                        },
                        {
                          "text": "Cyclospora",
                          "value": 1
                        },
                        {
                          "text": "Salmonella",
                          "value": 1
                        },
                        {
                          "text": "Staphylococcus",
                          "value": 2
                        },
                        {
                          "text": "Undeclared",
                          "value": 2
                        },
                        {
                          "text": "Giardia",
                          "value": 1
                        },
                        {
                          "text": "Yersinia",
                          "value": 1
                        }
                      ]
                    },
                    {
                      "text": "2005",
                      "children": [{
                          "text": "Salmonella",
                          "value": 2
                        },
                        {
                          "text": "Norovirus",
                          "value": 5
                        },
                        {
                          "text": "Staphylococcus",
                          "value": 2
                        },
                        {
                          "text": "Undeclared",
                          "value": 3
                        },
                        {
                          "text": "Hepatitis",
                          "value": 2
                        }
                      ]
                    },
                    {
                      "text": "2006",
                      "children": [{
                          "text": "Salmonella",
                          "value": 4
                        },
                        {
                          "text": "Undeclared",
                          "value": 10
                        },
                        {
                          "text": "Norovirus",
                          "value": 12
                        },
                        {
                          "text": "E.coli",
                          "value": 1
                        },
                        {
                          "text": "Staphylococcus",
                          "value": 1
                        },
                        {
                          "text": "Bacillus",
                          "value": 1
                        },
                        {
                          "text": "Scombroid",
                          "value": 1
                        }
                      ]
                    },
                    {
                      "text": "2007",
                      "children": [{
                          "text": "Norovirus",
                          "value": 9
                        },
                        {
                          "text": "Salmonella",
                          "value": 3
                        },
                        {
                          "text": "Staphylococcus",
                          "value": 2
                        },
                        {
                          "text": "Bacillus",
                          "value": 2
                        },
                        {
                          "text": "Undeclared",
                          "value": 2
                        },
                        {
                          "text": "E.coli",
                          "value": 1
                        },
                        {
                          "text": "Campylobacter",
                          "value": 1
                        }
                      ]
                    },
                    {
                      "text": "2008",
                      "children": [{
                          "text": "Norovirus",
                          "value": 4
                        },
                        {
                          "text": "Undeclared",
                          "value": 8
                        },
                        {
                          "text": "Ciguatoxin",
                          "value": 1
                        },
                        {
                          "text": "Other",
                          "value": 1
                        },
                        {
                          "text": "Clostridium",
                          "value": 1
                        },
                        {
                          "text": "E.coli",
                          "value": 2
                        },
                        {
                          "text": "Campylobacter",
                          "value": 1
                        },
                        {
                          "text": "Cyclospora",
                          "value": 1
                        },
                        {
                          "text": "Salmonella",
                          "value": 2
                        },
                        {
                          "text": "Staphylococcus",
                          "value": 1
                        }
                      ]
                    },
                    {
                      "text": "2009",
                      "children": [{
                          "text": "Norovirus",
                          "value": 6
                        },
                        {
                          "text": "Undeclared",
                          "value": 1
                        },
                        {
                          "text": "Salmonella",
                          "value": 3
                        }
                      ]
                    },
                    {
                      "text": "2010",
                      "children": [{
                          "text": "Norovirus",
                          "value": 8
                        },
                        {
                          "text": "Undeclared",
                          "value": 5
                        },
                        {
                          "text": "E.coli",
                          "value": 1
                        },
                        {
                          "text": "Clostridium",
                          "value": 1
                        },
                        {
                          "text": "Bacillus",
                          "value": 2
                        },
                        {
                          "text": "Campylobacter",
                          "value": 1
                        },
                        {
                          "text": "Salmonella",
                          "value": 1
                        }
                      ]
                    },
                    {
                      "text": "2011",
                      "children": [{
                          "text": "Norovirus",
                          "value": 7
                        },
                        {
                          "text": "Hepatitis",
                          "value": 1
                        },
                        {
                          "text": "Staphylococcus",
                          "value": 1
                        },
                        {
                          "text": "Bacillus",
                          "value": 1
                        },
                        {
                          "text": "Salmonella",
                          "value": 1
                        },
                        {
                          "text": "Undeclared",
                          "value": 3
                        }
                      ]
                    },
                    {
                      "text": "2012",
                      "children": [{
                          "text": "Undeclared",
                          "value": 6
                        },
                        {
                          "text": "Bacillus",
                          "value": 1
                        },
                        {
                          "text": "Salmonella",
                          "value": 4
                        },
                        {
                          "text": "Campylobacter",
                          "value": 1
                        },
                        {
                          "text": "Clostridium",
                          "value": 1
                        },
                        {
                          "text": "Norovirus",
                          "value": 3
                        }
                      ]
                    }
                  ]
                },
                {
                  "text": "South Dakota",
                  "children": [{
                      "text": "1998",
                      "children": [{
                          "text": "Campylobacter",
                          "value": 1
                        },
                        {
                          "text": "Undeclared",
                          "value": 1
                        }
                      ]
                    },
                    {
                      "text": "1999",
                      "children": [{
                        "text": "Salmonella",
                        "value": 1
                      }]
                    },
                    {
                      "text": "2000",
                      "children": [{
                          "text": "Staphylococcus",
                          "value": 1
                        },
                        {
                          "text": "Norovirus",
                          "value": 1
                        }
                      ]
                    },
                    {
                      "text": "2001",
                      "children": [{
                        "text": "Salmonella",
                        "value": 1
                      }]
                    },
                    {
                      "text": "2002",
                      "children": [{
                          "text": "Undeclared",
                          "value": 1
                        },
                        {
                          "text": "Norovirus",
                          "value": 2
                        }
                      ]
                    },
                    {
                      "text": "2003",
                      "children": [{
                        "text": "Clostridium",
                        "value": 1
                      }]
                    },
                    {
                      "text": "2004",
                      "children": [{
                          "text": "Norovirus",
                          "value": 1
                        },
                        {
                          "text": "Undeclared",
                          "value": 1
                        },
                        {
                          "text": "Salmonella",
                          "value": 1
                        }
                      ]
                    },
                    {
                      "text": "2005",
                      "children": [{
                        "text": "Norovirus",
                        "value": 1
                      }]
                    },
                    {
                      "text": "2006",
                      "children": [{
                        "text": "Norovirus",
                        "value": 1
                      }]
                    },
                    {
                      "text": "2007",
                      "children": [{
                        "text": "Salmonella",
                        "value": 1
                      }]
                    },
                    {
                      "text": "2008",
                      "children": [{
                          "text": "Norovirus",
                          "value": 1
                        },
                        {
                          "text": "Salmonella",
                          "value": 1
                        }
                      ]
                    },
                    {
                      "text": "2009",
                      "children": [{
                          "text": "Campylobacter",
                          "value": 1
                        },
                        {
                          "text": "E.coli",
                          "value": 1
                        }
                      ]
                    },
                    {
                      "text": "2010",
                      "children": [{
                        "text": "Salmonella",
                        "value": 1
                      }]
                    },
                    {
                      "text": "2011",
                      "children": [{
                        "text": "Campylobacter",
                        "value": 1
                      }]
                    },
                    {
                      "text": "2012",
                      "children": [{
                        "text": "Clostridium",
                        "value": 2
                      }]
                    }
                  ]
                },
                {
                  "text": "South Carolina",
                  "children": [{
                      "text": "1998",
                      "children": [{
                        "text": "Staphylococcus",
                        "value": 2
                      }]
                    },
                    {
                      "text": "1999",
                      "children": [{
                          "text": "Undeclared",
                          "value": 2
                        },
                        {
                          "text": "Salmonella",
                          "value": 2
                        }
                      ]
                    },
                    {
                      "text": "2000",
                      "children": [{
                          "text": "Undeclared",
                          "value": 1
                        },
                        {
                          "text": "Staphylococcus",
                          "value": 1
                        },
                        {
                          "text": "Scombroid",
                          "value": 1
                        },
                        {
                          "text": "Ciguatoxin",
                          "value": 1
                        },
                        {
                          "text": "Salmonella",
                          "value": 2
                        },
                        {
                          "text": "Norovirus",
                          "value": 1
                        }
                      ]
                    },
                    {
                      "text": "2001",
                      "children": [{
                          "text": "Norovirus",
                          "value": 3
                        },
                        {
                          "text": "Salmonella",
                          "value": 1
                        }
                      ]
                    },
                    {
                      "text": "2002",
                      "children": [{
                          "text": "Norovirus",
                          "value": 3
                        },
                        {
                          "text": "Salmonella",
                          "value": 1
                        }
                      ]
                    },
                    {
                      "text": "2003",
                      "children": [{
                          "text": "Salmonella",
                          "value": 1
                        },
                        {
                          "text": "Undeclared",
                          "value": 1
                        },
                        {
                          "text": "Staphylococcus",
                          "value": 2
                        }
                      ]
                    },
                    {
                      "text": "2004",
                      "children": [{
                          "text": "Staphylococcus",
                          "value": 3
                        },
                        {
                          "text": "Norovirus",
                          "value": 3
                        },
                        {
                          "text": "Clostridium",
                          "value": 3
                        },
                        {
                          "text": "Heavy",
                          "value": 1
                        }
                      ]
                    },
                    {
                      "text": "2005",
                      "children": [{
                          "text": "Norovirus",
                          "value": 4
                        },
                        {
                          "text": "Salmonella",
                          "value": 4
                        },
                        {
                          "text": "Bacillus",
                          "value": 1
                        },
                        {
                          "text": "Clostridium",
                          "value": 1
                        },
                        {
                          "text": "Cyclospora",
                          "value": 1
                        },
                        {
                          "text": "Undeclared",
                          "value": 1
                        }
                      ]
                    },
                    {
                      "text": "2006",
                      "children": [{
                          "text": "Salmonella",
                          "value": 2
                        },
                        {
                          "text": "Norovirus",
                          "value": 4
                        }
                      ]
                    },
                    {
                      "text": "2007",
                      "children": [{
                          "text": "Clostridium",
                          "value": 3
                        },
                        {
                          "text": "Norovirus",
                          "value": 3
                        },
                        {
                          "text": "Salmonella",
                          "value": 2
                        },
                        {
                          "text": "Staphylococcus",
                          "value": 3
                        },
                        {
                          "text": "Campylobacter",
                          "value": 1
                        },
                        {
                          "text": "E.coli",
                          "value": 1
                        },
                        {
                          "text": "Bacillus",
                          "value": 2
                        },
                        {
                          "text": "Scombroid",
                          "value": 1
                        }
                      ]
                    },
                    {
                      "text": "2008",
                      "children": [{
                          "text": "Salmonella",
                          "value": 2
                        },
                        {
                          "text": "Norovirus",
                          "value": 2
                        },
                        {
                          "text": "Clostridium",
                          "value": 2
                        }
                      ]
                    },
                    {
                      "text": "2009",
                      "children": [{
                          "text": "Undeclared",
                          "value": 2
                        },
                        {
                          "text": "Norovirus",
                          "value": 5
                        },
                        {
                          "text": "Clostridium",
                          "value": 2
                        },
                        {
                          "text": "Staphylococcus",
                          "value": 1
                        }
                      ]
                    },
                    {
                      "text": "2010",
                      "children": [{
                          "text": "Clostridium",
                          "value": 2
                        },
                        {
                          "text": "Scombroid",
                          "value": 1
                        },
                        {
                          "text": "Undeclared",
                          "value": 1
                        },
                        {
                          "text": "Campylobacter",
                          "value": 1
                        },
                        {
                          "text": "Salmonella",
                          "value": 1
                        },
                        {
                          "text": "Staphylococcus",
                          "value": 1
                        }
                      ]
                    },
                    {
                      "text": "2011",
                      "children": [{
                          "text": "Undeclared",
                          "value": 2
                        },
                        {
                          "text": "Campylobacter",
                          "value": 2
                        },
                        {
                          "text": "Ciguatoxin",
                          "value": 1
                        },
                        {
                          "text": "Staphylococcus",
                          "value": 1
                        },
                        {
                          "text": "Vibrio",
                          "value": 1
                        }
                      ]
                    },
                    {
                      "text": "2012",
                      "children": [{
                          "text": "Clostridium",
                          "value": 2
                        },
                        {
                          "text": "Salmonella",
                          "value": 5
                        },
                        {
                          "text": "Norovirus",
                          "value": 2
                        },
                        {
                          "text": "E.coli",
                          "value": 1
                        },
                        {
                          "text": "Bacillus",
                          "value": 1
                        },
                        {
                          "text": "Staphylococcus",
                          "value": 1
                        },
                        {
                          "text": "Scombroid",
                          "value": 1
                        }
                      ]
                    }
                  ]
                },
                {
                  "text": "Rhode Island",
                  "children": [{
                      "text": "1998",
                      "children": [
    
                      ]
                    },
                    {
                      "text": "1999",
                      "children": [{
                        "text": "Undeclared",
                        "value": 2
                      }]
                    },
                    {
                      "text": "2000",
                      "children": [
    
                      ]
                    },
                    {
                      "text": "2001",
                      "children": [{
                          "text": "Ciguatoxin",
                          "value": 1
                        },
                        {
                          "text": "Norovirus",
                          "value": 1
                        }
                      ]
                    },
                    {
                      "text": "2002",
                      "children": [
    
                      ]
                    },
                    {
                      "text": "2003",
                      "children": [{
                        "text": "Clostridium",
                        "value": 1
                      }]
                    },
                    {
                      "text": "2004",
                      "children": [
    
                      ]
                    },
                    {
                      "text": "2005",
                      "children": [
    
                      ]
                    },
                    {
                      "text": "2006",
                      "children": [{
                          "text": "Norovirus",
                          "value": 2
                        },
                        {
                          "text": "Bacillus",
                          "value": 1
                        }
                      ]
                    },
                    {
                      "text": "2007",
                      "children": [{
                          "text": "Norovirus",
                          "value": 2
                        },
                        {
                          "text": "Scombroid",
                          "value": 1
                        },
                        {
                          "text": "Salmonella",
                          "value": 1
                        }
                      ]
                    },
                    {
                      "text": "2008",
                      "children": [{
                          "text": "Norovirus",
                          "value": 1
                        },
                        {
                          "text": "Scombroid",
                          "value": 1
                        },
                        {
                          "text": "Campylobacter",
                          "value": 1
                        }
                      ]
                    },
                    {
                      "text": "2009",
                      "children": [{
                          "text": "Norovirus",
                          "value": 2
                        },
                        {
                          "text": "Ciguatoxin",
                          "value": 1
                        }
                      ]
                    },
                    {
                      "text": "2010",
                      "children": [{
                          "text": "Norovirus",
                          "value": 2
                        },
                        {
                          "text": "Salmonella",
                          "value": 1
                        },
                        {
                          "text": "Undeclared",
                          "value": 2
                        }
                      ]
                    },
                    {
                      "text": "2011",
                      "children": [{
                          "text": "Norovirus",
                          "value": 4
                        },
                        {
                          "text": "Salmonella",
                          "value": 1
                        },
                        {
                          "text": "Undeclared",
                          "value": 3
                        }
                      ]
                    },
                    {
                      "text": "2012",
                      "children": [{
                          "text": "Norovirus",
                          "value": 2
                        },
                        {
                          "text": "Undeclared",
                          "value": 7
                        },
                        {
                          "text": "Scombroid",
                          "value": 1
                        }
                      ]
                    }
                  ]
                },
                {
                  "text": "Oklahoma",
                  "children": [{
                      "text": "1998",
                      "children": [{
                          "text": "Vibrio",
                          "value": 1
                        },
                        {
                          "text": "E.coli",
                          "value": 1
                        }
                      ]
                    },
                    {
                      "text": "1999",
                      "children": [{
                        "text": "E.coli",
                        "value": 1
                      }]
                    },
                    {
                      "text": "2000",
                      "children": [{
                          "text": "Salmonella",
                          "value": 1
                        },
                        {
                          "text": "Campylobacter",
                          "value": 2
                        }
                      ]
                    },
                    {
                      "text": "2001",
                      "children": [{
                          "text": "Clostridium",
                          "value": 2
                        },
                        {
                          "text": "Salmonella",
                          "value": 2
                        }
                      ]
                    },
                    {
                      "text": "2002",
                      "children": [{
                        "text": "Undeclared",
                        "value": 1
                      }]
                    },
                    {
                      "text": "2003",
                      "children": [{
                          "text": "Undeclared",
                          "value": 1
                        },
                        {
                          "text": "Campylobacter",
                          "value": 1
                        }
                      ]
                    },
                    {
                      "text": "2004",
                      "children": [{
                        "text": "Salmonella",
                        "value": 1
                      }]
                    },
                    {
                      "text": "2005",
                      "children": [{
                          "text": "Campylobacter",
                          "value": 3
                        },
                        {
                          "text": "Norovirus",
                          "value": 2
                        },
                        {
                          "text": "Undeclared",
                          "value": 3
                        }
                      ]
                    },
                    {
                      "text": "2006",
                      "children": [{
                          "text": "Staphylococcus",
                          "value": 1
                        },
                        {
                          "text": "Clostridium",
                          "value": 1
                        },
                        {
                          "text": "Norovirus",
                          "value": 3
                        }
                      ]
                    },
                    {
                      "text": "2007",
                      "children": [{
                        "text": "Undeclared",
                        "value": 1
                      }]
                    },
                    {
                      "text": "2008",
                      "children": [{
                          "text": "Norovirus",
                          "value": 3
                        },
                        {
                          "text": "E.coli",
                          "value": 1
                        }
                      ]
                    },
                    {
                      "text": "2009",
                      "children": [{
                          "text": "Salmonella",
                          "value": 1
                        },
                        {
                          "text": "Staphylococcus",
                          "value": 1
                        }
                      ]
                    },
                    {
                      "text": "2010",
                      "children": [{
                          "text": "Norovirus",
                          "value": 2
                        },
                        {
                          "text": "Salmonella",
                          "value": 1
                        },
                        {
                          "text": "Undeclared",
                          "value": 1
                        },
                        {
                          "text": "E.coli",
                          "value": 1
                        }
                      ]
                    },
                    {
                      "text": "2011",
                      "children": [{
                          "text": "Undeclared",
                          "value": 2
                        },
                        {
                          "text": "Norovirus",
                          "value": 2
                        }
                      ]
                    },
                    {
                      "text": "2012",
                      "children": [{
                          "text": "Undeclared",
                          "value": 3
                        },
                        {
                          "text": "Salmonella",
                          "value": 1
                        },
                        {
                          "text": "Norovirus",
                          "value": 1
                        },
                        {
                          "text": "Staphylococcus",
                          "value": 1
                        }
                      ]
                    }
                  ]
                },
                {
                  "text": "Ohio",
                  "children": [{
                      "text": "1998",
                      "children": [{
                          "text": "Norovirus",
                          "value": 8
                        },
                        {
                          "text": "Undeclared",
                          "value": 78
                        },
                        {
                          "text": "Clostridium",
                          "value": 2
                        },
                        {
                          "text": "Salmonella",
                          "value": 11
                        },
                        {
                          "text": "Staphylococcus",
                          "value": 1
                        },
                        {
                          "text": "Hepatitis",
                          "value": 2
                        },
                        {
                          "text": "Trichinella",
                          "value": 1
                        },
                        {
                          "text": "Bacillus",
                          "value": 1
                        }
                      ]
                    },
                    {
                      "text": "1999",
                      "children": [{
                          "text": "Norovirus",
                          "value": 33
                        },
                        {
                          "text": "Other",
                          "value": 2
                        },
                        {
                          "text": "Undeclared",
                          "value": 45
                        },
                        {
                          "text": "Staphylococcus",
                          "value": 5
                        },
                        {
                          "text": "Bacillus",
                          "value": 1
                        },
                        {
                          "text": "Clostridium",
                          "value": 2
                        },
                        {
                          "text": "E.coli",
                          "value": 3
                        },
                        {
                          "text": "Salmonella",
                          "value": 3
                        }
                      ]
                    },
                    {
                      "text": "2000",
                      "children": [{
                          "text": "Norovirus",
                          "value": 36
                        },
                        {
                          "text": "Clostridium",
                          "value": 5
                        },
                        {
                          "text": "Undeclared",
                          "value": 13
                        },
                        {
                          "text": "Pesticides",
                          "value": 1
                        },
                        {
                          "text": "Salmonella",
                          "value": 6
                        },
                        {
                          "text": "Other",
                          "value": 3
                        },
                        {
                          "text": "Campylobacter",
                          "value": 1
                        }
                      ]
                    },
                    {
                      "text": "2001",
                      "children": [{
                          "text": "Bacillus",
                          "value": 12
                        },
                        {
                          "text": "Norovirus",
                          "value": 24
                        },
                        {
                          "text": "Salmonella",
                          "value": 4
                        },
                        {
                          "text": "Histamine",
                          "value": 1
                        },
                        {
                          "text": "Clostridium",
                          "value": 3
                        },
                        {
                          "text": "Undeclared",
                          "value": 8
                        },
                        {
                          "text": "Staphylococcus",
                          "value": 2
                        },
                        {
                          "text": "Campylobacter",
                          "value": 1
                        }
                      ]
                    },
                    {
                      "text": "2002",
                      "children": [{
                          "text": "Norovirus",
                          "value": 19
                        },
                        {
                          "text": "Clostridium",
                          "value": 6
                        },
                        {
                          "text": "Bacillus",
                          "value": 8
                        },
                        {
                          "text": "Staphylococcus",
                          "value": 1
                        },
                        {
                          "text": "Undeclared",
                          "value": 8
                        },
                        {
                          "text": "Salmonella",
                          "value": 2
                        },
                        {
                          "text": "E.coli",
                          "value": 2
                        },
                        {
                          "text": "Mycotoxins",
                          "value": 1
                        }
                      ]
                    },
                    {
                      "text": "2003",
                      "children": [{
                          "text": "Salmonella",
                          "value": 3
                        },
                        {
                          "text": "Bacillus",
                          "value": 3
                        },
                        {
                          "text": "Campylobacter",
                          "value": 1
                        },
                        {
                          "text": "Undeclared",
                          "value": 18
                        },
                        {
                          "text": "Clostridium",
                          "value": 4
                        },
                        {
                          "text": "Norovirus",
                          "value": 7
                        },
                        {
                          "text": "E.coli",
                          "value": 1
                        },
                        {
                          "text": "Cryptosporidium",
                          "value": 1
                        },
                        {
                          "text": "Other",
                          "value": 1
                        }
                      ]
                    },
                    {
                      "text": "2004",
                      "children": [{
                          "text": "Salmonella",
                          "value": 9
                        },
                        {
                          "text": "Undeclared",
                          "value": 43
                        },
                        {
                          "text": "Norovirus",
                          "value": 26
                        },
                        {
                          "text": "Clostridium",
                          "value": 6
                        },
                        {
                          "text": "Campylobacter",
                          "value": 2
                        },
                        {
                          "text": "Other",
                          "value": 1
                        },
                        {
                          "text": "Staphylococcus",
                          "value": 1
                        },
                        {
                          "text": "E.coli",
                          "value": 1
                        }
                      ]
                    },
                    {
                      "text": "2005",
                      "children": [{
                          "text": "Norovirus",
                          "value": 27
                        },
                        {
                          "text": "Undeclared",
                          "value": 39
                        },
                        {
                          "text": "Other",
                          "value": 2
                        },
                        {
                          "text": "Salmonella",
                          "value": 4
                        },
                        {
                          "text": "Bacillus",
                          "value": 1
                        },
                        {
                          "text": "Clostridium",
                          "value": 3
                        },
                        {
                          "text": "E.coli",
                          "value": 1
                        }
                      ]
                    },
                    {
                      "text": "2006",
                      "children": [{
                          "text": "Undeclared",
                          "value": 47
                        },
                        {
                          "text": "Campylobacter",
                          "value": 2
                        },
                        {
                          "text": "Scombroid",
                          "value": 2
                        },
                        {
                          "text": "Salmonella",
                          "value": 4
                        },
                        {
                          "text": "Norovirus",
                          "value": 50
                        },
                        {
                          "text": "Other",
                          "value": 3
                        },
                        {
                          "text": "E.coli",
                          "value": 2
                        },
                        {
                          "text": "Bacillus",
                          "value": 1
                        },
                        {
                          "text": "Clostridium",
                          "value": 1
                        },
                        {
                          "text": "Cleaning",
                          "value": 1
                        },
                        {
                          "text": "Listeria",
                          "value": 1
                        }
                      ]
                    },
                    {
                      "text": "2007",
                      "children": [{
                          "text": "Undeclared",
                          "value": 53
                        },
                        {
                          "text": "Norovirus",
                          "value": 19
                        },
                        {
                          "text": "Salmonella",
                          "value": 7
                        },
                        {
                          "text": "Clostridium",
                          "value": 2
                        },
                        {
                          "text": "Other",
                          "value": 1
                        }
                      ]
                    },
                    {
                      "text": "2008",
                      "children": [{
                          "text": "Norovirus",
                          "value": 28
                        },
                        {
                          "text": "Bacillus",
                          "value": 1
                        },
                        {
                          "text": "Other",
                          "value": 1
                        },
                        {
                          "text": "Undeclared",
                          "value": 41
                        },
                        {
                          "text": "Cleaning",
                          "value": 1
                        },
                        {
                          "text": "Campylobacter",
                          "value": 1
                        },
                        {
                          "text": "Salmonella",
                          "value": 7
                        },
                        {
                          "text": "Clostridium",
                          "value": 3
                        },
                        {
                          "text": "Shigella",
                          "value": 2
                        }
                      ]
                    },
                    {
                      "text": "2009",
                      "children": [{
                          "text": "Undeclared",
                          "value": 26
                        },
                        {
                          "text": "Norovirus",
                          "value": 15
                        },
                        {
                          "text": "Clostridium",
                          "value": 3
                        },
                        {
                          "text": "E.coli",
                          "value": 3
                        },
                        {
                          "text": "Mycotoxins",
                          "value": 1
                        },
                        {
                          "text": "Campylobacter",
                          "value": 1
                        },
                        {
                          "text": "Salmonella",
                          "value": 5
                        }
                      ]
                    },
                    {
                      "text": "2010",
                      "children": [{
                          "text": "Undeclared",
                          "value": 26
                        },
                        {
                          "text": "Norovirus",
                          "value": 18
                        },
                        {
                          "text": "Salmonella",
                          "value": 6
                        },
                        {
                          "text": "Hepatitis",
                          "value": 1
                        },
                        {
                          "text": "E.coli",
                          "value": 1
                        }
                      ]
                    },
                    {
                      "text": "2011",
                      "children": [{
                          "text": "Undeclared",
                          "value": 30
                        },
                        {
                          "text": "Norovirus",
                          "value": 4
                        },
                        {
                          "text": "Salmonella",
                          "value": 6
                        },
                        {
                          "text": "Campylobacter",
                          "value": 7
                        },
                        {
                          "text": "Other",
                          "value": 1
                        },
                        {
                          "text": "E.coli",
                          "value": 1
                        },
                        {
                          "text": "Cryptosporidium",
                          "value": 2
                        },
                        {
                          "text": "Histamine",
                          "value": 1
                        },
                        {
                          "text": "Clostridium",
                          "value": 2
                        }
                      ]
                    },
                    {
                      "text": "2012",
                      "children": [{
                          "text": "Undeclared",
                          "value": 19
                        },
                        {
                          "text": "Campylobacter",
                          "value": 8
                        },
                        {
                          "text": "Norovirus",
                          "value": 36
                        },
                        {
                          "text": "Clostridium",
                          "value": 3
                        },
                        {
                          "text": "Salmonella",
                          "value": 2
                        },
                        {
                          "text": "E.coli",
                          "value": 2
                        },
                        {
                          "text": "Yersinia",
                          "value": 1
                        },
                        {
                          "text": "Histamine",
                          "value": 1
                        },
                        {
                          "text": "Astrovirus",
                          "value": 1
                        },
                        {
                          "text": "Mycotoxins",
                          "value": 1
                        }
                      ]
                    }
                  ]
                },
                {
                  "text": "New Mexico",
                  "children": [{
                      "text": "1998",
                      "children": [{
                          "text": "Clostridium",
                          "value": 1
                        },
                        {
                          "text": "Staphylococcus",
                          "value": 1
                        }
                      ]
                    },
                    {
                      "text": "1999",
                      "children": [{
                          "text": "Salmonella",
                          "value": 2
                        },
                        {
                          "text": "Staphylococcus",
                          "value": 1
                        }
                      ]
                    },
                    {
                      "text": "2000",
                      "children": [{
                          "text": "Salmonella",
                          "value": 1
                        },
                        {
                          "text": "Clostridium",
                          "value": 1
                        }
                      ]
                    },
                    {
                      "text": "2001",
                      "children": [
    
                      ]
                    },
                    {
                      "text": "2002",
                      "children": [{
                        "text": "Yersinia",
                        "value": 1
                      }]
                    },
                    {
                      "text": "2003",
                      "children": [{
                          "text": "Norovirus",
                          "value": 1
                        },
                        {
                          "text": "Clostridium",
                          "value": 1
                        },
                        {
                          "text": "Salmonella",
                          "value": 3
                        }
                      ]
                    },
                    {
                      "text": "2004",
                      "children": [{
                          "text": "Staphylococcus",
                          "value": 1
                        },
                        {
                          "text": "Bacillus",
                          "value": 1
                        },
                        {
                          "text": "Undeclared",
                          "value": 1
                        },
                        {
                          "text": "Shigella",
                          "value": 1
                        },
                        {
                          "text": "Norovirus",
                          "value": 1
                        }
                      ]
                    },
                    {
                      "text": "2005",
                      "children": [{
                        "text": "Norovirus",
                        "value": 1
                      }]
                    },
                    {
                      "text": "2006",
                      "children": [{
                        "text": "Norovirus",
                        "value": 1
                      }]
                    },
                    {
                      "text": "2007",
                      "children": [{
                        "text": "Campylobacter",
                        "value": 1
                      }]
                    },
                    {
                      "text": "2008",
                      "children": [{
                          "text": "Salmonella",
                          "value": 4
                        },
                        {
                          "text": "Staphylococcus",
                          "value": 1
                        }
                      ]
                    },
                    {
                      "text": "2009",
                      "children": [{
                          "text": "Salmonella",
                          "value": 2
                        },
                        {
                          "text": "Undeclared",
                          "value": 3
                        },
                        {
                          "text": "Norovirus",
                          "value": 1
                        }
                      ]
                    },
                    {
                      "text": "2010",
                      "children": [{
                          "text": "Undeclared",
                          "value": 1
                        },
                        {
                          "text": "Salmonella",
                          "value": 3
                        },
                        {
                          "text": "Norovirus",
                          "value": 2
                        }
                      ]
                    },
                    {
                      "text": "2011",
                      "children": [{
                          "text": "Campylobacter",
                          "value": 1
                        },
                        {
                          "text": "Undeclared",
                          "value": 2
                        },
                        {
                          "text": "Salmonella",
                          "value": 1
                        },
                        {
                          "text": "Norovirus",
                          "value": 1
                        }
                      ]
                    },
                    {
                      "text": "2012",
                      "children": [{
                          "text": "Norovirus",
                          "value": 1
                        },
                        {
                          "text": "Salmonella",
                          "value": 1
                        }
                      ]
                    }
                  ]
                },
                {
                  "text": "New Jersey",
                  "children": [{
                      "text": "1998",
                      "children": [{
                          "text": "Salmonella",
                          "value": 3
                        },
                        {
                          "text": "Undeclared",
                          "value": 6
                        },
                        {
                          "text": "Clostridium",
                          "value": 1
                        },
                        {
                          "text": "Hepatitis",
                          "value": 1
                        },
                        {
                          "text": "Staphylococcus",
                          "value": 1
                        },
                        {
                          "text": "Shigella",
                          "value": 1
                        }
                      ]
                    },
                    {
                      "text": "1999",
                      "children": [{
                          "text": "Undeclared",
                          "value": 5
                        },
                        {
                          "text": "Norovirus",
                          "value": 3
                        },
                        {
                          "text": "Mycotoxins",
                          "value": 1
                        },
                        {
                          "text": "Salmonella",
                          "value": 6
                        },
                        {
                          "text": "Clostridium",
                          "value": 1
                        }
                      ]
                    },
                    {
                      "text": "2000",
                      "children": [{
                          "text": "Salmonella",
                          "value": 2
                        },
                        {
                          "text": "Clostridium",
                          "value": 1
                        }
                      ]
                    },
                    {
                      "text": "2001",
                      "children": [{
                          "text": "Norovirus",
                          "value": 7
                        },
                        {
                          "text": "Undeclared",
                          "value": 4
                        },
                        {
                          "text": "Histamine",
                          "value": 1
                        },
                        {
                          "text": "Staphylococcus",
                          "value": 1
                        }
                      ]
                    },
                    {
                      "text": "2002",
                      "children": [{
                          "text": "Undeclared",
                          "value": 5
                        },
                        {
                          "text": "Clostridium",
                          "value": 2
                        },
                        {
                          "text": "Norovirus",
                          "value": 2
                        },
                        {
                          "text": "Staphylococcus",
                          "value": 1
                        }
                      ]
                    },
                    {
                      "text": "2003",
                      "children": [{
                          "text": "Undeclared",
                          "value": 3
                        },
                        {
                          "text": "Clostridium",
                          "value": 1
                        },
                        {
                          "text": "Norovirus",
                          "value": 4
                        },
                        {
                          "text": "Staphylococcus",
                          "value": 1
                        },
                        {
                          "text": "Salmonella",
                          "value": 1
                        }
                      ]
                    },
                    {
                      "text": "2004",
                      "children": [{
                          "text": "Norovirus",
                          "value": 7
                        },
                        {
                          "text": "Undeclared",
                          "value": 5
                        },
                        {
                          "text": "Bacillus",
                          "value": 1
                        },
                        {
                          "text": "Clostridium",
                          "value": 1
                        },
                        {
                          "text": "E.coli",
                          "value": 2
                        },
                        {
                          "text": "Shigella",
                          "value": 1
                        }
                      ]
                    },
                    {
                      "text": "2005",
                      "children": [{
                          "text": "Norovirus",
                          "value": 4
                        },
                        {
                          "text": "Undeclared",
                          "value": 1
                        },
                        {
                          "text": "Salmonella",
                          "value": 1
                        },
                        {
                          "text": "Clostridium",
                          "value": 1
                        }
                      ]
                    },
                    {
                      "text": "2006",
                      "children": [{
                          "text": "Norovirus",
                          "value": 5
                        },
                        {
                          "text": "Salmonella",
                          "value": 2
                        },
                        {
                          "text": "Undeclared",
                          "value": 3
                        }
                      ]
                    },
                    {
                      "text": "2007",
                      "children": [{
                          "text": "Norovirus",
                          "value": 6
                        },
                        {
                          "text": "Salmonella",
                          "value": 5
                        },
                        {
                          "text": "Undeclared",
                          "value": 1
                        },
                        {
                          "text": "Clostridium",
                          "value": 1
                        },
                        {
                          "text": "Mycotoxins",
                          "value": 1
                        }
                      ]
                    },
                    {
                      "text": "2008",
                      "children": [{
                          "text": "Mycotoxins",
                          "value": 1
                        },
                        {
                          "text": "Salmonella",
                          "value": 2
                        },
                        {
                          "text": "Undeclared",
                          "value": 2
                        },
                        {
                          "text": "Norovirus",
                          "value": 1
                        }
                      ]
                    },
                    {
                      "text": "2009",
                      "children": [{
                          "text": "Norovirus",
                          "value": 3
                        },
                        {
                          "text": "Undeclared",
                          "value": 5
                        },
                        {
                          "text": "Salmonella",
                          "value": 2
                        }
                      ]
                    },
                    {
                      "text": "2010",
                      "children": [{
                          "text": "Norovirus",
                          "value": 3
                        },
                        {
                          "text": "Undeclared",
                          "value": 5
                        },
                        {
                          "text": "Scombroid",
                          "value": 1
                        },
                        {
                          "text": "Salmonella",
                          "value": 1
                        }
                      ]
                    },
                    {
                      "text": "2011",
                      "children": [{
                          "text": "Scombroid",
                          "value": 1
                        },
                        {
                          "text": "Norovirus",
                          "value": 4
                        },
                        {
                          "text": "Undeclared",
                          "value": 2
                        },
                        {
                          "text": "Mycotoxins",
                          "value": 2
                        },
                        {
                          "text": "Salmonella",
                          "value": 1
                        },
                        {
                          "text": "Listeria",
                          "value": 1
                        }
                      ]
                    },
                    {
                      "text": "2012",
                      "children": [{
                          "text": "Norovirus",
                          "value": 8
                        },
                        {
                          "text": "Mycotoxins",
                          "value": 4
                        },
                        {
                          "text": "Scombroid",
                          "value": 1
                        },
                        {
                          "text": "Undeclared",
                          "value": 2
                        },
                        {
                          "text": "Salmonella",
                          "value": 1
                        }
                      ]
                    }
                  ]
                },
                {
                  "text": "New Hampshire",
                  "children": [{
                      "text": "1998",
                      "children": [{
                          "text": "Norovirus",
                          "value": 1
                        },
                        {
                          "text": "Hepatitis",
                          "value": 1
                        },
                        {
                          "text": "Undeclared",
                          "value": 4
                        }
                      ]
                    },
                    {
                      "text": "1999",
                      "children": [{
                          "text": "Norovirus",
                          "value": 3
                        },
                        {
                          "text": "Undeclared",
                          "value": 2
                        }
                      ]
                    },
                    {
                      "text": "2000",
                      "children": [{
                          "text": "Undeclared",
                          "value": 1
                        },
                        {
                          "text": "Salmonella",
                          "value": 2
                        }
                      ]
                    },
                    {
                      "text": "2001",
                      "children": [{
                        "text": "Undeclared",
                        "value": 1
                      }]
                    },
                    {
                      "text": "2002",
                      "children": [{
                          "text": "Norovirus",
                          "value": 1
                        },
                        {
                          "text": "Clostridium",
                          "value": 1
                        }
                      ]
                    },
                    {
                      "text": "2003",
                      "children": [{
                        "text": "Clostridium",
                        "value": 1
                      }]
                    },
                    {
                      "text": "2004",
                      "children": [{
                          "text": "Norovirus",
                          "value": 4
                        },
                        {
                          "text": "Salmonella",
                          "value": 4
                        }
                      ]
                    },
                    {
                      "text": "2005",
                      "children": [{
                          "text": "Clostridium",
                          "value": 2
                        },
                        {
                          "text": "Norovirus",
                          "value": 3
                        },
                        {
                          "text": "Salmonella",
                          "value": 1
                        },
                        {
                          "text": "Staphylococcus",
                          "value": 1
                        }
                      ]
                    },
                    {
                      "text": "2006",
                      "children": [{
                          "text": "Norovirus",
                          "value": 3
                        },
                        {
                          "text": "Salmonella",
                          "value": 1
                        },
                        {
                          "text": "Undeclared",
                          "value": 1
                        },
                        {
                          "text": "Clostridium",
                          "value": 2
                        }
                      ]
                    },
                    {
                      "text": "2007",
                      "children": [{
                          "text": "Undeclared",
                          "value": 2
                        },
                        {
                          "text": "Salmonella",
                          "value": 1
                        },
                        {
                          "text": "Campylobacter",
                          "value": 1
                        },
                        {
                          "text": "Norovirus",
                          "value": 1
                        }
                      ]
                    },
                    {
                      "text": "2008",
                      "children": [{
                        "text": "Norovirus",
                        "value": 2
                      }]
                    },
                    {
                      "text": "2009",
                      "children": [{
                          "text": "Norovirus",
                          "value": 2
                        },
                        {
                          "text": "Salmonella",
                          "value": 2
                        }
                      ]
                    },
                    {
                      "text": "2010",
                      "children": [{
                          "text": "Undeclared",
                          "value": 1
                        },
                        {
                          "text": "Salmonella",
                          "value": 2
                        }
                      ]
                    },
                    {
                      "text": "2011",
                      "children": [{
                          "text": "Norovirus",
                          "value": 4
                        },
                        {
                          "text": "Undeclared",
                          "value": 1
                        }
                      ]
                    },
                    {
                      "text": "2012",
                      "children": [{
                          "text": "Norovirus",
                          "value": 1
                        },
                        {
                          "text": "Undeclared",
                          "value": 3
                        }
                      ]
                    }
                  ]
                },
                {
                  "text": "Nebraska",
                  "children": [{
                      "text": "1998",
                      "children": [{
                          "text": "Undeclared",
                          "value": 1
                        },
                        {
                          "text": "Clostridium",
                          "value": 1
                        }
                      ]
                    },
                    {
                      "text": "1999",
                      "children": [{
                          "text": "Norovirus",
                          "value": 2
                        },
                        {
                          "text": "Bacillus",
                          "value": 1
                        },
                        {
                          "text": "E.coli",
                          "value": 1
                        }
                      ]
                    },
                    {
                      "text": "2000",
                      "children": [{
                          "text": "Undeclared",
                          "value": 1
                        },
                        {
                          "text": "Clostridium",
                          "value": 1
                        }
                      ]
                    },
                    {
                      "text": "2001",
                      "children": [{
                          "text": "Undeclared",
                          "value": 1
                        },
                        {
                          "text": "Campylobacter",
                          "value": 1
                        }
                      ]
                    },
                    {
                      "text": "2002",
                      "children": [{
                        "text": "Salmonella",
                        "value": 1
                      }]
                    },
                    {
                      "text": "2003",
                      "children": [{
                        "text": "E.coli",
                        "value": 1
                      }]
                    },
                    {
                      "text": "2004",
                      "children": [
    
                      ]
                    },
                    {
                      "text": "2005",
                      "children": [{
                        "text": "Salmonella",
                        "value": 1
                      }]
                    },
                    {
                      "text": "2006",
                      "children": [
    
                      ]
                    },
                    {
                      "text": "2007",
                      "children": [{
                        "text": "Histamine",
                        "value": 1
                      }]
                    },
                    {
                      "text": "2008",
                      "children": [{
                        "text": "E.coli",
                        "value": 1
                      }]
                    },
                    {
                      "text": "2009",
                      "children": [{
                        "text": "Undeclared",
                        "value": 1
                      }]
                    },
                    {
                      "text": "2010",
                      "children": [{
                        "text": "Undeclared",
                        "value": 3
                      }]
                    },
                    {
                      "text": "2011",
                      "children": [{
                        "text": "Undeclared",
                        "value": 2
                      }]
                    },
                    {
                      "text": "2012",
                      "children": [{
                        "text": "Undeclared",
                        "value": 2
                      }]
                    }
                  ]
                },
                {
                  "text": "North Dakota",
                  "children": [{
                      "text": "1998",
                      "children": [{
                          "text": "Clostridium",
                          "value": 1
                        },
                        {
                          "text": "Undeclared",
                          "value": 1
                        }
                      ]
                    },
                    {
                      "text": "1999",
                      "children": [{
                        "text": "Norovirus",
                        "value": 1
                      }]
                    },
                    {
                      "text": "2000",
                      "children": [
    
                      ]
                    },
                    {
                      "text": "2001",
                      "children": [
    
                      ]
                    },
                    {
                      "text": "2002",
                      "children": [{
                          "text": "Clostridium",
                          "value": 2
                        },
                        {
                          "text": "Norovirus",
                          "value": 4
                        }
                      ]
                    },
                    {
                      "text": "2003",
                      "children": [{
                          "text": "Norovirus",
                          "value": 2
                        },
                        {
                          "text": "Undeclared",
                          "value": 1
                        },
                        {
                          "text": "E.coli",
                          "value": 2
                        }
                      ]
                    },
                    {
                      "text": "2004",
                      "children": [{
                          "text": "Undeclared",
                          "value": 2
                        },
                        {
                          "text": "Salmonella",
                          "value": 1
                        }
                      ]
                    },
                    {
                      "text": "2005",
                      "children": [{
                          "text": "Undeclared",
                          "value": 2
                        },
                        {
                          "text": "Norovirus",
                          "value": 1
                        }
                      ]
                    },
                    {
                      "text": "2006",
                      "children": [{
                          "text": "Norovirus",
                          "value": 7
                        },
                        {
                          "text": "Undeclared",
                          "value": 1
                        }
                      ]
                    },
                    {
                      "text": "2007",
                      "children": [{
                          "text": "Norovirus",
                          "value": 2
                        },
                        {
                          "text": "E.coli",
                          "value": 1
                        },
                        {
                          "text": "Salmonella",
                          "value": 1
                        },
                        {
                          "text": "Undeclared",
                          "value": 1
                        }
                      ]
                    },
                    {
                      "text": "2008",
                      "children": [{
                          "text": "Norovirus",
                          "value": 1
                        },
                        {
                          "text": "Campylobacter",
                          "value": 2
                        },
                        {
                          "text": "Undeclared",
                          "value": 1
                        }
                      ]
                    },
                    {
                      "text": "2009",
                      "children": [{
                          "text": "Salmonella",
                          "value": 3
                        },
                        {
                          "text": "Clostridium",
                          "value": 1
                        },
                        {
                          "text": "Norovirus",
                          "value": 3
                        },
                        {
                          "text": "Undeclared",
                          "value": 1
                        }
                      ]
                    },
                    {
                      "text": "2010",
                      "children": [{
                          "text": "Norovirus",
                          "value": 5
                        },
                        {
                          "text": "Campylobacter",
                          "value": 1
                        }
                      ]
                    },
                    {
                      "text": "2011",
                      "children": [{
                          "text": "Norovirus",
                          "value": 2
                        },
                        {
                          "text": "Clostridium",
                          "value": 2
                        }
                      ]
                    },
                    {
                      "text": "2012",
                      "children": [{
                          "text": "Norovirus",
                          "value": 1
                        },
                        {
                          "text": "Undeclared",
                          "value": 4
                        }
                      ]
                    }
                  ]
                },
                {
                  "text": "Montana",
                  "children": [{
                      "text": "1998",
                      "children": [{
                          "text": "E.coli",
                          "value": 1
                        },
                        {
                          "text": "Undeclared",
                          "value": 5
                        }
                      ]
                    },
                    {
                      "text": "1999",
                      "children": [{
                          "text": "Other",
                          "value": 4
                        },
                        {
                          "text": "Salmonella",
                          "value": 1
                        }
                      ]
                    },
                    {
                      "text": "2000",
                      "children": [{
                        "text": "Undeclared",
                        "value": 6
                      }]
                    },
                    {
                      "text": "2001",
                      "children": [
    
                      ]
                    },
                    {
                      "text": "2002",
                      "children": [
    
                      ]
                    },
                    {
                      "text": "2003",
                      "children": [
    
                      ]
                    },
                    {
                      "text": "2004",
                      "children": [{
                        "text": "Salmonella",
                        "value": 1
                      }]
                    },
                    {
                      "text": "2005",
                      "children": [{
                          "text": "Norovirus",
                          "value": 1
                        },
                        {
                          "text": "Undeclared",
                          "value": 1
                        },
                        {
                          "text": "Salmonella",
                          "value": 1
                        }
                      ]
                    },
                    {
                      "text": "2006",
                      "children": [{
                          "text": "Undeclared",
                          "value": 4
                        },
                        {
                          "text": "Norovirus",
                          "value": 1
                        }
                      ]
                    },
                    {
                      "text": "2007",
                      "children": [
    
                      ]
                    },
                    {
                      "text": "2008",
                      "children": [
    
                      ]
                    },
                    {
                      "text": "2009",
                      "children": [
    
                      ]
                    },
                    {
                      "text": "2010",
                      "children": [
    
                      ]
                    },
                    {
                      "text": "2011",
                      "children": [{
                        "text": "Salmonella",
                        "value": 1
                      }]
                    },
                    {
                      "text": "2012",
                      "children": [{
                        "text": "Undeclared",
                        "value": 2
                      }]
                    }
                  ]
                },
                {
                  "text": "Mississippi",
                  "children": [{
                      "text": "1998",
                      "children": [{
                          "text": "Undeclared",
                          "value": 3
                        },
                        {
                          "text": "Bacillus",
                          "value": 1
                        },
                        {
                          "text": "Salmonella",
                          "value": 1
                        }
                      ]
                    },
                    {
                      "text": "1999",
                      "children": [{
                        "text": "Clostridium",
                        "value": 1
                      }]
                    },
                    {
                      "text": "2000",
                      "children": [{
                          "text": "Clostridium",
                          "value": 2
                        },
                        {
                          "text": "Salmonella",
                          "value": 2
                        },
                        {
                          "text": "Undeclared",
                          "value": 2
                        },
                        {
                          "text": "Bacillus",
                          "value": 1
                        }
                      ]
                    },
                    {
                      "text": "2001",
                      "children": [{
                        "text": "Undeclared",
                        "value": 3
                      }]
                    },
                    {
                      "text": "2002",
                      "children": [{
                          "text": "Staphylococcus",
                          "value": 1
                        },
                        {
                          "text": "Undeclared",
                          "value": 1
                        },
                        {
                          "text": "Salmonella",
                          "value": 1
                        }
                      ]
                    },
                    {
                      "text": "2003",
                      "children": [{
                          "text": "Undeclared",
                          "value": 3
                        },
                        {
                          "text": "Bacillus",
                          "value": 1
                        }
                      ]
                    },
                    {
                      "text": "2004",
                      "children": [{
                          "text": "Undeclared",
                          "value": 3
                        },
                        {
                          "text": "Salmonella",
                          "value": 1
                        }
                      ]
                    },
                    {
                      "text": "2005",
                      "children": [{
                        "text": "Undeclared",
                        "value": 1
                      }]
                    },
                    {
                      "text": "2006",
                      "children": [{
                          "text": "Salmonella",
                          "value": 1
                        },
                        {
                          "text": "Norovirus",
                          "value": 2
                        },
                        {
                          "text": "Undeclared",
                          "value": 1
                        }
                      ]
                    },
                    {
                      "text": "2007",
                      "children": [{
                        "text": "Norovirus",
                        "value": 2
                      }]
                    },
                    {
                      "text": "2008",
                      "children": [
    
                      ]
                    },
                    {
                      "text": "2009",
                      "children": [{
                          "text": "Norovirus",
                          "value": 1
                        },
                        {
                          "text": "Salmonella",
                          "value": 1
                        }
                      ]
                    },
                    {
                      "text": "2010",
                      "children": [{
                          "text": "Norovirus",
                          "value": 1
                        },
                        {
                          "text": "Salmonella",
                          "value": 1
                        }
                      ]
                    },
                    {
                      "text": "2011",
                      "children": [{
                          "text": "Norovirus",
                          "value": 1
                        },
                        {
                          "text": "Salmonella",
                          "value": 1
                        }
                      ]
                    },
                    {
                      "text": "2012",
                      "children": [
    
                      ]
                    }
                  ]
                },
                {
                  "text": "Maine",
                  "children": [{
                      "text": "1998",
                      "children": [{
                          "text": "Salmonella",
                          "value": 1
                        },
                        {
                          "text": "Undeclared",
                          "value": 5
                        },
                        {
                          "text": "E.coli",
                          "value": 2
                        }
                      ]
                    },
                    {
                      "text": "1999",
                      "children": [{
                          "text": "Undeclared",
                          "value": 11
                        },
                        {
                          "text": "Other",
                          "value": 1
                        }
                      ]
                    },
                    {
                      "text": "2000",
                      "children": [{
                          "text": "Norovirus",
                          "value": 1
                        },
                        {
                          "text": "Undeclared",
                          "value": 4
                        },
                        {
                          "text": "E.coli",
                          "value": 1
                        },
                        {
                          "text": "Salmonella",
                          "value": 2
                        }
                      ]
                    },
                    {
                      "text": "2001",
                      "children": [{
                          "text": "Undeclared",
                          "value": 5
                        },
                        {
                          "text": "Salmonella",
                          "value": 3
                        },
                        {
                          "text": "Norovirus",
                          "value": 1
                        }
                      ]
                    },
                    {
                      "text": "2002",
                      "children": [{
                          "text": "Undeclared",
                          "value": 2
                        },
                        {
                          "text": "Staphylococcus",
                          "value": 1
                        },
                        {
                          "text": "Other",
                          "value": 1
                        },
                        {
                          "text": "Salmonella",
                          "value": 2
                        },
                        {
                          "text": "Clostridium",
                          "value": 1
                        }
                      ]
                    },
                    {
                      "text": "2003",
                      "children": [{
                          "text": "Other",
                          "value": 1
                        },
                        {
                          "text": "Undeclared",
                          "value": 1
                        },
                        {
                          "text": "Clostridium",
                          "value": 1
                        }
                      ]
                    },
                    {
                      "text": "2004",
                      "children": [{
                          "text": "Undeclared",
                          "value": 3
                        },
                        {
                          "text": "Salmonella",
                          "value": 2
                        }
                      ]
                    },
                    {
                      "text": "2005",
                      "children": [{
                          "text": "Shigella",
                          "value": 1
                        },
                        {
                          "text": "Undeclared",
                          "value": 10
                        },
                        {
                          "text": "Norovirus",
                          "value": 1
                        }
                      ]
                    },
                    {
                      "text": "2006",
                      "children": [{
                          "text": "E.coli",
                          "value": 1
                        },
                        {
                          "text": "Norovirus",
                          "value": 5
                        },
                        {
                          "text": "Salmonella",
                          "value": 2
                        },
                        {
                          "text": "Undeclared",
                          "value": 8
                        },
                        {
                          "text": "Cryptosporidium",
                          "value": 2
                        }
                      ]
                    },
                    {
                      "text": "2007",
                      "children": [{
                          "text": "Norovirus",
                          "value": 16
                        },
                        {
                          "text": "Undeclared",
                          "value": 43
                        },
                        {
                          "text": "Rotavirus",
                          "value": 1
                        },
                        {
                          "text": "Shigella",
                          "value": 2
                        },
                        {
                          "text": "Cryptosporidium",
                          "value": 3
                        },
                        {
                          "text": "Paralytic",
                          "value": 1
                        },
                        {
                          "text": "Salmonella",
                          "value": 2
                        }
                      ]
                    },
                    {
                      "text": "2008",
                      "children": [{
                          "text": "Undeclared",
                          "value": 13
                        },
                        {
                          "text": "Norovirus",
                          "value": 6
                        },
                        {
                          "text": "Cryptosporidium",
                          "value": 2
                        },
                        {
                          "text": "Paralytic",
                          "value": 1
                        },
                        {
                          "text": "Clostridium",
                          "value": 1
                        }
                      ]
                    },
                    {
                      "text": "2009",
                      "children": [{
                          "text": "Salmonella",
                          "value": 1
                        },
                        {
                          "text": "Norovirus",
                          "value": 1
                        }
                      ]
                    },
                    {
                      "text": "2010",
                      "children": [{
                          "text": "Undeclared",
                          "value": 2
                        },
                        {
                          "text": "Salmonella",
                          "value": 1
                        },
                        {
                          "text": "E.coli",
                          "value": 1
                        }
                      ]
                    },
                    {
                      "text": "2011",
                      "children": [{
                          "text": "Norovirus",
                          "value": 1
                        },
                        {
                          "text": "E.coli",
                          "value": 1
                        }
                      ]
                    },
                    {
                      "text": "2012",
                      "children": [{
                        "text": "Salmonella",
                        "value": 2
                      }]
                    }
                  ]
                },
                {
                  "text": "Maryland",
                  "children": [{
                      "text": "1998",
                      "children": [{
                          "text": "Undeclared",
                          "value": 91
                        },
                        {
                          "text": "Clostridium",
                          "value": 5
                        },
                        {
                          "text": "Salmonella",
                          "value": 10
                        },
                        {
                          "text": "Hepatitis",
                          "value": 2
                        },
                        {
                          "text": "Scombroid",
                          "value": 1
                        },
                        {
                          "text": "E.coli",
                          "value": 1
                        },
                        {
                          "text": "Norovirus",
                          "value": 3
                        },
                        {
                          "text": "Bacillus",
                          "value": 2
                        }
                      ]
                    },
                    {
                      "text": "1999",
                      "children": [{
                          "text": "Undeclared",
                          "value": 116
                        },
                        {
                          "text": "E.coli",
                          "value": 2
                        },
                        {
                          "text": "Salmonella",
                          "value": 9
                        },
                        {
                          "text": "Scombroid",
                          "value": 2
                        },
                        {
                          "text": "Clostridium",
                          "value": 3
                        },
                        {
                          "text": "Norovirus",
                          "value": 8
                        },
                        {
                          "text": "Campylobacter",
                          "value": 1
                        },
                        {
                          "text": "Staphylococcus",
                          "value": 1
                        },
                        {
                          "text": "Shigella",
                          "value": 1
                        }
                      ]
                    },
                    {
                      "text": "2000",
                      "children": [{
                          "text": "Undeclared",
                          "value": 89
                        },
                        {
                          "text": "Scombroid",
                          "value": 1
                        },
                        {
                          "text": "Norovirus",
                          "value": 5
                        },
                        {
                          "text": "Staphylococcus",
                          "value": 3
                        },
                        {
                          "text": "Hepatitis",
                          "value": 1
                        },
                        {
                          "text": "Salmonella",
                          "value": 10
                        },
                        {
                          "text": "Clostridium",
                          "value": 3
                        },
                        {
                          "text": "Vibrio",
                          "value": 1
                        }
                      ]
                    },
                    {
                      "text": "2001",
                      "children": [{
                          "text": "Undeclared",
                          "value": 34
                        },
                        {
                          "text": "Norovirus",
                          "value": 11
                        },
                        {
                          "text": "Campylobacter",
                          "value": 2
                        },
                        {
                          "text": "Salmonella",
                          "value": 13
                        },
                        {
                          "text": "Clostridium",
                          "value": 2
                        },
                        {
                          "text": "Scombroid",
                          "value": 3
                        },
                        {
                          "text": "Staphylococcus",
                          "value": 3
                        },
                        {
                          "text": "Bacillus",
                          "value": 1
                        }
                      ]
                    },
                    {
                      "text": "2002",
                      "children": [{
                          "text": "Bacillus",
                          "value": 2
                        },
                        {
                          "text": "Norovirus",
                          "value": 11
                        },
                        {
                          "text": "Undeclared",
                          "value": 37
                        },
                        {
                          "text": "Staphylococcus",
                          "value": 2
                        },
                        {
                          "text": "Scombroid",
                          "value": 1
                        },
                        {
                          "text": "Salmonella",
                          "value": 9
                        },
                        {
                          "text": "E.coli",
                          "value": 1
                        },
                        {
                          "text": "Clostridium",
                          "value": 1
                        }
                      ]
                    },
                    {
                      "text": "2003",
                      "children": [{
                          "text": "Staphylococcus",
                          "value": 2
                        },
                        {
                          "text": "Undeclared",
                          "value": 17
                        },
                        {
                          "text": "Norovirus",
                          "value": 7
                        },
                        {
                          "text": "Clostridium",
                          "value": 3
                        },
                        {
                          "text": "Bacillus",
                          "value": 2
                        },
                        {
                          "text": "Scombroid",
                          "value": 1
                        },
                        {
                          "text": "Vibrio",
                          "value": 1
                        },
                        {
                          "text": "Salmonella",
                          "value": 4
                        }
                      ]
                    },
                    {
                      "text": "2004",
                      "children": [{
                          "text": "Undeclared",
                          "value": 16
                        },
                        {
                          "text": "Other",
                          "value": 3
                        },
                        {
                          "text": "Norovirus",
                          "value": 12
                        },
                        {
                          "text": "Bacillus",
                          "value": 1
                        },
                        {
                          "text": "Scombroid",
                          "value": 3
                        },
                        {
                          "text": "Salmonella",
                          "value": 4
                        },
                        {
                          "text": "Histamine",
                          "value": 1
                        },
                        {
                          "text": "Clostridium",
                          "value": 2
                        },
                        {
                          "text": "Staphylococcus",
                          "value": 1
                        }
                      ]
                    },
                    {
                      "text": "2005",
                      "children": [{
                          "text": "Undeclared",
                          "value": 11
                        },
                        {
                          "text": "Norovirus",
                          "value": 6
                        },
                        {
                          "text": "Campylobacter",
                          "value": 1
                        },
                        {
                          "text": "Staphylococcus",
                          "value": 1
                        }
                      ]
                    },
                    {
                      "text": "2006",
                      "children": [{
                          "text": "Undeclared",
                          "value": 18
                        },
                        {
                          "text": "Salmonella",
                          "value": 3
                        },
                        {
                          "text": "Norovirus",
                          "value": 9
                        },
                        {
                          "text": "Staphylococcus",
                          "value": 1
                        }
                      ]
                    },
                    {
                      "text": "2007",
                      "children": [{
                          "text": "Undeclared",
                          "value": 5
                        },
                        {
                          "text": "Norovirus",
                          "value": 9
                        },
                        {
                          "text": "Clostridium",
                          "value": 2
                        },
                        {
                          "text": "Salmonella",
                          "value": 2
                        },
                        {
                          "text": "Other",
                          "value": 1
                        }
                      ]
                    },
                    {
                      "text": "2008",
                      "children": [{
                          "text": "Undeclared",
                          "value": 5
                        },
                        {
                          "text": "Norovirus",
                          "value": 13
                        },
                        {
                          "text": "Plant",
                          "value": 1
                        },
                        {
                          "text": "E.coli",
                          "value": 2
                        }
                      ]
                    },
                    {
                      "text": "2009",
                      "children": [{
                          "text": "Undeclared",
                          "value": 9
                        },
                        {
                          "text": "Norovirus",
                          "value": 2
                        },
                        {
                          "text": "Clostridium",
                          "value": 2
                        },
                        {
                          "text": "Salmonella",
                          "value": 1
                        },
                        {
                          "text": "Shigella",
                          "value": 1
                        }
                      ]
                    },
                    {
                      "text": "2010",
                      "children": [{
                          "text": "Norovirus",
                          "value": 7
                        },
                        {
                          "text": "Undeclared",
                          "value": 9
                        },
                        {
                          "text": "Salmonella",
                          "value": 1
                        },
                        {
                          "text": "Campylobacter",
                          "value": 1
                        },
                        {
                          "text": "E.coli",
                          "value": 1
                        }
                      ]
                    },
                    {
                      "text": "2011",
                      "children": [{
                          "text": "Campylobacter",
                          "value": 2
                        },
                        {
                          "text": "Undeclared",
                          "value": 10
                        },
                        {
                          "text": "Salmonella",
                          "value": 5
                        },
                        {
                          "text": "Norovirus",
                          "value": 4
                        },
                        {
                          "text": "Staphylococcus",
                          "value": 1
                        }
                      ]
                    },
                    {
                      "text": "2012",
                      "children": [{
                          "text": "Salmonella",
                          "value": 3
                        },
                        {
                          "text": "Norovirus",
                          "value": 5
                        },
                        {
                          "text": "Undeclared",
                          "value": 7
                        },
                        {
                          "text": "Campylobacter",
                          "value": 1
                        },
                        {
                          "text": "Vibrio",
                          "value": 1
                        },
                        {
                          "text": "E.coli",
                          "value": 1
                        },
                        {
                          "text": "Other",
                          "value": 1
                        },
                        {
                          "text": "Scombroid",
                          "value": 1
                        }
                      ]
                    }
                  ]
                },
                {
                  "text": "Massachusetts",
                  "children": [{
                      "text": "1998",
                      "children": [{
                          "text": "Undeclared",
                          "value": 5
                        },
                        {
                          "text": "Salmonella",
                          "value": 7
                        },
                        {
                          "text": "Ciguatoxin",
                          "value": 1
                        },
                        {
                          "text": "Norovirus",
                          "value": 1
                        },
                        {
                          "text": "Shigella",
                          "value": 1
                        }
                      ]
                    },
                    {
                      "text": "1999",
                      "children": [{
                          "text": "Salmonella",
                          "value": 6
                        },
                        {
                          "text": "Undeclared",
                          "value": 6
                        },
                        {
                          "text": "Scombroid",
                          "value": 2
                        },
                        {
                          "text": "Ciguatoxin",
                          "value": 1
                        }
                      ]
                    },
                    {
                      "text": "2000",
                      "children": [{
                          "text": "Undeclared",
                          "value": 12
                        },
                        {
                          "text": "Scombroid",
                          "value": 3
                        },
                        {
                          "text": "Salmonella",
                          "value": 5
                        },
                        {
                          "text": "E.coli",
                          "value": 1
                        },
                        {
                          "text": "Vibrio",
                          "value": 1
                        },
                        {
                          "text": "Hepatitis",
                          "value": 1
                        }
                      ]
                    },
                    {
                      "text": "2001",
                      "children": [{
                          "text": "Salmonella",
                          "value": 3
                        },
                        {
                          "text": "Norovirus",
                          "value": 4
                        },
                        {
                          "text": "Undeclared",
                          "value": 2
                        },
                        {
                          "text": "E.coli",
                          "value": 2
                        },
                        {
                          "text": "Hepatitis",
                          "value": 1
                        }
                      ]
                    },
                    {
                      "text": "2002",
                      "children": [{
                          "text": "Salmonella",
                          "value": 4
                        },
                        {
                          "text": "Cyclospora",
                          "value": 1
                        },
                        {
                          "text": "E.coli",
                          "value": 3
                        },
                        {
                          "text": "Norovirus",
                          "value": 4
                        },
                        {
                          "text": "Ciguatoxin",
                          "value": 1
                        },
                        {
                          "text": "Undeclared",
                          "value": 3
                        }
                      ]
                    },
                    {
                      "text": "2003",
                      "children": [{
                          "text": "Undeclared",
                          "value": 3
                        },
                        {
                          "text": "Salmonella",
                          "value": 3
                        },
                        {
                          "text": "Other",
                          "value": 1
                        },
                        {
                          "text": "Norovirus",
                          "value": 1
                        },
                        {
                          "text": "Clostridium",
                          "value": 1
                        }
                      ]
                    },
                    {
                      "text": "2004",
                      "children": [{
                          "text": "Salmonella",
                          "value": 2
                        },
                        {
                          "text": "Norovirus",
                          "value": 3
                        },
                        {
                          "text": "Undeclared",
                          "value": 4
                        },
                        {
                          "text": "Hepatitis",
                          "value": 1
                        },
                        {
                          "text": "Other",
                          "value": 1
                        }
                      ]
                    },
                    {
                      "text": "2005",
                      "children": [{
                          "text": "Norovirus",
                          "value": 3
                        },
                        {
                          "text": "Clostridium",
                          "value": 1
                        },
                        {
                          "text": "Cyclospora",
                          "value": 2
                        },
                        {
                          "text": "Salmonella",
                          "value": 2
                        },
                        {
                          "text": "Undeclared",
                          "value": 3
                        }
                      ]
                    },
                    {
                      "text": "2006",
                      "children": [{
                          "text": "Norovirus",
                          "value": 7
                        },
                        {
                          "text": "Undeclared",
                          "value": 3
                        },
                        {
                          "text": "Salmonella",
                          "value": 2
                        },
                        {
                          "text": "E.coli",
                          "value": 1
                        }
                      ]
                    },
                    {
                      "text": "2007",
                      "children": [{
                          "text": "Undeclared",
                          "value": 2
                        },
                        {
                          "text": "Salmonella",
                          "value": 4
                        },
                        {
                          "text": "E.coli",
                          "value": 3
                        },
                        {
                          "text": "Norovirus",
                          "value": 1
                        },
                        {
                          "text": "Listeria",
                          "value": 1
                        }
                      ]
                    },
                    {
                      "text": "2008",
                      "children": [{
                          "text": "E.coli",
                          "value": 1
                        },
                        {
                          "text": "Salmonella",
                          "value": 3
                        },
                        {
                          "text": "Undeclared",
                          "value": 4
                        },
                        {
                          "text": "Campylobacter",
                          "value": 1
                        }
                      ]
                    },
                    {
                      "text": "2009",
                      "children": [{
                          "text": "Salmonella",
                          "value": 6
                        },
                        {
                          "text": "E.coli",
                          "value": 1
                        },
                        {
                          "text": "Undeclared",
                          "value": 5
                        },
                        {
                          "text": "Campylobacter",
                          "value": 1
                        }
                      ]
                    },
                    {
                      "text": "2010",
                      "children": [{
                          "text": "Undeclared",
                          "value": 2
                        },
                        {
                          "text": "Salmonella",
                          "value": 2
                        },
                        {
                          "text": "Campylobacter",
                          "value": 2
                        },
                        {
                          "text": "Norovirus",
                          "value": 1
                        }
                      ]
                    },
                    {
                      "text": "2011",
                      "children": [{
                          "text": "Norovirus",
                          "value": 2
                        },
                        {
                          "text": "Salmonella",
                          "value": 8
                        },
                        {
                          "text": "Listeria",
                          "value": 1
                        },
                        {
                          "text": "Vibrio",
                          "value": 1
                        },
                        {
                          "text": "Undeclared",
                          "value": 2
                        },
                        {
                          "text": "Scombroid",
                          "value": 1
                        }
                      ]
                    },
                    {
                      "text": "2012",
                      "children": [{
                          "text": "Norovirus",
                          "value": 2
                        },
                        {
                          "text": "Salmonella",
                          "value": 4
                        },
                        {
                          "text": "E.coli",
                          "value": 3
                        },
                        {
                          "text": "Vibrio",
                          "value": 1
                        },
                        {
                          "text": "Listeria",
                          "value": 2
                        },
                        {
                          "text": "Undeclared",
                          "value": 2
                        },
                        {
                          "text": "Campylobacter",
                          "value": 1
                        }
                      ]
                    }
                  ]
                },
                {
                  "text": "Louisiana",
                  "children": [{
                      "text": "1998",
                      "children": [{
                          "text": "E.coli",
                          "value": 1
                        },
                        {
                          "text": "Norovirus",
                          "value": 1
                        },
                        {
                          "text": "Other",
                          "value": 1
                        },
                        {
                          "text": "Pesticides",
                          "value": 1
                        },
                        {
                          "text": "Salmonella",
                          "value": 1
                        },
                        {
                          "text": "Undeclared",
                          "value": 1
                        },
                        {
                          "text": "Clostridium",
                          "value": 2
                        },
                        {
                          "text": "Shigella",
                          "value": 1
                        }
                      ]
                    },
                    {
                      "text": "1999",
                      "children": [{
                        "text": "Norovirus",
                        "value": 2
                      }]
                    },
                    {
                      "text": "2000",
                      "children": [{
                          "text": "Clostridium",
                          "value": 1
                        },
                        {
                          "text": "Norovirus",
                          "value": 2
                        }
                      ]
                    },
                    {
                      "text": "2001",
                      "children": [{
                          "text": "Clostridium",
                          "value": 2
                        },
                        {
                          "text": "Norovirus",
                          "value": 2
                        },
                        {
                          "text": "Salmonella",
                          "value": 1
                        },
                        {
                          "text": "Undeclared",
                          "value": 1
                        }
                      ]
                    },
                    {
                      "text": "2002",
                      "children": [{
                          "text": "Norovirus",
                          "value": 1
                        },
                        {
                          "text": "Staphylococcus",
                          "value": 1
                        },
                        {
                          "text": "Clostridium",
                          "value": 1
                        }
                      ]
                    },
                    {
                      "text": "2003",
                      "children": [{
                          "text": "Norovirus",
                          "value": 2
                        },
                        {
                          "text": "Staphylococcus",
                          "value": 1
                        },
                        {
                          "text": "Clostridium",
                          "value": 1
                        }
                      ]
                    },
                    {
                      "text": "2004",
                      "children": [{
                          "text": "Other",
                          "value": 1
                        },
                        {
                          "text": "Norovirus",
                          "value": 3
                        },
                        {
                          "text": "Clostridium",
                          "value": 1
                        },
                        {
                          "text": "Undeclared",
                          "value": 1
                        }
                      ]
                    },
                    {
                      "text": "2005",
                      "children": [{
                          "text": "Norovirus",
                          "value": 1
                        },
                        {
                          "text": "Clostridium",
                          "value": 1
                        }
                      ]
                    },
                    {
                      "text": "2006",
                      "children": [{
                          "text": "Staphylococcus",
                          "value": 1
                        },
                        {
                          "text": "Clostridium",
                          "value": 2
                        },
                        {
                          "text": "Scombroid",
                          "value": 1
                        }
                      ]
                    },
                    {
                      "text": "2007",
                      "children": [{
                          "text": "Salmonella",
                          "value": 1
                        },
                        {
                          "text": "Clostridium",
                          "value": 1
                        },
                        {
                          "text": "Ciguatoxin",
                          "value": 1
                        }
                      ]
                    },
                    {
                      "text": "2008",
                      "children": [{
                          "text": "Norovirus",
                          "value": 2
                        },
                        {
                          "text": "Undeclared",
                          "value": 1
                        },
                        {
                          "text": "Clostridium",
                          "value": 1
                        }
                      ]
                    },
                    {
                      "text": "2009",
                      "children": [{
                          "text": "Salmonella",
                          "value": 2
                        },
                        {
                          "text": "Clostridium",
                          "value": 1
                        }
                      ]
                    },
                    {
                      "text": "2010",
                      "children": [{
                          "text": "Norovirus",
                          "value": 2
                        },
                        {
                          "text": "Clostridium",
                          "value": 1
                        },
                        {
                          "text": "Listeria",
                          "value": 1
                        }
                      ]
                    },
                    {
                      "text": "2011",
                      "children": [{
                          "text": "Salmonella",
                          "value": 2
                        },
                        {
                          "text": "Clostridium",
                          "value": 1
                        },
                        {
                          "text": "Norovirus",
                          "value": 1
                        },
                        {
                          "text": "Other",
                          "value": 1
                        }
                      ]
                    },
                    {
                      "text": "2012",
                      "children": [{
                          "text": "Norovirus",
                          "value": 3
                        },
                        {
                          "text": "E.coli",
                          "value": 2
                        },
                        {
                          "text": "Salmonella",
                          "value": 1
                        }
                      ]
                    }
                  ]
                },
                {
                  "text": "Kentucky",
                  "children": [{
                      "text": "1998",
                      "children": [{
                          "text": "Undeclared",
                          "value": 1
                        },
                        {
                          "text": "Norovirus",
                          "value": 1
                        },
                        {
                          "text": "Staphylococcus",
                          "value": 1
                        }
                      ]
                    },
                    {
                      "text": "1999",
                      "children": [{
                        "text": "Salmonella",
                        "value": 1
                      }]
                    },
                    {
                      "text": "2000",
                      "children": [{
                        "text": "Salmonella",
                        "value": 2
                      }]
                    },
                    {
                      "text": "2001",
                      "children": [{
                        "text": "Undeclared",
                        "value": 2
                      }]
                    },
                    {
                      "text": "2002",
                      "children": [{
                        "text": "Salmonella",
                        "value": 1
                      }]
                    },
                    {
                      "text": "2003",
                      "children": [
    
                      ]
                    },
                    {
                      "text": "2004",
                      "children": [
    
                      ]
                    },
                    {
                      "text": "2005",
                      "children": [
    
                      ]
                    },
                    {
                      "text": "2006",
                      "children": [{
                        "text": "Undeclared",
                        "value": 1
                      }]
                    },
                    {
                      "text": "2007",
                      "children": [{
                          "text": "Undeclared",
                          "value": 1
                        },
                        {
                          "text": "Norovirus",
                          "value": 1
                        },
                        {
                          "text": "E.coli",
                          "value": 1
                        }
                      ]
                    },
                    {
                      "text": "2008",
                      "children": [{
                          "text": "Norovirus",
                          "value": 1
                        },
                        {
                          "text": "Staphylococcus",
                          "value": 1
                        }
                      ]
                    },
                    {
                      "text": "2009",
                      "children": [
    
                      ]
                    },
                    {
                      "text": "2010",
                      "children": [{
                          "text": "Undeclared",
                          "value": 4
                        },
                        {
                          "text": "Salmonella",
                          "value": 3
                        }
                      ]
                    },
                    {
                      "text": "2011",
                      "children": [{
                          "text": "Undeclared",
                          "value": 5
                        },
                        {
                          "text": "Bacillus",
                          "value": 1
                        },
                        {
                          "text": "Salmonella",
                          "value": 2
                        },
                        {
                          "text": "Shigella",
                          "value": 1
                        }
                      ]
                    },
                    {
                      "text": "2012",
                      "children": [{
                          "text": "Campylobacter",
                          "value": 1
                        },
                        {
                          "text": "Norovirus",
                          "value": 1
                        },
                        {
                          "text": "Other",
                          "value": 2
                        },
                        {
                          "text": "Undeclared",
                          "value": 1
                        }
                      ]
                    }
                  ]
                },
                {
                  "text": "Kansas",
                  "children": [{
                      "text": "1998",
                      "children": [{
                          "text": "Clostridium",
                          "value": 1
                        },
                        {
                          "text": "Undeclared",
                          "value": 6
                        },
                        {
                          "text": "Campylobacter",
                          "value": 2
                        }
                      ]
                    },
                    {
                      "text": "1999",
                      "children": [{
                          "text": "Undeclared",
                          "value": 4
                        },
                        {
                          "text": "Salmonella",
                          "value": 2
                        }
                      ]
                    },
                    {
                      "text": "2000",
                      "children": [{
                          "text": "Undeclared",
                          "value": 10
                        },
                        {
                          "text": "Norovirus",
                          "value": 1
                        },
                        {
                          "text": "Salmonella",
                          "value": 1
                        }
                      ]
                    },
                    {
                      "text": "2001",
                      "children": [{
                          "text": "Hepatitis",
                          "value": 1
                        },
                        {
                          "text": "Norovirus",
                          "value": 4
                        },
                        {
                          "text": "Undeclared",
                          "value": 1
                        },
                        {
                          "text": "Salmonella",
                          "value": 1
                        }
                      ]
                    },
                    {
                      "text": "2002",
                      "children": [{
                          "text": "Undeclared",
                          "value": 8
                        },
                        {
                          "text": "Norovirus",
                          "value": 7
                        },
                        {
                          "text": "Staphylococcus",
                          "value": 2
                        },
                        {
                          "text": "Campylobacter",
                          "value": 1
                        },
                        {
                          "text": "Salmonella",
                          "value": 2
                        },
                        {
                          "text": "E.coli",
                          "value": 1
                        },
                        {
                          "text": "Clostridium",
                          "value": 1
                        }
                      ]
                    },
                    {
                      "text": "2003",
                      "children": [{
                          "text": "Norovirus",
                          "value": 8
                        },
                        {
                          "text": "Undeclared",
                          "value": 9
                        }
                      ]
                    },
                    {
                      "text": "2004",
                      "children": [{
                          "text": "Undeclared",
                          "value": 9
                        },
                        {
                          "text": "Norovirus",
                          "value": 5
                        },
                        {
                          "text": "Staphylococcus",
                          "value": 1
                        },
                        {
                          "text": "Salmonella",
                          "value": 3
                        },
                        {
                          "text": "Bacillus",
                          "value": 1
                        },
                        {
                          "text": "Campylobacter",
                          "value": 1
                        }
                      ]
                    },
                    {
                      "text": "2005",
                      "children": [{
                          "text": "Norovirus",
                          "value": 5
                        },
                        {
                          "text": "Undeclared",
                          "value": 13
                        },
                        {
                          "text": "Clostridium",
                          "value": 1
                        },
                        {
                          "text": "Bacillus",
                          "value": 1
                        },
                        {
                          "text": "Campylobacter",
                          "value": 2
                        },
                        {
                          "text": "Staphylococcus",
                          "value": 1
                        }
                      ]
                    },
                    {
                      "text": "2006",
                      "children": [{
                          "text": "Undeclared",
                          "value": 19
                        },
                        {
                          "text": "Norovirus",
                          "value": 4
                        },
                        {
                          "text": "Clostridium",
                          "value": 2
                        },
                        {
                          "text": "Salmonella",
                          "value": 3
                        },
                        {
                          "text": "Brucella",
                          "value": 1
                        }
                      ]
                    },
                    {
                      "text": "2007",
                      "children": [{
                          "text": "Undeclared",
                          "value": 30
                        },
                        {
                          "text": "Salmonella",
                          "value": 2
                        },
                        {
                          "text": "Norovirus",
                          "value": 4
                        },
                        {
                          "text": "Staphylococcus",
                          "value": 1
                        },
                        {
                          "text": "Campylobacter",
                          "value": 3
                        },
                        {
                          "text": "E.coli",
                          "value": 1
                        },
                        {
                          "text": "Adenovirus",
                          "value": 1
                        }
                      ]
                    },
                    {
                      "text": "2008",
                      "children": [{
                          "text": "Norovirus",
                          "value": 12
                        },
                        {
                          "text": "Undeclared",
                          "value": 29
                        },
                        {
                          "text": "Salmonella",
                          "value": 1
                        }
                      ]
                    },
                    {
                      "text": "2009",
                      "children": [{
                          "text": "Undeclared",
                          "value": 14
                        },
                        {
                          "text": "Norovirus",
                          "value": 6
                        },
                        {
                          "text": "Pesticides",
                          "value": 1
                        },
                        {
                          "text": "Salmonella",
                          "value": 2
                        },
                        {
                          "text": "Staphylococcus",
                          "value": 1
                        }
                      ]
                    },
                    {
                      "text": "2010",
                      "children": [{
                          "text": "Undeclared",
                          "value": 11
                        },
                        {
                          "text": "Norovirus",
                          "value": 9
                        },
                        {
                          "text": "Clostridium",
                          "value": 2
                        }
                      ]
                    },
                    {
                      "text": "2011",
                      "children": [{
                          "text": "Norovirus",
                          "value": 2
                        },
                        {
                          "text": "Salmonella",
                          "value": 3
                        },
                        {
                          "text": "Undeclared",
                          "value": 8
                        },
                        {
                          "text": "Clostridium",
                          "value": 1
                        },
                        {
                          "text": "E.coli",
                          "value": 2
                        },
                        {
                          "text": "Campylobacter",
                          "value": 1
                        }
                      ]
                    },
                    {
                      "text": "2012",
                      "children": [{
                          "text": "Norovirus",
                          "value": 3
                        },
                        {
                          "text": "Undeclared",
                          "value": 11
                        },
                        {
                          "text": "Salmonella",
                          "value": 3
                        },
                        {
                          "text": "Clostridium",
                          "value": 1
                        }
                      ]
                    }
                  ]
                },
                {
                  "text": "Indiana",
                  "children": [{
                      "text": "1998",
                      "children": [{
                          "text": "Undeclared",
                          "value": 7
                        },
                        {
                          "text": "Staphylococcus",
                          "value": 2
                        },
                        {
                          "text": "Salmonella",
                          "value": 1
                        },
                        {
                          "text": "E.coli",
                          "value": 1
                        },
                        {
                          "text": "Clostridium",
                          "value": 1
                        },
                        {
                          "text": "Shigella",
                          "value": 1
                        }
                      ]
                    },
                    {
                      "text": "1999",
                      "children": [{
                          "text": "Other",
                          "value": 6
                        },
                        {
                          "text": "Undeclared",
                          "value": 2
                        },
                        {
                          "text": "Staphylococcus",
                          "value": 1
                        },
                        {
                          "text": "Shigella",
                          "value": 1
                        },
                        {
                          "text": "Salmonella",
                          "value": 1
                        }
                      ]
                    },
                    {
                      "text": "2000",
                      "children": [{
                          "text": "Other",
                          "value": 3
                        },
                        {
                          "text": "Norovirus",
                          "value": 6
                        },
                        {
                          "text": "E.coli",
                          "value": 1
                        },
                        {
                          "text": "Salmonella",
                          "value": 2
                        },
                        {
                          "text": "Staphylococcus",
                          "value": 1
                        },
                        {
                          "text": "Clostridium",
                          "value": 1
                        },
                        {
                          "text": "Bacillus",
                          "value": 1
                        },
                        {
                          "text": "Undeclared",
                          "value": 1
                        }
                      ]
                    },
                    {
                      "text": "2001",
                      "children": [{
                        "text": "Norovirus",
                        "value": 5
                      }]
                    },
                    {
                      "text": "2002",
                      "children": [{
                          "text": "Norovirus",
                          "value": 10
                        },
                        {
                          "text": "Shigella",
                          "value": 1
                        },
                        {
                          "text": "Clostridium",
                          "value": 3
                        }
                      ]
                    },
                    {
                      "text": "2003",
                      "children": [{
                          "text": "Bacillus",
                          "value": 1
                        },
                        {
                          "text": "Norovirus",
                          "value": 1
                        },
                        {
                          "text": "Salmonella",
                          "value": 1
                        },
                        {
                          "text": "Clostridium",
                          "value": 1
                        }
                      ]
                    },
                    {
                      "text": "2004",
                      "children": [{
                        "text": "Salmonella",
                        "value": 1
                      }]
                    },
                    {
                      "text": "2005",
                      "children": [
    
                      ]
                    },
                    {
                      "text": "2006",
                      "children": [{
                          "text": "Salmonella",
                          "value": 1
                        },
                        {
                          "text": "Norovirus",
                          "value": 6
                        }
                      ]
                    },
                    {
                      "text": "2007",
                      "children": [{
                          "text": "Salmonella",
                          "value": 2
                        },
                        {
                          "text": "Norovirus",
                          "value": 1
                        }
                      ]
                    },
                    {
                      "text": "2008",
                      "children": [
    
                      ]
                    },
                    {
                      "text": "2009",
                      "children": [{
                          "text": "Salmonella",
                          "value": 1
                        },
                        {
                          "text": "Undeclared",
                          "value": 7
                        }
                      ]
                    },
                    {
                      "text": "2010",
                      "children": [{
                          "text": "Undeclared",
                          "value": 14
                        },
                        {
                          "text": "Campylobacter",
                          "value": 1
                        }
                      ]
                    },
                    {
                      "text": "2011",
                      "children": [{
                        "text": "Undeclared",
                        "value": 16
                      }]
                    },
                    {
                      "text": "2012",
                      "children": [{
                        "text": "Undeclared",
                        "value": 1
                      }]
                    }
                  ]
                },
                {
                  "text": "Idaho",
                  "children": [{
                      "text": "1998",
                      "children": [{
                        "text": "Norovirus",
                        "value": 2
                      }]
                    },
                    {
                      "text": "1999",
                      "children": [{
                          "text": "Undeclared",
                          "value": 1
                        },
                        {
                          "text": "E.coli",
                          "value": 1
                        }
                      ]
                    },
                    {
                      "text": "2000",
                      "children": [{
                          "text": "Norovirus",
                          "value": 3
                        },
                        {
                          "text": "Salmonella",
                          "value": 1
                        },
                        {
                          "text": "Campylobacter",
                          "value": 2
                        }
                      ]
                    },
                    {
                      "text": "2001",
                      "children": [{
                          "text": "Norovirus",
                          "value": 1
                        },
                        {
                          "text": "Salmonella",
                          "value": 1
                        }
                      ]
                    },
                    {
                      "text": "2002",
                      "children": [{
                          "text": "Salmonella",
                          "value": 2
                        },
                        {
                          "text": "Norovirus",
                          "value": 1
                        }
                      ]
                    },
                    {
                      "text": "2003",
                      "children": [{
                          "text": "Undeclared",
                          "value": 1
                        },
                        {
                          "text": "Norovirus",
                          "value": 1
                        }
                      ]
                    },
                    {
                      "text": "2004",
                      "children": [{
                          "text": "Undeclared",
                          "value": 1
                        },
                        {
                          "text": "Norovirus",
                          "value": 3
                        },
                        {
                          "text": "Clostridium",
                          "value": 1
                        }
                      ]
                    },
                    {
                      "text": "2005",
                      "children": [{
                          "text": "Norovirus",
                          "value": 6
                        },
                        {
                          "text": "Undeclared",
                          "value": 2
                        }
                      ]
                    },
                    {
                      "text": "2006",
                      "children": [{
                          "text": "Norovirus",
                          "value": 5
                        },
                        {
                          "text": "Undeclared",
                          "value": 3
                        },
                        {
                          "text": "Salmonella",
                          "value": 1
                        },
                        {
                          "text": "E.coli",
                          "value": 2
                        }
                      ]
                    },
                    {
                      "text": "2007",
                      "children": [{
                          "text": "Norovirus",
                          "value": 1
                        },
                        {
                          "text": "Undeclared",
                          "value": 1
                        },
                        {
                          "text": "Bacillus",
                          "value": 1
                        }
                      ]
                    },
                    {
                      "text": "2008",
                      "children": [{
                          "text": "Undeclared",
                          "value": 1
                        },
                        {
                          "text": "Norovirus",
                          "value": 1
                        },
                        {
                          "text": "Campylobacter",
                          "value": 1
                        }
                      ]
                    },
                    {
                      "text": "2009",
                      "children": [{
                          "text": "Clostridium",
                          "value": 1
                        },
                        {
                          "text": "Undeclared",
                          "value": 1
                        },
                        {
                          "text": "Norovirus",
                          "value": 3
                        }
                      ]
                    },
                    {
                      "text": "2010",
                      "children": [{
                          "text": "Norovirus",
                          "value": 1
                        },
                        {
                          "text": "E.coli",
                          "value": 1
                        }
                      ]
                    },
                    {
                      "text": "2011",
                      "children": [{
                          "text": "Undeclared",
                          "value": 1
                        },
                        {
                          "text": "Clostridium",
                          "value": 1
                        },
                        {
                          "text": "E.coli",
                          "value": 2
                        },
                        {
                          "text": "Norovirus",
                          "value": 2
                        },
                        {
                          "text": "Salmonella",
                          "value": 1
                        }
                      ]
                    },
                    {
                      "text": "2012",
                      "children": [{
                          "text": "Salmonella",
                          "value": 1
                        },
                        {
                          "text": "Giardia",
                          "value": 2
                        },
                        {
                          "text": "Norovirus",
                          "value": 1
                        }
                      ]
                    }
                  ]
                },
                {
                  "text": "Iowa",
                  "children": [{
                      "text": "1998",
                      "children": [{
                          "text": "Staphylococcus",
                          "value": 1
                        },
                        {
                          "text": "Norovirus",
                          "value": 2
                        },
                        {
                          "text": "Clostridium",
                          "value": 1
                        }
                      ]
                    },
                    {
                      "text": "1999",
                      "children": [{
                          "text": "Norovirus",
                          "value": 8
                        },
                        {
                          "text": "Undeclared",
                          "value": 3
                        },
                        {
                          "text": "Clostridium",
                          "value": 1
                        },
                        {
                          "text": "Histamine",
                          "value": 1
                        }
                      ]
                    },
                    {
                      "text": "2000",
                      "children": [{
                          "text": "Norovirus",
                          "value": 11
                        },
                        {
                          "text": "Undeclared",
                          "value": 1
                        },
                        {
                          "text": "E.coli",
                          "value": 1
                        }
                      ]
                    },
                    {
                      "text": "2001",
                      "children": [{
                          "text": "Norovirus",
                          "value": 4
                        },
                        {
                          "text": "Clostridium",
                          "value": 1
                        },
                        {
                          "text": "Salmonella",
                          "value": 2
                        },
                        {
                          "text": "Undeclared",
                          "value": 1
                        }
                      ]
                    },
                    {
                      "text": "2002",
                      "children": [{
                          "text": "Norovirus",
                          "value": 3
                        },
                        {
                          "text": "E.coli",
                          "value": 1
                        },
                        {
                          "text": "Salmonella",
                          "value": 1
                        }
                      ]
                    },
                    {
                      "text": "2003",
                      "children": [{
                          "text": "Other",
                          "value": 1
                        },
                        {
                          "text": "Undeclared",
                          "value": 1
                        },
                        {
                          "text": "Norovirus",
                          "value": 8
                        },
                        {
                          "text": "Clostridium",
                          "value": 1
                        }
                      ]
                    },
                    {
                      "text": "2004",
                      "children": [{
                          "text": "Campylobacter",
                          "value": 1
                        },
                        {
                          "text": "Norovirus",
                          "value": 9
                        },
                        {
                          "text": "Salmonella",
                          "value": 1
                        },
                        {
                          "text": "Clostridium",
                          "value": 3
                        }
                      ]
                    },
                    {
                      "text": "2005",
                      "children": [{
                          "text": "Norovirus",
                          "value": 5
                        },
                        {
                          "text": "Campylobacter",
                          "value": 1
                        },
                        {
                          "text": "Bacillus",
                          "value": 1
                        },
                        {
                          "text": "Undeclared",
                          "value": 1
                        },
                        {
                          "text": "Clostridium",
                          "value": 2
                        }
                      ]
                    },
                    {
                      "text": "2006",
                      "children": [{
                          "text": "Other",
                          "value": 1
                        },
                        {
                          "text": "Salmonella",
                          "value": 2
                        },
                        {
                          "text": "Norovirus",
                          "value": 2
                        },
                        {
                          "text": "Undeclared",
                          "value": 2
                        }
                      ]
                    },
                    {
                      "text": "2007",
                      "children": [{
                          "text": "Undeclared",
                          "value": 4
                        },
                        {
                          "text": "Norovirus",
                          "value": 5
                        },
                        {
                          "text": "Clostridium",
                          "value": 1
                        },
                        {
                          "text": "Salmonella",
                          "value": 1
                        }
                      ]
                    },
                    {
                      "text": "2008",
                      "children": [{
                          "text": "Salmonella",
                          "value": 3
                        },
                        {
                          "text": "Clostridium",
                          "value": 1
                        },
                        {
                          "text": "E.coli",
                          "value": 1
                        },
                        {
                          "text": "Norovirus",
                          "value": 1
                        }
                      ]
                    },
                    {
                      "text": "2009",
                      "children": [{
                          "text": "Norovirus",
                          "value": 1
                        },
                        {
                          "text": "Salmonella",
                          "value": 1
                        }
                      ]
                    },
                    {
                      "text": "2010",
                      "children": [{
                          "text": "Clostridium",
                          "value": 1
                        },
                        {
                          "text": "Salmonella",
                          "value": 5
                        },
                        {
                          "text": "Undeclared",
                          "value": 1
                        }
                      ]
                    },
                    {
                      "text": "2011",
                      "children": [{
                          "text": "Undeclared",
                          "value": 2
                        },
                        {
                          "text": "Salmonella",
                          "value": 1
                        },
                        {
                          "text": "Clostridium",
                          "value": 2
                        }
                      ]
                    },
                    {
                      "text": "2012",
                      "children": [{
                          "text": "Undeclared",
                          "value": 1
                        },
                        {
                          "text": "Norovirus",
                          "value": 1
                        },
                        {
                          "text": "Salmonella",
                          "value": 4
                        },
                        {
                          "text": "Campylobacter",
                          "value": 2
                        }
                      ]
                    }
                  ]
                },
                {
                  "text": "Guam",
                  "children": [{
                      "text": "1998",
                      "children": [{
                          "text": "Undeclared",
                          "value": 3
                        },
                        {
                          "text": "Vibrio",
                          "value": 1
                        }
                      ]
                    },
                    {
                      "text": "1999",
                      "children": [
    
                      ]
                    },
                    {
                      "text": "2000",
                      "children": [{
                          "text": "Undeclared",
                          "value": 3
                        },
                        {
                          "text": "Staphylococcus",
                          "value": 1
                        },
                        {
                          "text": "Scombroid",
                          "value": 1
                        },
                        {
                          "text": "Bacillus",
                          "value": 1
                        }
                      ]
                    },
                    {
                      "text": "2001",
                      "children": [
    
                      ]
                    },
                    {
                      "text": "2002",
                      "children": [{
                          "text": "Scombroid",
                          "value": 2
                        },
                        {
                          "text": "Undeclared",
                          "value": 8
                        },
                        {
                          "text": "Vibrio",
                          "value": 2
                        },
                        {
                          "text": "Salmonella",
                          "value": 1
                        }
                      ]
                    },
                    {
                      "text": "2003",
                      "children": [{
                          "text": "Ciguatoxin",
                          "value": 1
                        },
                        {
                          "text": "Undeclared",
                          "value": 1
                        }
                      ]
                    },
                    {
                      "text": "2004",
                      "children": [
    
                      ]
                    },
                    {
                      "text": "2005",
                      "children": [
    
                      ]
                    },
                    {
                      "text": "2006",
                      "children": [
    
                      ]
                    },
                    {
                      "text": "2007",
                      "children": [
    
                      ]
                    },
                    {
                      "text": "2008",
                      "children": [
    
                      ]
                    },
                    {
                      "text": "2009",
                      "children": [
    
                      ]
                    },
                    {
                      "text": "2010",
                      "children": [
    
                      ]
                    },
                    {
                      "text": "2011",
                      "children": [
    
                      ]
                    },
                    {
                      "text": "2012",
                      "children": [
    
                      ]
                    }
                  ]
                },
                {
                  "text": "Georgia",
                  "children": [{
                      "text": "1998",
                      "children": [{
                          "text": "Cyclospora",
                          "value": 1
                        },
                        {
                          "text": "Norovirus",
                          "value": 3
                        },
                        {
                          "text": "Undeclared",
                          "value": 5
                        },
                        {
                          "text": "Shigella",
                          "value": 1
                        },
                        {
                          "text": "Salmonella",
                          "value": 3
                        }
                      ]
                    },
                    {
                      "text": "1999",
                      "children": [{
                          "text": "Norovirus",
                          "value": 6
                        },
                        {
                          "text": "Undeclared",
                          "value": 4
                        },
                        {
                          "text": "Salmonella",
                          "value": 5
                        },
                        {
                          "text": "Staphylococcus",
                          "value": 1
                        },
                        {
                          "text": "Clostridium",
                          "value": 1
                        }
                      ]
                    },
                    {
                      "text": "2000",
                      "children": [{
                          "text": "Norovirus",
                          "value": 12
                        },
                        {
                          "text": "Undeclared",
                          "value": 20
                        },
                        {
                          "text": "Salmonella",
                          "value": 3
                        },
                        {
                          "text": "Staphylococcus",
                          "value": 6
                        },
                        {
                          "text": "Cyclospora",
                          "value": 1
                        }
                      ]
                    },
                    {
                      "text": "2001",
                      "children": [{
                          "text": "Norovirus",
                          "value": 13
                        },
                        {
                          "text": "Undeclared",
                          "value": 13
                        },
                        {
                          "text": "Clostridium",
                          "value": 2
                        },
                        {
                          "text": "Staphylococcus",
                          "value": 6
                        },
                        {
                          "text": "Yersinia",
                          "value": 1
                        },
                        {
                          "text": "E.coli",
                          "value": 1
                        }
                      ]
                    },
                    {
                      "text": "2002",
                      "children": [{
                          "text": "Norovirus",
                          "value": 7
                        },
                        {
                          "text": "Undeclared",
                          "value": 9
                        },
                        {
                          "text": "E.coli",
                          "value": 1
                        },
                        {
                          "text": "Hepatitis",
                          "value": 1
                        },
                        {
                          "text": "Staphylococcus",
                          "value": 1
                        },
                        {
                          "text": "Clostridium",
                          "value": 2
                        },
                        {
                          "text": "Salmonella",
                          "value": 3
                        },
                        {
                          "text": "Cryptosporidium",
                          "value": 1
                        },
                        {
                          "text": "Scombroid",
                          "value": 1
                        }
                      ]
                    },
                    {
                      "text": "2003",
                      "children": [{
                          "text": "Clostridium",
                          "value": 2
                        },
                        {
                          "text": "Undeclared",
                          "value": 9
                        },
                        {
                          "text": "Norovirus",
                          "value": 5
                        },
                        {
                          "text": "Staphylococcus",
                          "value": 4
                        },
                        {
                          "text": "Other",
                          "value": 2
                        },
                        {
                          "text": "Scombroid",
                          "value": 1
                        },
                        {
                          "text": "Salmonella",
                          "value": 5
                        },
                        {
                          "text": "Vibrio",
                          "value": 1
                        },
                        {
                          "text": "Bacillus",
                          "value": 1
                        }
                      ]
                    },
                    {
                      "text": "2004",
                      "children": [{
                          "text": "Norovirus",
                          "value": 8
                        },
                        {
                          "text": "Undeclared",
                          "value": 6
                        },
                        {
                          "text": "Staphylococcus",
                          "value": 2
                        },
                        {
                          "text": "E.coli",
                          "value": 1
                        },
                        {
                          "text": "Scombroid",
                          "value": 1
                        },
                        {
                          "text": "Salmonella",
                          "value": 6
                        },
                        {
                          "text": "Other",
                          "value": 3
                        },
                        {
                          "text": "Clostridium",
                          "value": 1
                        },
                        {
                          "text": "Yersinia",
                          "value": 1
                        }
                      ]
                    },
                    {
                      "text": "2005",
                      "children": [{
                          "text": "Norovirus",
                          "value": 8
                        },
                        {
                          "text": "Undeclared",
                          "value": 8
                        },
                        {
                          "text": "Staphylococcus",
                          "value": 4
                        },
                        {
                          "text": "Salmonella",
                          "value": 6
                        },
                        {
                          "text": "Clostridium",
                          "value": 1
                        },
                        {
                          "text": "E.coli",
                          "value": 1
                        },
                        {
                          "text": "Other",
                          "value": 1
                        }
                      ]
                    },
                    {
                      "text": "2006",
                      "children": [{
                          "text": "Norovirus",
                          "value": 8
                        },
                        {
                          "text": "Staphylococcus",
                          "value": 3
                        },
                        {
                          "text": "Bacillus",
                          "value": 1
                        },
                        {
                          "text": "Clostridium",
                          "value": 2
                        },
                        {
                          "text": "Undeclared",
                          "value": 4
                        },
                        {
                          "text": "Salmonella",
                          "value": 2
                        },
                        {
                          "text": "Cyclospora",
                          "value": 1
                        }
                      ]
                    },
                    {
                      "text": "2007",
                      "children": [{
                          "text": "Clostridium",
                          "value": 4
                        },
                        {
                          "text": "Undeclared",
                          "value": 2
                        },
                        {
                          "text": "Salmonella",
                          "value": 8
                        },
                        {
                          "text": "Norovirus",
                          "value": 5
                        },
                        {
                          "text": "Campylobacter",
                          "value": 1
                        },
                        {
                          "text": "E.coli",
                          "value": 1
                        }
                      ]
                    },
                    {
                      "text": "2008",
                      "children": [{
                          "text": "Norovirus",
                          "value": 15
                        },
                        {
                          "text": "Salmonella",
                          "value": 2
                        },
                        {
                          "text": "E.coli",
                          "value": 1
                        },
                        {
                          "text": "Undeclared",
                          "value": 1
                        },
                        {
                          "text": "Bacillus",
                          "value": 2
                        },
                        {
                          "text": "Heavy",
                          "value": 1
                        }
                      ]
                    },
                    {
                      "text": "2009",
                      "children": [{
                          "text": "Norovirus",
                          "value": 4
                        },
                        {
                          "text": "Campylobacter",
                          "value": 1
                        },
                        {
                          "text": "Salmonella",
                          "value": 1
                        }
                      ]
                    },
                    {
                      "text": "2010",
                      "children": [{
                          "text": "Undeclared",
                          "value": 2
                        },
                        {
                          "text": "Salmonella",
                          "value": 4
                        },
                        {
                          "text": "Scombroid",
                          "value": 1
                        },
                        {
                          "text": "Clostridium",
                          "value": 1
                        },
                        {
                          "text": "Shigella",
                          "value": 1
                        },
                        {
                          "text": "E.coli",
                          "value": 1
                        }
                      ]
                    },
                    {
                      "text": "2011",
                      "children": [{
                          "text": "Norovirus",
                          "value": 6
                        },
                        {
                          "text": "Salmonella",
                          "value": 8
                        },
                        {
                          "text": "Cyclospora",
                          "value": 1
                        },
                        {
                          "text": "Staphylococcus",
                          "value": 1
                        }
                      ]
                    },
                    {
                      "text": "2012",
                      "children": [{
                          "text": "Norovirus",
                          "value": 4
                        },
                        {
                          "text": "Salmonella",
                          "value": 1
                        },
                        {
                          "text": "Undeclared",
                          "value": 4
                        },
                        {
                          "text": "E.coli",
                          "value": 1
                        }
                      ]
                    }
                  ]
                },
                {
                  "text": "Washington DC",
                  "children": [{
                      "text": "1998",
                      "children": [{
                          "text": "Cryptosporidium",
                          "value": 1
                        },
                        {
                          "text": "Undeclared",
                          "value": 1
                        }
                      ]
                    },
                    {
                      "text": "1999",
                      "children": [
    
                      ]
                    },
                    {
                      "text": "2000",
                      "children": [{
                          "text": "Undeclared",
                          "value": 1
                        },
                        {
                          "text": "Rotavirus",
                          "value": 1
                        }
                      ]
                    },
                    {
                      "text": "2001",
                      "children": [{
                        "text": "Salmonella",
                        "value": 1
                      }]
                    },
                    {
                      "text": "2002",
                      "children": [{
                          "text": "Undeclared",
                          "value": 3
                        },
                        {
                          "text": "Staphylococcus",
                          "value": 1
                        },
                        {
                          "text": "Norovirus",
                          "value": 1
                        },
                        {
                          "text": "Salmonella",
                          "value": 2
                        },
                        {
                          "text": "Campylobacter",
                          "value": 1
                        },
                        {
                          "text": "E.coli",
                          "value": 1
                        },
                        {
                          "text": "Scombroid",
                          "value": 1
                        }
                      ]
                    },
                    {
                      "text": "2003",
                      "children": [{
                          "text": "Adenovirus",
                          "value": 1
                        },
                        {
                          "text": "Norovirus",
                          "value": 3
                        }
                      ]
                    },
                    {
                      "text": "2004",
                      "children": [{
                        "text": "Norovirus",
                        "value": 9
                      }]
                    },
                    {
                      "text": "2005",
                      "children": [
    
                      ]
                    },
                    {
                      "text": "2006",
                      "children": [
    
                      ]
                    },
                    {
                      "text": "2007",
                      "children": [{
                          "text": "Ciguatoxin",
                          "value": 1
                        },
                        {
                          "text": "Salmonella",
                          "value": 1
                        },
                        {
                          "text": "Undeclared",
                          "value": 1
                        }
                      ]
                    },
                    {
                      "text": "2008",
                      "children": [{
                          "text": "Undeclared",
                          "value": 1
                        },
                        {
                          "text": "Norovirus",
                          "value": 1
                        }
                      ]
                    },
                    {
                      "text": "2009",
                      "children": [
    
                      ]
                    },
                    {
                      "text": "2010",
                      "children": [
    
                      ]
                    },
                    {
                      "text": "2011",
                      "children": [
    
                      ]
                    },
                    {
                      "text": "2012",
                      "children": [
    
                      ]
                    }
                  ]
                },
                {
                  "text": "Arizona",
                  "children": [{
                      "text": "1998",
                      "children": [{
                        "text": "Salmonella",
                        "value": 1
                      }]
                    },
                    {
                      "text": "1999",
                      "children": [{
                          "text": "Bacillus",
                          "value": 1
                        },
                        {
                          "text": "Clostridium",
                          "value": 1
                        },
                        {
                          "text": "Salmonella",
                          "value": 1
                        }
                      ]
                    },
                    {
                      "text": "2000",
                      "children": [{
                          "text": "Undeclared",
                          "value": 1
                        },
                        {
                          "text": "Salmonella",
                          "value": 1
                        }
                      ]
                    },
                    {
                      "text": "2001",
                      "children": [{
                          "text": "Campylobacter",
                          "value": 2
                        },
                        {
                          "text": "Undeclared",
                          "value": 1
                        },
                        {
                          "text": "Salmonella",
                          "value": 2
                        }
                      ]
                    },
                    {
                      "text": "2002",
                      "children": [{
                          "text": "Norovirus",
                          "value": 2
                        },
                        {
                          "text": "E.coli",
                          "value": 1
                        }
                      ]
                    },
                    {
                      "text": "2003",
                      "children": [{
                          "text": "Salmonella",
                          "value": 1
                        },
                        {
                          "text": "Hepatitis",
                          "value": 1
                        }
                      ]
                    },
                    {
                      "text": "2004",
                      "children": [{
                          "text": "Norovirus",
                          "value": 9
                        },
                        {
                          "text": "Other",
                          "value": 3
                        },
                        {
                          "text": "Clostridium",
                          "value": 1
                        },
                        {
                          "text": "Undeclared",
                          "value": 5
                        },
                        {
                          "text": "Salmonella",
                          "value": 2
                        }
                      ]
                    },
                    {
                      "text": "2005",
                      "children": [{
                          "text": "Undeclared",
                          "value": 5
                        },
                        {
                          "text": "Campylobacter",
                          "value": 1
                        },
                        {
                          "text": "Norovirus",
                          "value": 1
                        }
                      ]
                    },
                    {
                      "text": "2006",
                      "children": [{
                          "text": "Norovirus",
                          "value": 6
                        },
                        {
                          "text": "Hepatitis",
                          "value": 1
                        },
                        {
                          "text": "Clostridium",
                          "value": 1
                        },
                        {
                          "text": "Undeclared",
                          "value": 4
                        },
                        {
                          "text": "Shigella",
                          "value": 2
                        },
                        {
                          "text": "Histamine",
                          "value": 1
                        },
                        {
                          "text": "Salmonella",
                          "value": 2
                        }
                      ]
                    },
                    {
                      "text": "2007",
                      "children": [{
                          "text": "Undeclared",
                          "value": 15
                        },
                        {
                          "text": "Clostridium",
                          "value": 1
                        },
                        {
                          "text": "Norovirus",
                          "value": 8
                        },
                        {
                          "text": "Salmonella",
                          "value": 1
                        },
                        {
                          "text": "Bacillus",
                          "value": 1
                        }
                      ]
                    },
                    {
                      "text": "2008",
                      "children": [{
                          "text": "Undeclared",
                          "value": 21
                        },
                        {
                          "text": "Salmonella",
                          "value": 3
                        },
                        {
                          "text": "Norovirus",
                          "value": 9
                        },
                        {
                          "text": "Bacillus",
                          "value": 2
                        }
                      ]
                    },
                    {
                      "text": "2009",
                      "children": [{
                          "text": "Enterococcus",
                          "value": 1
                        },
                        {
                          "text": "Undeclared",
                          "value": 14
                        },
                        {
                          "text": "Norovirus",
                          "value": 4
                        },
                        {
                          "text": "Salmonella",
                          "value": 5
                        }
                      ]
                    },
                    {
                      "text": "2010",
                      "children": [{
                          "text": "Norovirus",
                          "value": 18
                        },
                        {
                          "text": "Undeclared",
                          "value": 22
                        },
                        {
                          "text": "Campylobacter",
                          "value": 1
                        },
                        {
                          "text": "Salmonella",
                          "value": 1
                        },
                        {
                          "text": "E.coli",
                          "value": 1
                        }
                      ]
                    },
                    {
                      "text": "2011",
                      "children": [{
                          "text": "Norovirus",
                          "value": 14
                        },
                        {
                          "text": "Undeclared",
                          "value": 14
                        },
                        {
                          "text": "Clostridium",
                          "value": 1
                        }
                      ]
                    },
                    {
                      "text": "2012",
                      "children": [{
                          "text": "Undeclared",
                          "value": 16
                        },
                        {
                          "text": "Norovirus",
                          "value": 15
                        },
                        {
                          "text": "Clostridium",
                          "value": 4
                        },
                        {
                          "text": "Other",
                          "value": 2
                        }
                      ]
                    }
                  ]
                },
                {
                  "text": "Arkansas",
                  "children": [{
                      "text": "1998",
                      "children": [{
                          "text": "Streptococcus",
                          "value": 1
                        },
                        {
                          "text": "Undeclared",
                          "value": 1
                        }
                      ]
                    },
                    {
                      "text": "1999",
                      "children": [{
                          "text": "Other",
                          "value": 2
                        },
                        {
                          "text": "Salmonella",
                          "value": 1
                        }
                      ]
                    },
                    {
                      "text": "2000",
                      "children": [{
                          "text": "Salmonella",
                          "value": 1
                        },
                        {
                          "text": "E.coli",
                          "value": 1
                        }
                      ]
                    },
                    {
                      "text": "2001",
                      "children": [{
                        "text": "Staphylococcus",
                        "value": 2
                      }]
                    },
                    {
                      "text": "2002",
                      "children": [{
                          "text": "Campylobacter",
                          "value": 1
                        },
                        {
                          "text": "Norovirus",
                          "value": 3
                        },
                        {
                          "text": "Staphylococcus",
                          "value": 1
                        },
                        {
                          "text": "Salmonella",
                          "value": 1
                        }
                      ]
                    },
                    {
                      "text": "2003",
                      "children": [{
                          "text": "Salmonella",
                          "value": 1
                        },
                        {
                          "text": "Staphylococcus",
                          "value": 1
                        }
                      ]
                    },
                    {
                      "text": "2004",
                      "children": [{
                        "text": "Salmonella",
                        "value": 1
                      }]
                    },
                    {
                      "text": "2005",
                      "children": [{
                          "text": "E.coli",
                          "value": 1
                        },
                        {
                          "text": "Salmonella",
                          "value": 3
                        }
                      ]
                    },
                    {
                      "text": "2006",
                      "children": [{
                          "text": "Salmonella",
                          "value": 2
                        },
                        {
                          "text": "Undeclared",
                          "value": 1
                        }
                      ]
                    },
                    {
                      "text": "2007",
                      "children": [{
                          "text": "Salmonella",
                          "value": 1
                        },
                        {
                          "text": "Clostridium",
                          "value": 1
                        }
                      ]
                    },
                    {
                      "text": "2008",
                      "children": [{
                        "text": "Salmonella",
                        "value": 1
                      }]
                    },
                    {
                      "text": "2009",
                      "children": [{
                          "text": "Salmonella",
                          "value": 1
                        },
                        {
                          "text": "Undeclared",
                          "value": 1
                        }
                      ]
                    },
                    {
                      "text": "2010",
                      "children": [{
                        "text": "Salmonella",
                        "value": 1
                      }]
                    },
                    {
                      "text": "2011",
                      "children": [{
                        "text": "Undeclared",
                        "value": 7
                      }]
                    },
                    {
                      "text": "2012",
                      "children": [{
                          "text": "Undeclared",
                          "value": 4
                        },
                        {
                          "text": "Salmonella",
                          "value": 2
                        }
                      ]
                    }
                  ]
                },
                {
                  "text": "Alabama",
                  "children": [{
                      "text": "1998",
                      "children": [{
                        "text": "Undeclared",
                        "value": 2
                      }]
                    },
                    {
                      "text": "1999",
                      "children": [{
                          "text": "Undeclared",
                          "value": 51
                        },
                        {
                          "text": "Salmonella",
                          "value": 1
                        },
                        {
                          "text": "Bacillus",
                          "value": 1
                        }
                      ]
                    },
                    {
                      "text": "2000",
                      "children": [{
                          "text": "Undeclared",
                          "value": 38
                        },
                        {
                          "text": "Salmonella",
                          "value": 2
                        },
                        {
                          "text": "Norovirus",
                          "value": 1
                        },
                        {
                          "text": "Staphylococcus",
                          "value": 1
                        },
                        {
                          "text": "Bacillus",
                          "value": 1
                        }
                      ]
                    },
                    {
                      "text": "2001",
                      "children": [{
                        "text": "Hepatitis",
                        "value": 1
                      }]
                    },
                    {
                      "text": "2002",
                      "children": [{
                          "text": "Undeclared",
                          "value": 45
                        },
                        {
                          "text": "Bacillus",
                          "value": 1
                        },
                        {
                          "text": "Norovirus",
                          "value": 1
                        }
                      ]
                    },
                    {
                      "text": "2003",
                      "children": [{
                          "text": "Undeclared",
                          "value": 32
                        },
                        {
                          "text": "Other",
                          "value": 1
                        }
                      ]
                    },
                    {
                      "text": "2004",
                      "children": [{
                        "text": "Undeclared",
                        "value": 27
                      }]
                    },
                    {
                      "text": "2005",
                      "children": [{
                        "text": "Norovirus",
                        "value": 1
                      }]
                    },
                    {
                      "text": "2006",
                      "children": [{
                        "text": "Clostridium",
                        "value": 1
                      }]
                    },
                    {
                      "text": "2007",
                      "children": [{
                          "text": "Salmonella",
                          "value": 2
                        },
                        {
                          "text": "E.coli",
                          "value": 2
                        },
                        {
                          "text": "Undeclared",
                          "value": 2
                        }
                      ]
                    },
                    {
                      "text": "2008",
                      "children": [{
                          "text": "E.coli",
                          "value": 1
                        },
                        {
                          "text": "Staphylococcus",
                          "value": 1
                        },
                        {
                          "text": "Campylobacter",
                          "value": 1
                        },
                        {
                          "text": "Clostridium",
                          "value": 1
                        }
                      ]
                    },
                    {
                      "text": "2009",
                      "children": [{
                          "text": "Bacillus",
                          "value": 1
                        },
                        {
                          "text": "Norovirus",
                          "value": 2
                        }
                      ]
                    },
                    {
                      "text": "2010",
                      "children": [{
                        "text": "Undeclared",
                        "value": 2
                      }]
                    },
                    {
                      "text": "2011",
                      "children": [{
                          "text": "Norovirus",
                          "value": 2
                        },
                        {
                          "text": "Salmonella",
                          "value": 1
                        },
                        {
                          "text": "Campylobacter",
                          "value": 1
                        }
                      ]
                    },
                    {
                      "text": "2012",
                      "children": [{
                          "text": "Undeclared",
                          "value": 1
                        },
                        {
                          "text": "Salmonella",
                          "value": 1
                        }
                      ]
                    }
                  ]
                },
                {
                  "text": "Alaska",
                  "children": [{
                      "text": "1998",
                      "children": [{
                        "text": "Clostridium",
                        "value": 1
                      }]
                    },
                    {
                      "text": "1999",
                      "children": [{
                        "text": "Norovirus",
                        "value": 1
                      }]
                    },
                    {
                      "text": "2000",
                      "children": [{
                          "text": "Hepatitis",
                          "value": 1
                        },
                        {
                          "text": "Norovirus",
                          "value": 2
                        },
                        {
                          "text": "Trichinella",
                          "value": 1
                        },
                        {
                          "text": "Undeclared",
                          "value": 1
                        },
                        {
                          "text": "E.coli",
                          "value": 1
                        }
                      ]
                    },
                    {
                      "text": "2001",
                      "children": [{
                          "text": "Staphylococcus",
                          "value": 1
                        },
                        {
                          "text": "Clostridium",
                          "value": 3
                        }
                      ]
                    },
                    {
                      "text": "2002",
                      "children": [{
                          "text": "Salmonella",
                          "value": 2
                        },
                        {
                          "text": "Clostridium",
                          "value": 4
                        },
                        {
                          "text": "Trichinella",
                          "value": 1
                        },
                        {
                          "text": "Norovirus",
                          "value": 2
                        },
                        {
                          "text": "Paralytic",
                          "value": 1
                        },
                        {
                          "text": "Undeclared",
                          "value": 2
                        },
                        {
                          "text": "Yersinia",
                          "value": 1
                        }
                      ]
                    },
                    {
                      "text": "2003",
                      "children": [{
                          "text": "Undeclared",
                          "value": 1
                        },
                        {
                          "text": "Salmonella",
                          "value": 1
                        }
                      ]
                    },
                    {
                      "text": "2004",
                      "children": [{
                          "text": "Clostridium",
                          "value": 1
                        },
                        {
                          "text": "Vibrio",
                          "value": 1
                        }
                      ]
                    },
                    {
                      "text": "2005",
                      "children": [{
                          "text": "E.coli",
                          "value": 2
                        },
                        {
                          "text": "Trichinella",
                          "value": 1
                        },
                        {
                          "text": "Clostridium",
                          "value": 2
                        },
                        {
                          "text": "Campylobacter",
                          "value": 1
                        },
                        {
                          "text": "Salmonella",
                          "value": 1
                        }
                      ]
                    },
                    {
                      "text": "2006",
                      "children": [{
                          "text": "Clostridium",
                          "value": 1
                        },
                        {
                          "text": "Other",
                          "value": 1
                        },
                        {
                          "text": "Undeclared",
                          "value": 1
                        }
                      ]
                    },
                    {
                      "text": "2007",
                      "children": [{
                          "text": "Salmonella",
                          "value": 2
                        },
                        {
                          "text": "Clostridium",
                          "value": 2
                        }
                      ]
                    },
                    {
                      "text": "2008",
                      "children": [{
                          "text": "Histamine",
                          "value": 1
                        },
                        {
                          "text": "Undeclared",
                          "value": 1
                        },
                        {
                          "text": "Clostridium",
                          "value": 3
                        },
                        {
                          "text": "E.coli",
                          "value": 1
                        },
                        {
                          "text": "Campylobacter",
                          "value": 1
                        }
                      ]
                    },
                    {
                      "text": "2009",
                      "children": [{
                          "text": "Norovirus",
                          "value": 1
                        },
                        {
                          "text": "Vibrio",
                          "value": 1
                        },
                        {
                          "text": "Salmonella",
                          "value": 1
                        }
                      ]
                    },
                    {
                      "text": "2010",
                      "children": [{
                          "text": "Clostridium",
                          "value": 2
                        },
                        {
                          "text": "Undeclared",
                          "value": 1
                        },
                        {
                          "text": "Paralytic",
                          "value": 1
                        },
                        {
                          "text": "Salmonella",
                          "value": 1
                        }
                      ]
                    },
                    {
                      "text": "2011",
                      "children": [{
                          "text": "Other",
                          "value": 1
                        },
                        {
                          "text": "Campylobacter",
                          "value": 1
                        },
                        {
                          "text": "Clostridium",
                          "value": 1
                        }
                      ]
                    },
                    {
                      "text": "2012",
                      "children": [{
                          "text": "Other",
                          "value": 1
                        },
                        {
                          "text": "Salmonella",
                          "value": 1
                        },
                        {
                          "text": "Undeclared",
                          "value": 3
                        },
                        {
                          "text": "Vibrio",
                          "value": 1
                        },
                        {
                          "text": "Trichinella",
                          "value": 1
                        }
                      ]
                    }
                  ]
                },
                {
                  "text": "Wyoming",
                  "children": [{
                      "text": "1998",
                      "children": [{
                        "text": "Salmonella",
                        "value": 1
                      }]
                    },
                    {
                      "text": "1999",
                      "children": [
    
                      ]
                    },
                    {
                      "text": "2000",
                      "children": [{
                          "text": "Norovirus",
                          "value": 2
                        },
                        {
                          "text": "E.coli",
                          "value": 2
                        }
                      ]
                    },
                    {
                      "text": "2001",
                      "children": [{
                          "text": "Norovirus",
                          "value": 1
                        },
                        {
                          "text": "Campylobacter",
                          "value": 2
                        },
                        {
                          "text": "Salmonella",
                          "value": 1
                        }
                      ]
                    },
                    {
                      "text": "2002",
                      "children": [{
                          "text": "Clostridium",
                          "value": 1
                        },
                        {
                          "text": "Undeclared",
                          "value": 2
                        },
                        {
                          "text": "Norovirus",
                          "value": 3
                        },
                        {
                          "text": "Salmonella",
                          "value": 1
                        }
                      ]
                    },
                    {
                      "text": "2003",
                      "children": [{
                        "text": "Salmonella",
                        "value": 1
                      }]
                    },
                    {
                      "text": "2004",
                      "children": [{
                          "text": "Norovirus",
                          "value": 2
                        },
                        {
                          "text": "Campylobacter",
                          "value": 1
                        },
                        {
                          "text": "Undeclared",
                          "value": 1
                        }
                      ]
                    },
                    {
                      "text": "2005",
                      "children": [{
                          "text": "Undeclared",
                          "value": 1
                        },
                        {
                          "text": "Campylobacter",
                          "value": 3
                        },
                        {
                          "text": "Salmonella",
                          "value": 1
                        }
                      ]
                    },
                    {
                      "text": "2006",
                      "children": [{
                          "text": "Salmonella",
                          "value": 1
                        },
                        {
                          "text": "Norovirus",
                          "value": 3
                        }
                      ]
                    },
                    {
                      "text": "2007",
                      "children": [{
                          "text": "Clostridium",
                          "value": 1
                        },
                        {
                          "text": "Campylobacter",
                          "value": 1
                        },
                        {
                          "text": "Salmonella",
                          "value": 3
                        },
                        {
                          "text": "E.coli",
                          "value": 1
                        }
                      ]
                    },
                    {
                      "text": "2008",
                      "children": [{
                          "text": "Salmonella",
                          "value": 1
                        },
                        {
                          "text": "Norovirus",
                          "value": 3
                        },
                        {
                          "text": "Undeclared",
                          "value": 2
                        },
                        {
                          "text": "Giardia",
                          "value": 1
                        }
                      ]
                    },
                    {
                      "text": "2009",
                      "children": [{
                          "text": "Norovirus",
                          "value": 2
                        },
                        {
                          "text": "E.coli",
                          "value": 1
                        },
                        {
                          "text": "Clostridium",
                          "value": 1
                        }
                      ]
                    },
                    {
                      "text": "2010",
                      "children": [{
                        "text": "Norovirus",
                        "value": 1
                      }]
                    },
                    {
                      "text": "2011",
                      "children": [{
                          "text": "Norovirus",
                          "value": 2
                        },
                        {
                          "text": "Undeclared",
                          "value": 1
                        }
                      ]
                    },
                    {
                      "text": "2012",
                      "children": [{
                          "text": "Undeclared",
                          "value": 1
                        },
                        {
                          "text": "Norovirus",
                          "value": 2
                        }
                      ]
                    }
                  ]
                },
                {
                  "text": "Nevada",
                  "children": [{
                      "text": "1998",
                      "children": [{
                          "text": "E.coli",
                          "value": 1
                        },
                        {
                          "text": "Salmonella",
                          "value": 1
                        }
                      ]
                    },
                    {
                      "text": "1999",
                      "children": [
    
                      ]
                    },
                    {
                      "text": "2000",
                      "children": [{
                        "text": "Salmonella",
                        "value": 3
                      }]
                    },
                    {
                      "text": "2001",
                      "children": [{
                          "text": "E.coli",
                          "value": 2
                        },
                        {
                          "text": "Salmonella",
                          "value": 1
                        }
                      ]
                    },
                    {
                      "text": "2002",
                      "children": [{
                        "text": "Norovirus",
                        "value": 3
                      }]
                    },
                    {
                      "text": "2003",
                      "children": [{
                          "text": "Norovirus",
                          "value": 8
                        },
                        {
                          "text": "Salmonella",
                          "value": 1
                        },
                        {
                          "text": "Clostridium",
                          "value": 1
                        }
                      ]
                    },
                    {
                      "text": "2004",
                      "children": [{
                          "text": "Norovirus",
                          "value": 10
                        },
                        {
                          "text": "Other",
                          "value": 1
                        },
                        {
                          "text": "Salmonella",
                          "value": 1
                        },
                        {
                          "text": "Undeclared",
                          "value": 2
                        },
                        {
                          "text": "Clostridium",
                          "value": 1
                        },
                        {
                          "text": "Vibrio",
                          "value": 1
                        }
                      ]
                    },
                    {
                      "text": "2005",
                      "children": [
    
                      ]
                    },
                    {
                      "text": "2006",
                      "children": [{
                          "text": "Salmonella",
                          "value": 1
                        },
                        {
                          "text": "Clostridium",
                          "value": 1
                        }
                      ]
                    },
                    {
                      "text": "2007",
                      "children": [
    
                      ]
                    },
                    {
                      "text": "2008",
                      "children": [{
                          "text": "Histamine",
                          "value": 1
                        },
                        {
                          "text": "Norovirus",
                          "value": 3
                        },
                        {
                          "text": "Undeclared",
                          "value": 1
                        },
                        {
                          "text": "Salmonella",
                          "value": 1
                        }
                      ]
                    },
                    {
                      "text": "2009",
                      "children": [{
                          "text": "Norovirus",
                          "value": 2
                        },
                        {
                          "text": "Clostridium",
                          "value": 1
                        },
                        {
                          "text": "Salmonella",
                          "value": 1
                        }
                      ]
                    },
                    {
                      "text": "2010",
                      "children": [{
                        "text": "Norovirus",
                        "value": 1
                      }]
                    },
                    {
                      "text": "2011",
                      "children": [{
                          "text": "Norovirus",
                          "value": 2
                        },
                        {
                          "text": "Clostridium",
                          "value": 1
                        }
                      ]
                    },
                    {
                      "text": "2012",
                      "children": [{
                          "text": "Norovirus",
                          "value": 1
                        },
                        {
                          "text": "Salmonella",
                          "value": 1
                        }
                      ]
                    }
                  ]
                },
                {
                  "text": "Delaware",
                  "children": [{
                      "text": "1998",
                      "children": [
    
                      ]
                    },
                    {
                      "text": "1999",
                      "children": [
    
                      ]
                    },
                    {
                      "text": "2000",
                      "children": [
    
                      ]
                    },
                    {
                      "text": "2001",
                      "children": [
    
                      ]
                    },
                    {
                      "text": "2002",
                      "children": [{
                        "text": "Salmonella",
                        "value": 1
                      }]
                    },
                    {
                      "text": "2003",
                      "children": [{
                          "text": "Norovirus",
                          "value": 1
                        },
                        {
                          "text": "Undeclared",
                          "value": 2
                        }
                      ]
                    },
                    {
                      "text": "2004",
                      "children": [{
                        "text": "Undeclared",
                        "value": 2
                      }]
                    },
                    {
                      "text": "2005",
                      "children": [{
                        "text": "Norovirus",
                        "value": 1
                      }]
                    },
                    {
                      "text": "2006",
                      "children": [{
                        "text": "Undeclared",
                        "value": 1
                      }]
                    },
                    {
                      "text": "2007",
                      "children": [{
                        "text": "Salmonella",
                        "value": 1
                      }]
                    },
                    {
                      "text": "2008",
                      "children": [{
                          "text": "Norovirus",
                          "value": 1
                        },
                        {
                          "text": "Undeclared",
                          "value": 1
                        }
                      ]
                    },
                    {
                      "text": "2009",
                      "children": [
    
                      ]
                    },
                    {
                      "text": "2010",
                      "children": [
    
                      ]
                    },
                    {
                      "text": "2011",
                      "children": [
    
                      ]
                    },
                    {
                      "text": "2012",
                      "children": [{
                        "text": "Norovirus",
                        "value": 1
                      }]
                    }
                  ]
                },
                {
                  "text": "Puerto Rico",
                  "children": [{
                      "text": "1998",
                      "children": [
    
                      ]
                    },
                    {
                      "text": "1999",
                      "children": [
    
                      ]
                    },
                    {
                      "text": "2000",
                      "children": [
    
                      ]
                    },
                    {
                      "text": "2001",
                      "children": [
    
                      ]
                    },
                    {
                      "text": "2002",
                      "children": [
    
                      ]
                    },
                    {
                      "text": "2003",
                      "children": [
    
                      ]
                    },
                    {
                      "text": "2004",
                      "children": [
    
                      ]
                    },
                    {
                      "text": "2005",
                      "children": [
    
                      ]
                    },
                    {
                      "text": "2006",
                      "children": [
    
                      ]
                    },
                    {
                      "text": "2007",
                      "children": [{
                          "text": "Staphylococcus",
                          "value": 1
                        },
                        {
                          "text": "Undeclared",
                          "value": 10
                        }
                      ]
                    },
                    {
                      "text": "2008",
                      "children": [{
                          "text": "Undeclared",
                          "value": 9
                        },
                        {
                          "text": "Vibrio",
                          "value": 1
                        },
                        {
                          "text": "Salmonella",
                          "value": 3
                        },
                        {
                          "text": "Ciguatoxin",
                          "value": 1
                        },
                        {
                          "text": "Bacillus",
                          "value": 1
                        }
                      ]
                    },
                    {
                      "text": "2009",
                      "children": [{
                          "text": "Undeclared",
                          "value": 2
                        },
                        {
                          "text": "Staphylococcus",
                          "value": 1
                        }
                      ]
                    },
                    {
                      "text": "2010",
                      "children": [{
                        "text": "Undeclared",
                        "value": 4
                      }]
                    },
                    {
                      "text": "2011",
                      "children": [{
                          "text": "Undeclared",
                          "value": 5
                        },
                        {
                          "text": "Ciguatoxin",
                          "value": 4
                        }
                      ]
                    },
                    {
                      "text": "2012",
                      "children": [{
                          "text": "Histamine",
                          "value": 1
                        },
                        {
                          "text": "Undeclared",
                          "value": 6
                        },
                        {
                          "text": "Ciguatoxin",
                          "value": 5
                        },
                        {
                          "text": "Staphylococcus",
                          "value": 2
                        }
                      ]
                    }
                  ]
                }
              ]
            }]
          };
    
          // render chart
          zingchart.render({
            id: 'myChart',
            data: chartConfig
          });
        });
      </script>
    </body>
    
    </html>
    <!DOCTYPE html>
    <html>
    
    <head>
      <meta charset="utf-8">
      <title>ZingSoft Demo</title>
      <script src="https://cdn.zingchart.com/zingchart.min.js"></script>
    </head>
    
    <body>
      <!-- CHART CONTAINER -->
      <div id="myChart" class="chart--container">
        <a class="zc-ref" href="https://www.zingchart.com/">Powered by ZingChart</a>
      </div>
    </body>
    
    </html>
    html,
    body {
      margin: 0;
      padding: 0;
      width: 100%;
      height: 100%;
    }
    
    .chart--container {
      min-height: 150px;
      width: 100%;
      height: 100%;
    }
    
    .zc-ref {
      display: none;
    }
    // window:load event for Javascript to run after HTML
    // because this Javascript is injected into the document head
    window.addEventListener('load', () => {
      // Javascript code to execute after DOM content
    
      // full ZingChart schema can be found here:
      // https://www.zingchart.com/docs/api/json-configuration/
      let chartConfig = {
        "type": "treemap",
        "options": {
          "max-children": [5, 55, 100, 100]
        },
        "series": [{
          "text": "United States",
          "children": [{
              "text": "Wisconsin",
              "children": [{
                  "text": "1998",
                  "children": [{
                      "text": "Undeclared",
                      "value": 8
                    },
                    {
                      "text": "Norovirus",
                      "value": 5
                    },
                    {
                      "text": "Salmonella",
                      "value": 2
                    },
                    {
                      "text": "E.coli",
                      "value": 3
                    },
                    {
                      "text": "Scombroid",
                      "value": 1
                    },
                    {
                      "text": "Clostridium",
                      "value": 3
                    },
                    {
                      "text": "Mycotoxins",
                      "value": 1
                    },
                    {
                      "text": "Campylobacter",
                      "value": 1
                    }
                  ]
                },
                {
                  "text": "1999",
                  "children": [{
                      "text": "Norovirus",
                      "value": 8
                    },
                    {
                      "text": "Clostridium",
                      "value": 3
                    },
                    {
                      "text": "Undeclared",
                      "value": 2
                    },
                    {
                      "text": "Salmonella",
                      "value": 4
                    },
                    {
                      "text": "Staphylococcus",
                      "value": 1
                    }
                  ]
                },
                {
                  "text": "2000",
                  "children": [{
                      "text": "Undeclared",
                      "value": 5
                    },
                    {
                      "text": "Norovirus",
                      "value": 6
                    },
                    {
                      "text": "Staphylococcus",
                      "value": 1
                    },
                    {
                      "text": "Clostridium",
                      "value": 2
                    },
                    {
                      "text": "E.coli",
                      "value": 4
                    },
                    {
                      "text": "Salmonella",
                      "value": 2
                    },
                    {
                      "text": "Campylobacter",
                      "value": 1
                    },
                    {
                      "text": "Shigella",
                      "value": 1
                    }
                  ]
                },
                {
                  "text": "2001",
                  "children": [{
                      "text": "Campylobacter",
                      "value": 3
                    },
                    {
                      "text": "E.coli",
                      "value": 3
                    },
                    {
                      "text": "Norovirus",
                      "value": 7
                    },
                    {
                      "text": "Salmonella",
                      "value": 3
                    },
                    {
                      "text": "Clostridium",
                      "value": 1
                    },
                    {
                      "text": "Undeclared",
                      "value": 3
                    }
                  ]
                },
                {
                  "text": "2002",
                  "children": [{
                      "text": "Norovirus",
                      "value": 17
                    },
                    {
                      "text": "Clostridium",
                      "value": 3
                    },
                    {
                      "text": "Salmonella",
                      "value": 8
                    },
                    {
                      "text": "Scombroid",
                      "value": 1
                    },
                    {
                      "text": "Campylobacter",
                      "value": 1
                    },
                    {
                      "text": "E.coli",
                      "value": 1
                    },
                    {
                      "text": "Staphylococcus",
                      "value": 1
                    }
                  ]
                },
                {
                  "text": "2003",
                  "children": [{
                      "text": "Norovirus",
                      "value": 5
                    },
                    {
                      "text": "Shigella",
                      "value": 1
                    },
                    {
                      "text": "Campylobacter",
                      "value": 4
                    },
                    {
                      "text": "Salmonella",
                      "value": 10
                    },
                    {
                      "text": "Yersinia",
                      "value": 1
                    }
                  ]
                },
                {
                  "text": "2004",
                  "children": [{
                      "text": "Norovirus",
                      "value": 31
                    },
                    {
                      "text": "Salmonella",
                      "value": 7
                    },
                    {
                      "text": "Bacillus",
                      "value": 1
                    },
                    {
                      "text": "Clostridium",
                      "value": 4
                    }
                  ]
                },
                {
                  "text": "2005",
                  "children": [{
                      "text": "Norovirus",
                      "value": 4
                    },
                    {
                      "text": "Undeclared",
                      "value": 3
                    },
                    {
                      "text": "Clostridium",
                      "value": 2
                    },
                    {
                      "text": "Salmonella",
                      "value": 1
                    },
                    {
                      "text": "Campylobacter",
                      "value": 1
                    },
                    {
                      "text": "Staphylococcus",
                      "value": 2
                    }
                  ]
                },
                {
                  "text": "2006",
                  "children": [{
                      "text": "Norovirus",
                      "value": 32
                    },
                    {
                      "text": "Scombroid",
                      "value": 1
                    },
                    {
                      "text": "Campylobacter",
                      "value": 3
                    }
                  ]
                },
                {
                  "text": "2007",
                  "children": [{
                      "text": "Norovirus",
                      "value": 15
                    },
                    {
                      "text": "Clostridium",
                      "value": 3
                    },
                    {
                      "text": "Salmonella",
                      "value": 2
                    },
                    {
                      "text": "Campylobacter",
                      "value": 1
                    },
                    {
                      "text": "Undeclared",
                      "value": 2
                    },
                    {
                      "text": "E.coli",
                      "value": 1
                    }
                  ]
                },
                {
                  "text": "2008",
                  "children": [{
                      "text": "Norovirus",
                      "value": 10
                    },
                    {
                      "text": "Undeclared",
                      "value": 2
                    },
                    {
                      "text": "Clostridium",
                      "value": 6
                    },
                    {
                      "text": "Cyclospora",
                      "value": 1
                    },
                    {
                      "text": "Campylobacter",
                      "value": 1
                    },
                    {
                      "text": "Other",
                      "value": 1
                    }
                  ]
                },
                {
                  "text": "2009",
                  "children": [{
                      "text": "Norovirus",
                      "value": 9
                    },
                    {
                      "text": "Clostridium",
                      "value": 4
                    },
                    {
                      "text": "Salmonella",
                      "value": 2
                    },
                    {
                      "text": "Undeclared",
                      "value": 2
                    },
                    {
                      "text": "E.coli",
                      "value": 1
                    },
                    {
                      "text": "Campylobacter",
                      "value": 1
                    }
                  ]
                },
                {
                  "text": "2010",
                  "children": [{
                      "text": "Norovirus",
                      "value": 19
                    },
                    {
                      "text": "Salmonella",
                      "value": 3
                    },
                    {
                      "text": "Clostridium",
                      "value": 3
                    },
                    {
                      "text": "Undeclared",
                      "value": 1
                    },
                    {
                      "text": "E.coli",
                      "value": 1
                    }
                  ]
                },
                {
                  "text": "2011",
                  "children": [{
                      "text": "Clostridium",
                      "value": 1
                    },
                    {
                      "text": "Campylobacter",
                      "value": 1
                    },
                    {
                      "text": "E.coli",
                      "value": 2
                    },
                    {
                      "text": "Norovirus",
                      "value": 6
                    },
                    {
                      "text": "Undeclared",
                      "value": 2
                    },
                    {
                      "text": "Cryptosporidium",
                      "value": 1
                    },
                    {
                      "text": "Salmonella",
                      "value": 2
                    }
                  ]
                },
                {
                  "text": "2012",
                  "children": [{
                      "text": "Clostridium",
                      "value": 4
                    },
                    {
                      "text": "Norovirus",
                      "value": 12
                    },
                    {
                      "text": "Undeclared",
                      "value": 1
                    },
                    {
                      "text": "Campylobacter",
                      "value": 2
                    },
                    {
                      "text": "E.coli",
                      "value": 1
                    }
                  ]
                }
              ]
            },
            {
              "text": "Missouri",
              "children": [{
                  "text": "1998",
                  "children": [{
                    "text": "Undeclared",
                    "value": 6
                  }]
                },
                {
                  "text": "1999",
                  "children": [{
                      "text": "Cyclospora",
                      "value": 1
                    },
                    {
                      "text": "Salmonella",
                      "value": 1
                    },
                    {
                      "text": "Undeclared",
                      "value": 3
                    }
                  ]
                },
                {
                  "text": "2000",
                  "children": [{
                      "text": "Undeclared",
                      "value": 4
                    },
                    {
                      "text": "Norovirus",
                      "value": 2
                    },
                    {
                      "text": "E.coli",
                      "value": 1
                    }
                  ]
                },
                {
                  "text": "2001",
                  "children": [{
                    "text": "Salmonella",
                    "value": 1
                  }]
                },
                {
                  "text": "2002",
                  "children": [{
                      "text": "Salmonella",
                      "value": 2
                    },
                    {
                      "text": "Norovirus",
                      "value": 3
                    },
                    {
                      "text": "Undeclared",
                      "value": 1
                    },
                    {
                      "text": "Shigella",
                      "value": 1
                    },
                    {
                      "text": "Campylobacter",
                      "value": 1
                    }
                  ]
                },
                {
                  "text": "2003",
                  "children": [{
                      "text": "Undeclared",
                      "value": 3
                    },
                    {
                      "text": "Salmonella",
                      "value": 4
                    },
                    {
                      "text": "Hepatitis",
                      "value": 1
                    },
                    {
                      "text": "Staphylococcus",
                      "value": 1
                    },
                    {
                      "text": "E.coli",
                      "value": 1
                    }
                  ]
                },
                {
                  "text": "2004",
                  "children": [{
                      "text": "Undeclared",
                      "value": 12
                    },
                    {
                      "text": "Norovirus",
                      "value": 3
                    },
                    {
                      "text": "Salmonella",
                      "value": 1
                    },
                    {
                      "text": "Staphylococcus",
                      "value": 1
                    },
                    {
                      "text": "Bacillus",
                      "value": 2
                    },
                    {
                      "text": "Campylobacter",
                      "value": 1
                    }
                  ]
                },
                {
                  "text": "2005",
                  "children": [{
                      "text": "Undeclared",
                      "value": 1
                    },
                    {
                      "text": "Salmonella",
                      "value": 1
                    }
                  ]
                },
                {
                  "text": "2006",
                  "children": [{
                    "text": "Undeclared",
                    "value": 4
                  }]
                },
                {
                  "text": "2007",
                  "children": [{
                      "text": "Bacillus",
                      "value": 1
                    },
                    {
                      "text": "Undeclared",
                      "value": 2
                    },
                    {
                      "text": "Salmonella",
                      "value": 1
                    },
                    {
                      "text": "Norovirus",
                      "value": 2
                    },
                    {
                      "text": "Ciguatoxin",
                      "value": 1
                    },
                    {
                      "text": "Giardia",
                      "value": 1
                    }
                  ]
                },
                {
                  "text": "2008",
                  "children": [{
                      "text": "E.coli",
                      "value": 1
                    },
                    {
                      "text": "Salmonella",
                      "value": 2
                    },
                    {
                      "text": "Norovirus",
                      "value": 1
                    }
                  ]
                },
                {
                  "text": "2009",
                  "children": [{
                      "text": "Undeclared",
                      "value": 7
                    },
                    {
                      "text": "Salmonella",
                      "value": 2
                    }
                  ]
                },
                {
                  "text": "2010",
                  "children": [{
                      "text": "Clostridium",
                      "value": 1
                    },
                    {
                      "text": "Undeclared",
                      "value": 3
                    },
                    {
                      "text": "Norovirus",
                      "value": 4
                    },
                    {
                      "text": "Salmonella",
                      "value": 2
                    }
                  ]
                },
                {
                  "text": "2011",
                  "children": [{
                      "text": "Undeclared",
                      "value": 4
                    },
                    {
                      "text": "Salmonella",
                      "value": 1
                    },
                    {
                      "text": "Norovirus",
                      "value": 1
                    }
                  ]
                },
                {
                  "text": "2012",
                  "children": [{
                      "text": "Undeclared",
                      "value": 3
                    },
                    {
                      "text": "E.coli",
                      "value": 2
                    }
                  ]
                }
              ]
            },
            {
              "text": "Oregon",
              "children": [{
                  "text": "1998",
                  "children": [{
                      "text": "Salmonella",
                      "value": 2
                    },
                    {
                      "text": "Shigella",
                      "value": 3
                    },
                    {
                      "text": "Vibrio",
                      "value": 1
                    },
                    {
                      "text": "Scombroid",
                      "value": 1
                    },
                    {
                      "text": "Campylobacter",
                      "value": 1
                    },
                    {
                      "text": "Norovirus",
                      "value": 3
                    },
                    {
                      "text": "Undeclared",
                      "value": 10
                    },
                    {
                      "text": "Clostridium",
                      "value": 1
                    },
                    {
                      "text": "Staphylococcus",
                      "value": 1
                    }
                  ]
                },
                {
                  "text": "1999",
                  "children": [{
                      "text": "Norovirus",
                      "value": 11
                    },
                    {
                      "text": "Clostridium",
                      "value": 3
                    },
                    {
                      "text": "Undeclared",
                      "value": 5
                    },
                    {
                      "text": "Scombroid",
                      "value": 1
                    }
                  ]
                },
                {
                  "text": "2000",
                  "children": [{
                      "text": "Norovirus",
                      "value": 10
                    },
                    {
                      "text": "Clostridium",
                      "value": 1
                    },
                    {
                      "text": "Salmonella",
                      "value": 3
                    },
                    {
                      "text": "E.coli",
                      "value": 1
                    },
                    {
                      "text": "Vibrio",
                      "value": 1
                    },
                    {
                      "text": "Undeclared",
                      "value": 5
                    }
                  ]
                },
                {
                  "text": "2001",
                  "children": [{
                      "text": "Norovirus",
                      "value": 13
                    },
                    {
                      "text": "Salmonella",
                      "value": 2
                    },
                    {
                      "text": "Clostridium",
                      "value": 4
                    },
                    {
                      "text": "E.coli",
                      "value": 1
                    },
                    {
                      "text": "Undeclared",
                      "value": 9
                    },
                    {
                      "text": "Ciguatoxin",
                      "value": 1
                    },
                    {
                      "text": "Vibrio",
                      "value": 1
                    }
                  ]
                },
                {
                  "text": "2002",
                  "children": [{
                      "text": "Norovirus",
                      "value": 15
                    },
                    {
                      "text": "Scombroid",
                      "value": 2
                    },
                    {
                      "text": "Undeclared",
                      "value": 7
                    },
                    {
                      "text": "Salmonella",
                      "value": 3
                    },
                    {
                      "text": "E.coli",
                      "value": 1
                    },
                    {
                      "text": "Clostridium",
                      "value": 1
                    },
                    {
                      "text": "Hepatitis",
                      "value": 1
                    }
                  ]
                },
                {
                  "text": "2003",
                  "children": [{
                      "text": "Norovirus",
                      "value": 28
                    },
                    {
                      "text": "Bacillus",
                      "value": 3
                    },
                    {
                      "text": "Undeclared",
                      "value": 4
                    },
                    {
                      "text": "Salmonella",
                      "value": 5
                    },
                    {
                      "text": "Clostridium",
                      "value": 2
                    },
                    {
                      "text": "E.coli",
                      "value": 2
                    },
                    {
                      "text": "Scombroid",
                      "value": 1
                    },
                    {
                      "text": "Shigella",
                      "value": 1
                    }
                  ]
                },
                {
                  "text": "2004",
                  "children": [{
                      "text": "Norovirus",
                      "value": 31
                    },
                    {
                      "text": "Undeclared",
                      "value": 3
                    },
                    {
                      "text": "Clostridium",
                      "value": 4
                    },
                    {
                      "text": "Salmonella",
                      "value": 7
                    },
                    {
                      "text": "Vibrio",
                      "value": 2
                    },
                    {
                      "text": "Mycotoxins",
                      "value": 1
                    },
                    {
                      "text": "E.coli",
                      "value": 1
                    },
                    {
                      "text": "Bacillus",
                      "value": 1
                    },
                    {
                      "text": "Staphylococcus",
                      "value": 1
                    }
                  ]
                },
                {
                  "text": "2005",
                  "children": [{
                      "text": "Salmonella",
                      "value": 4
                    },
                    {
                      "text": "Norovirus",
                      "value": 19
                    },
                    {
                      "text": "E.coli",
                      "value": 2
                    },
                    {
                      "text": "Bacillus",
                      "value": 1
                    },
                    {
                      "text": "Undeclared",
                      "value": 3
                    },
                    {
                      "text": "Clostridium",
                      "value": 1
                    },
                    {
                      "text": "Scombroid",
                      "value": 1
                    }
                  ]
                },
                {
                  "text": "2006",
                  "children": [{
                      "text": "Norovirus",
                      "value": 22
                    },
                    {
                      "text": "Shigella",
                      "value": 1
                    },
                    {
                      "text": "Listeria",
                      "value": 2
                    },
                    {
                      "text": "Salmonella",
                      "value": 4
                    },
                    {
                      "text": "E.coli",
                      "value": 2
                    },
                    {
                      "text": "Hepatitis",
                      "value": 1
                    },
                    {
                      "text": "Campylobacter",
                      "value": 1
                    },
                    {
                      "text": "Plant",
                      "value": 1
                    }
                  ]
                },
                {
                  "text": "2007",
                  "children": [{
                      "text": "Norovirus",
                      "value": 18
                    },
                    {
                      "text": "Clostridium",
                      "value": 3
                    },
                    {
                      "text": "Salmonella",
                      "value": 2
                    },
                    {
                      "text": "E.coli",
                      "value": 2
                    },
                    {
                      "text": "Undeclared",
                      "value": 7
                    }
                  ]
                },
                {
                  "text": "2008",
                  "children": [{
                      "text": "Norovirus",
                      "value": 18
                    },
                    {
                      "text": "Undeclared",
                      "value": 3
                    },
                    {
                      "text": "Salmonella",
                      "value": 3
                    },
                    {
                      "text": "Clostridium",
                      "value": 2
                    },
                    {
                      "text": "Campylobacter",
                      "value": 1
                    }
                  ]
                },
                {
                  "text": "2009",
                  "children": [{
                      "text": "Norovirus",
                      "value": 7
                    },
                    {
                      "text": "Undeclared",
                      "value": 3
                    },
                    {
                      "text": "Salmonella",
                      "value": 4
                    },
                    {
                      "text": "E.coli",
                      "value": 1
                    }
                  ]
                },
                {
                  "text": "2010",
                  "children": [{
                      "text": "Norovirus",
                      "value": 22
                    },
                    {
                      "text": "Salmonella",
                      "value": 5
                    },
                    {
                      "text": "Undeclared",
                      "value": 3
                    },
                    {
                      "text": "Staphylococcus",
                      "value": 1
                    },
                    {
                      "text": "E.coli",
                      "value": 1
                    }
                  ]
                },
                {
                  "text": "2011",
                  "children": [{
                      "text": "Norovirus",
                      "value": 12
                    },
                    {
                      "text": "Salmonella",
                      "value": 2
                    },
                    {
                      "text": "Staphylococcus",
                      "value": 1
                    },
                    {
                      "text": "E.coli",
                      "value": 1
                    },
                    {
                      "text": "Undeclared",
                      "value": 1
                    },
                    {
                      "text": "Scombroid",
                      "value": 1
                    }
                  ]
                },
                {
                  "text": "2012",
                  "children": [{
                      "text": "Norovirus",
                      "value": 17
                    },
                    {
                      "text": "E.coli",
                      "value": 2
                    },
                    {
                      "text": "Salmonella",
                      "value": 1
                    },
                    {
                      "text": "Clostridium",
                      "value": 2
                    },
                    {
                      "text": "Campylobacter",
                      "value": 1
                    },
                    {
                      "text": "Sapovirus",
                      "value": 1
                    }
                  ]
                }
              ]
            },
            {
              "text": "Florida",
              "children": [{
                  "text": "1998",
                  "children": [{
                      "text": "Undeclared",
                      "value": 159
                    },
                    {
                      "text": "Vibrio",
                      "value": 7
                    },
                    {
                      "text": "Staphylococcus",
                      "value": 22
                    },
                    {
                      "text": "Salmonella",
                      "value": 19
                    },
                    {
                      "text": "Ciguatoxin",
                      "value": 4
                    },
                    {
                      "text": "Norovirus",
                      "value": 20
                    },
                    {
                      "text": "Other",
                      "value": 4
                    },
                    {
                      "text": "Bacillus",
                      "value": 17
                    },
                    {
                      "text": "Scombroid",
                      "value": 5
                    },
                    {
                      "text": "Clostridium",
                      "value": 17
                    },
                    {
                      "text": "Shigella",
                      "value": 1
                    },
                    {
                      "text": "Campylobacter",
                      "value": 4
                    },
                    {
                      "text": "E.coli",
                      "value": 2
                    }
                  ]
                },
                {
                  "text": "1999",
                  "children": [{
                      "text": "Undeclared",
                      "value": 150
                    },
                    {
                      "text": "Staphylococcus",
                      "value": 29
                    },
                    {
                      "text": "Norovirus",
                      "value": 21
                    },
                    {
                      "text": "E.coli",
                      "value": 2
                    },
                    {
                      "text": "Salmonella",
                      "value": 9
                    },
                    {
                      "text": "Campylobacter",
                      "value": 1
                    },
                    {
                      "text": "Clostridium",
                      "value": 9
                    },
                    {
                      "text": "Shigella",
                      "value": 1
                    },
                    {
                      "text": "Scombroid",
                      "value": 5
                    },
                    {
                      "text": "Other",
                      "value": 7
                    },
                    {
                      "text": "Bacillus",
                      "value": 15
                    },
                    {
                      "text": "Vibrio",
                      "value": 8
                    },
                    {
                      "text": "Ciguatoxin",
                      "value": 3
                    },
                    {
                      "text": "Cyclospora",
                      "value": 1
                    },
                    {
                      "text": "Hepatitis",
                      "value": 3
                    },
                    {
                      "text": "Listeria",
                      "value": 1
                    },
                    {
                      "text": "Heavy",
                      "value": 1
                    }
                  ]
                },
                {
                  "text": "2000",
                  "children": [{
                      "text": "Salmonella",
                      "value": 18
                    },
                    {
                      "text": "Shigella",
                      "value": 2
                    },
                    {
                      "text": "Undeclared",
                      "value": 148
                    },
                    {
                      "text": "Bacillus",
                      "value": 11
                    },
                    {
                      "text": "Staphylococcus",
                      "value": 24
                    },
                    {
                      "text": "Norovirus",
                      "value": 23
                    },
                    {
                      "text": "Other",
                      "value": 6
                    },
                    {
                      "text": "Scombroid",
                      "value": 3
                    },
                    {
                      "text": "E.coli",
                      "value": 2
                    },
                    {
                      "text": "Clostridium",
                      "value": 12
                    },
                    {
                      "text": "Ciguatoxin",
                      "value": 7
                    },
                    {
                      "text": "Vibrio",
                      "value": 2
                    },
                    {
                      "text": "Heavy",
                      "value": 1
                    },
                    {
                      "text": "Hepatitis",
                      "value": 1
                    }
                  ]
                },
                {
                  "text": "2001",
                  "children": [{
                      "text": "Undeclared",
                      "value": 157
                    },
                    {
                      "text": "Neurotoxic",
                      "value": 2
                    },
                    {
                      "text": "Salmonella",
                      "value": 13
                    },
                    {
                      "text": "Histamine",
                      "value": 1
                    },
                    {
                      "text": "Norovirus",
                      "value": 33
                    },
                    {
                      "text": "Ciguatoxin",
                      "value": 5
                    },
                    {
                      "text": "Hepatitis",
                      "value": 2
                    },
                    {
                      "text": "Staphylococcus",
                      "value": 25
                    },
                    {
                      "text": "Bacillus",
                      "value": 3
                    },
                    {
                      "text": "Clostridium",
                      "value": 9
                    },
                    {
                      "text": "Scombroid",
                      "value": 6
                    },
                    {
                      "text": "Cyclospora",
                      "value": 1
                    },
                    {
                      "text": "Heavy",
                      "value": 1
                    },
                    {
                      "text": "Shigella",
                      "value": 6
                    },
                    {
                      "text": "Vibrio",
                      "value": 1
                    },
                    {
                      "text": "Other",
                      "value": 3
                    },
                    {
                      "text": "Campylobacter",
                      "value": 1
                    },
                    {
                      "text": "Plant",
                      "value": 1
                    }
                  ]
                },
                {
                  "text": "2002",
                  "children": [{
                      "text": "Staphylococcus",
                      "value": 27
                    },
                    {
                      "text": "Undeclared",
                      "value": 103
                    },
                    {
                      "text": "Norovirus",
                      "value": 26
                    },
                    {
                      "text": "Clostridium",
                      "value": 8
                    },
                    {
                      "text": "Salmonella",
                      "value": 19
                    },
                    {
                      "text": "Bacillus",
                      "value": 9
                    },
                    {
                      "text": "Other",
                      "value": 6
                    },
                    {
                      "text": "Vibrio",
                      "value": 5
                    },
                    {
                      "text": "Campylobacter",
                      "value": 2
                    },
                    {
                      "text": "Rotavirus",
                      "value": 2
                    },
                    {
                      "text": "Hepatitis",
                      "value": 3
                    },
                    {
                      "text": "Shigella",
                      "value": 4
                    },
                    {
                      "text": "Ciguatoxin",
                      "value": 3
                    },
                    {
                      "text": "Scombroid",
                      "value": 2
                    },
                    {
                      "text": "Cryptosporidium",
                      "value": 1
                    },
                    {
                      "text": "E.coli",
                      "value": 3
                    }
                  ]
                },
                {
                  "text": "2003",
                  "children": [{
                      "text": "Undeclared",
                      "value": 83
                    },
                    {
                      "text": "Rotavirus",
                      "value": 2
                    },
                    {
                      "text": "Staphylococcus",
                      "value": 13
                    },
                    {
                      "text": "Norovirus",
                      "value": 19
                    },
                    {
                      "text": "Salmonella",
                      "value": 15
                    },
                    {
                      "text": "Vibrio",
                      "value": 3
                    },
                    {
                      "text": "Bacillus",
                      "value": 10
                    },
                    {
                      "text": "Other",
                      "value": 3
                    },
                    {
                      "text": "Scombroid",
                      "value": 6
                    },
                    {
                      "text": "Clostridium",
                      "value": 3
                    },
                    {
                      "text": "Ciguatoxin",
                      "value": 2
                    },
                    {
                      "text": "Paralytic",
                      "value": 1
                    },
                    {
                      "text": "E.coli",
                      "value": 1
                    }
                  ]
                },
                {
                  "text": "2004",
                  "children": [{
                      "text": "Undeclared",
                      "value": 79
                    },
                    {
                      "text": "Norovirus",
                      "value": 31
                    },
                    {
                      "text": "Campylobacter",
                      "value": 1
                    },
                    {
                      "text": "Vibrio",
                      "value": 4
                    },
                    {
                      "text": "Staphylococcus",
                      "value": 13
                    },
                    {
                      "text": "Other",
                      "value": 4
                    },
                    {
                      "text": "Paralytic",
                      "value": 2
                    },
                    {
                      "text": "Salmonella",
                      "value": 11
                    },
                    {
                      "text": "Bacillus",
                      "value": 9
                    },
                    {
                      "text": "Scombroid",
                      "value": 4
                    },
                    {
                      "text": "E.coli",
                      "value": 1
                    },
                    {
                      "text": "Clostridium",
                      "value": 3
                    },
                    {
                      "text": "Ciguatoxin",
                      "value": 2
                    }
                  ]
                },
                {
                  "text": "2005",
                  "children": [{
                      "text": "Undeclared",
                      "value": 58
                    },
                    {
                      "text": "Cyclospora",
                      "value": 1
                    },
                    {
                      "text": "Salmonella",
                      "value": 8
                    },
                    {
                      "text": "Norovirus",
                      "value": 13
                    },
                    {
                      "text": "Staphylococcus",
                      "value": 12
                    },
                    {
                      "text": "Clostridium",
                      "value": 5
                    },
                    {
                      "text": "Scombroid",
                      "value": 4
                    },
                    {
                      "text": "Shigella",
                      "value": 1
                    },
                    {
                      "text": "Bacillus",
                      "value": 3
                    },
                    {
                      "text": "Vibrio",
                      "value": 1
                    },
                    {
                      "text": "Other",
                      "value": 2
                    },
                    {
                      "text": "Neurotoxic",
                      "value": 1
                    },
                    {
                      "text": "Heavy",
                      "value": 1
                    },
                    {
                      "text": "Ciguatoxin",
                      "value": 1
                    }
                  ]
                },
                {
                  "text": "2006",
                  "children": [{
                      "text": "Norovirus",
                      "value": 26
                    },
                    {
                      "text": "Staphylococcus",
                      "value": 10
                    },
                    {
                      "text": "Undeclared",
                      "value": 56
                    },
                    {
                      "text": "Ciguatoxin",
                      "value": 6
                    },
                    {
                      "text": "Clostridium",
                      "value": 3
                    },
                    {
                      "text": "Bacillus",
                      "value": 8
                    },
                    {
                      "text": "Scombroid",
                      "value": 2
                    },
                    {
                      "text": "Monosodium",
                      "value": 1
                    },
                    {
                      "text": "Cleaning",
                      "value": 1
                    },
                    {
                      "text": "Neurotoxic",
                      "value": 2
                    },
                    {
                      "text": "Giardia",
                      "value": 1
                    },
                    {
                      "text": "Salmonella",
                      "value": 1
                    }
                  ]
                },
                {
                  "text": "2007",
                  "children": [{
                      "text": "Undeclared",
                      "value": 48
                    },
                    {
                      "text": "E.coli",
                      "value": 2
                    },
                    {
                      "text": "Bacillus",
                      "value": 7
                    },
                    {
                      "text": "Norovirus",
                      "value": 15
                    },
                    {
                      "text": "Staphylococcus",
                      "value": 7
                    },
                    {
                      "text": "Scombroid",
                      "value": 5
                    },
                    {
                      "text": "Clostridium",
                      "value": 2
                    },
                    {
                      "text": "Ciguatoxin",
                      "value": 6
                    },
                    {
                      "text": "Salmonella",
                      "value": 6
                    },
                    {
                      "text": "Neurotoxic",
                      "value": 1
                    },
                    {
                      "text": "Hepatitis",
                      "value": 1
                    },
                    {
                      "text": "Other",
                      "value": 1
                    },
                    {
                      "text": "Rotavirus",
                      "value": 1
                    }
                  ]
                },
                {
                  "text": "2008",
                  "children": [{
                      "text": "Norovirus",
                      "value": 25
                    },
                    {
                      "text": "Bacillus",
                      "value": 6
                    },
                    {
                      "text": "Campylobacter",
                      "value": 1
                    },
                    {
                      "text": "Undeclared",
                      "value": 30
                    },
                    {
                      "text": "Staphylococcus",
                      "value": 7
                    },
                    {
                      "text": "Clostridium",
                      "value": 1
                    },
                    {
                      "text": "Salmonella",
                      "value": 3
                    },
                    {
                      "text": "Ciguatoxin",
                      "value": 9
                    },
                    {
                      "text": "Cleaning",
                      "value": 2
                    },
                    {
                      "text": "Rotavirus",
                      "value": 1
                    }
                  ]
                },
                {
                  "text": "2009",
                  "children": [{
                      "text": "Norovirus",
                      "value": 13
                    },
                    {
                      "text": "Undeclared",
                      "value": 13
                    },
                    {
                      "text": "E.coli",
                      "value": 1
                    },
                    {
                      "text": "Ciguatoxin",
                      "value": 5
                    },
                    {
                      "text": "Clostridium",
                      "value": 1
                    },
                    {
                      "text": "Shigella",
                      "value": 1
                    },
                    {
                      "text": "Staphylococcus",
                      "value": 4
                    },
                    {
                      "text": "Bacillus",
                      "value": 3
                    },
                    {
                      "text": "Salmonella",
                      "value": 4
                    }
                  ]
                },
                {
                  "text": "2010",
                  "children": [{
                      "text": "Norovirus",
                      "value": 22
                    },
                    {
                      "text": "Bacillus",
                      "value": 8
                    },
                    {
                      "text": "Undeclared",
                      "value": 10
                    },
                    {
                      "text": "Staphylococcus",
                      "value": 2
                    },
                    {
                      "text": "Clostridium",
                      "value": 2
                    },
                    {
                      "text": "Vibrio",
                      "value": 1
                    },
                    {
                      "text": "Salmonella",
                      "value": 5
                    },
                    {
                      "text": "Scombroid",
                      "value": 2
                    },
                    {
                      "text": "Shigella",
                      "value": 1
                    },
                    {
                      "text": "Campylobacter",
                      "value": 1
                    },
                    {
                      "text": "Other",
                      "value": 1
                    }
                  ]
                },
                {
                  "text": "2011",
                  "children": [{
                      "text": "Undeclared",
                      "value": 12
                    },
                    {
                      "text": "Bacillus",
                      "value": 2
                    },
                    {
                      "text": "Norovirus",
                      "value": 10
                    },
                    {
                      "text": "Scombroid",
                      "value": 3
                    },
                    {
                      "text": "Clostridium",
                      "value": 1
                    },
                    {
                      "text": "Ciguatoxin",
                      "value": 7
                    },
                    {
                      "text": "Salmonella",
                      "value": 3
                    },
                    {
                      "text": "Cyclospora",
                      "value": 1
                    }
                  ]
                },
                {
                  "text": "2012",
                  "children": [{
                      "text": "Scombroid",
                      "value": 2
                    },
                    {
                      "text": "Salmonella",
                      "value": 5
                    },
                    {
                      "text": "Norovirus",
                      "value": 17
                    },
                    {
                      "text": "Ciguatoxin",
                      "value": 3
                    },
                    {
                      "text": "Undeclared",
                      "value": 20
                    },
                    {
                      "text": "Vibrio",
                      "value": 1
                    },
                    {
                      "text": "Clostridium",
                      "value": 1
                    }
                  ]
                }
              ]
            },
            {
              "text": "Minnesota",
              "children": [{
                  "text": "1998",
                  "children": [{
                      "text": "Undeclared",
                      "value": 18
                    },
                    {
                      "text": "Norovirus",
                      "value": 7
                    },
                    {
                      "text": "Salmonella",
                      "value": 4
                    },
                    {
                      "text": "Campylobacter",
                      "value": 3
                    },
                    {
                      "text": "E.coli",
                      "value": 2
                    },
                    {
                      "text": "Bacillus",
                      "value": 2
                    },
                    {
                      "text": "Shigella",
                      "value": 2
                    },
                    {
                      "text": "Clostridium",
                      "value": 1
                    }
                  ]
                },
                {
                  "text": "1999",
                  "children": [{
                      "text": "Salmonella",
                      "value": 4
                    },
                    {
                      "text": "Norovirus",
                      "value": 24
                    },
                    {
                      "text": "E.coli",
                      "value": 2
                    },
                    {
                      "text": "Staphylococcus",
                      "value": 2
                    },
                    {
                      "text": "Undeclared",
                      "value": 2
                    },
                    {
                      "text": "Listeria",
                      "value": 1
                    },
                    {
                      "text": "Clostridium",
                      "value": 3
                    }
                  ]
                },
                {
                  "text": "2000",
                  "children": [{
                      "text": "Norovirus",
                      "value": 22
                    },
                    {
                      "text": "Scombroid",
                      "value": 2
                    },
                    {
                      "text": "Salmonella",
                      "value": 5
                    },
                    {
                      "text": "E.coli",
                      "value": 2
                    },
                    {
                      "text": "Shigella",
                      "value": 2
                    },
                    {
                      "text": "Undeclared",
                      "value": 7
                    },
                    {
                      "text": "Campylobacter",
                      "value": 1
                    },
                    {
                      "text": "Hepatitis",
                      "value": 2
                    },
                    {
                      "text": "Bacillus",
                      "value": 1
                    }
                  ]
                },
                {
                  "text": "2001",
                  "children": [{
                      "text": "Norovirus",
                      "value": 25
                    },
                    {
                      "text": "Scombroid",
                      "value": 1
                    },
                    {
                      "text": "Clostridium",
                      "value": 2
                    },
                    {
                      "text": "Salmonella",
                      "value": 3
                    },
                    {
                      "text": "Bacillus",
                      "value": 4
                    },
                    {
                      "text": "E.coli",
                      "value": 1
                    },
                    {
                      "text": "Undeclared",
                      "value": 1
                    },
                    {
                      "text": "Shigella",
                      "value": 1
                    },
                    {
                      "text": "Campylobacter",
                      "value": 1
                    }
                  ]
                },
                {
                  "text": "2002",
                  "children": [{
                      "text": "Bacillus",
                      "value": 3
                    },
                    {
                      "text": "Norovirus",
                      "value": 31
                    },
                    {
                      "text": "Astrovirus",
                      "value": 1
                    },
                    {
                      "text": "Clostridium",
                      "value": 4
                    },
                    {
                      "text": "Salmonella",
                      "value": 4
                    },
                    {
                      "text": "Campylobacter",
                      "value": 1
                    }
                  ]
                },
                {
                  "text": "2003",
                  "children": [{
                      "text": "Norovirus",
                      "value": 16
                    },
                    {
                      "text": "Staphylococcus",
                      "value": 2
                    },
                    {
                      "text": "Bacillus",
                      "value": 1
                    },
                    {
                      "text": "Other",
                      "value": 3
                    },
                    {
                      "text": "Campylobacter",
                      "value": 1
                    },
                    {
                      "text": "Undeclared",
                      "value": 5
                    },
                    {
                      "text": "Scombroid",
                      "value": 2
                    },
                    {
                      "text": "Salmonella",
                      "value": 4
                    },
                    {
                      "text": "Clostridium",
                      "value": 3
                    },
                    {
                      "text": "Cryptosporidium",
                      "value": 1
                    }
                  ]
                },
                {
                  "text": "2004",
                  "children": [{
                      "text": "Norovirus",
                      "value": 23
                    },
                    {
                      "text": "Bacillus",
                      "value": 2
                    },
                    {
                      "text": "Clostridium",
                      "value": 4
                    },
                    {
                      "text": "Campylobacter",
                      "value": 1
                    },
                    {
                      "text": "Salmonella",
                      "value": 4
                    },
                    {
                      "text": "E.coli",
                      "value": 1
                    },
                    {
                      "text": "Shigella",
                      "value": 1
                    },
                    {
                      "text": "Staphylococcus",
                      "value": 1
                    }
                  ]
                },
                {
                  "text": "2005",
                  "children": [{
                      "text": "Salmonella",
                      "value": 4
                    },
                    {
                      "text": "Norovirus",
                      "value": 28
                    },
                    {
                      "text": "Clostridium",
                      "value": 3
                    },
                    {
                      "text": "Scombroid",
                      "value": 2
                    },
                    {
                      "text": "Other",
                      "value": 1
                    },
                    {
                      "text": "Bacillus",
                      "value": 1
                    }
                  ]
                },
                {
                  "text": "2006",
                  "children": [{
                      "text": "Norovirus",
                      "value": 51
                    },
                    {
                      "text": "Clostridium",
                      "value": 5
                    },
                    {
                      "text": "Undeclared",
                      "value": 3
                    },
                    {
                      "text": "Scombroid",
                      "value": 5
                    },
                    {
                      "text": "Salmonella",
                      "value": 7
                    },
                    {
                      "text": "Listeria",
                      "value": 1
                    },
                    {
                      "text": "E.coli",
                      "value": 2
                    },
                    {
                      "text": "Cyclospora",
                      "value": 1
                    },
                    {
                      "text": "Mycotoxins",
                      "value": 1
                    },
                    {
                      "text": "Staphylococcus",
                      "value": 1
                    },
                    {
                      "text": "Shigella",
                      "value": 1
                    }
                  ]
                },
                {
                  "text": "2007",
                  "children": [{
                      "text": "Norovirus",
                      "value": 22
                    },
                    {
                      "text": "Clostridium",
                      "value": 3
                    },
                    {
                      "text": "Hepatitis",
                      "value": 2
                    },
                    {
                      "text": "E.coli",
                      "value": 4
                    },
                    {
                      "text": "Undeclared",
                      "value": 1
                    },
                    {
                      "text": "Scombroid",
                      "value": 1
                    },
                    {
                      "text": "Salmonella",
                      "value": 6
                    },
                    {
                      "text": "Other",
                      "value": 1
                    },
                    {
                      "text": "Cryptosporidium",
                      "value": 1
                    }
                  ]
                },
                {
                  "text": "2008",
                  "children": [{
                      "text": "Norovirus",
                      "value": 43
                    },
                    {
                      "text": "Salmonella",
                      "value": 6
                    },
                    {
                      "text": "Clostridium",
                      "value": 5
                    },
                    {
                      "text": "Undeclared",
                      "value": 1
                    },
                    {
                      "text": "Campylobacter",
                      "value": 2
                    },
                    {
                      "text": "Other",
                      "value": 2
                    }
                  ]
                },
                {
                  "text": "2009",
                  "children": [{
                      "text": "Norovirus",
                      "value": 23
                    },
                    {
                      "text": "Campylobacter",
                      "value": 1
                    },
                    {
                      "text": "E.coli",
                      "value": 5
                    },
                    {
                      "text": "Clostridium",
                      "value": 2
                    },
                    {
                      "text": "Salmonella",
                      "value": 3
                    },
                    {
                      "text": "Ciguatoxin",
                      "value": 1
                    },
                    {
                      "text": "Other",
                      "value": 1
                    }
                  ]
                },
                {
                  "text": "2010",
                  "children": [{
                      "text": "Norovirus",
                      "value": 39
                    },
                    {
                      "text": "Clostridium",
                      "value": 4
                    },
                    {
                      "text": "Salmonella",
                      "value": 7
                    },
                    {
                      "text": "E.coli",
                      "value": 3
                    },
                    {
                      "text": "Undeclared",
                      "value": 4
                    },
                    {
                      "text": "Vibrio",
                      "value": 2
                    },
                    {
                      "text": "Campylobacter",
                      "value": 2
                    }
                  ]
                },
                {
                  "text": "2011",
                  "children": [{
                      "text": "Norovirus",
                      "value": 29
                    },
                    {
                      "text": "Salmonella",
                      "value": 6
                    },
                    {
                      "text": "Bacillus",
                      "value": 2
                    },
                    {
                      "text": "Clostridium",
                      "value": 2
                    },
                    {
                      "text": "Trichinella",
                      "value": 1
                    },
                    {
                      "text": "Staphylococcus",
                      "value": 1
                    },
                    {
                      "text": "Campylobacter",
                      "value": 2
                    },
                    {
                      "text": "E.coli",
                      "value": 4
                    },
                    {
                      "text": "Vibrio",
                      "value": 1
                    },
                    {
                      "text": "Other",
                      "value": 2
                    },
                    {
                      "text": "Undeclared",
                      "value": 1
                    },
                    {
                      "text": "Cryptosporidium",
                      "value": 1
                    }
                  ]
                },
                {
                  "text": "2012",
                  "children": [{
                      "text": "Norovirus",
                      "value": 26
                    },
                    {
                      "text": "Salmonella",
                      "value": 10
                    },
                    {
                      "text": "Clostridium",
                      "value": 3
                    },
                    {
                      "text": "Streptococcus",
                      "value": 1
                    },
                    {
                      "text": "Sapovirus",
                      "value": 2
                    },
                    {
                      "text": "Campylobacter",
                      "value": 3
                    },
                    {
                      "text": "Scombroid",
                      "value": 1
                    },
                    {
                      "text": "Undeclared",
                      "value": 2
                    }
                  ]
                }
              ]
            },
            {
              "text": "North Carolina",
              "children": [{
                  "text": "1998",
                  "children": [{
                      "text": "Scombroid",
                      "value": 3
                    },
                    {
                      "text": "Clostridium",
                      "value": 1
                    },
                    {
                      "text": "Undeclared",
                      "value": 2
                    },
                    {
                      "text": "Norovirus",
                      "value": 3
                    },
                    {
                      "text": "E.coli",
                      "value": 1
                    },
                    {
                      "text": "Salmonella",
                      "value": 1
                    },
                    {
                      "text": "Campylobacter",
                      "value": 1
                    },
                    {
                      "text": "Vibrio",
                      "value": 1
                    }
                  ]
                },
                {
                  "text": "1999",
                  "children": [{
                      "text": "Staphylococcus",
                      "value": 2
                    },
                    {
                      "text": "Norovirus",
                      "value": 5
                    },
                    {
                      "text": "Clostridium",
                      "value": 1
                    },
                    {
                      "text": "Salmonella",
                      "value": 4
                    },
                    {
                      "text": "E.coli",
                      "value": 5
                    },
                    {
                      "text": "Bacillus",
                      "value": 1
                    }
                  ]
                },
                {
                  "text": "2000",
                  "children": [{
                      "text": "Salmonella",
                      "value": 1
                    },
                    {
                      "text": "Listeria",
                      "value": 1
                    },
                    {
                      "text": "Norovirus",
                      "value": 2
                    },
                    {
                      "text": "E.coli",
                      "value": 1
                    },
                    {
                      "text": "Undeclared",
                      "value": 1
                    }
                  ]
                },
                {
                  "text": "2001",
                  "children": [{
                      "text": "E.coli",
                      "value": 2
                    },
                    {
                      "text": "Undeclared",
                      "value": 1
                    },
                    {
                      "text": "Salmonella",
                      "value": 1
                    }
                  ]
                },
                {
                  "text": "2002",
                  "children": [{
                      "text": "Staphylococcus",
                      "value": 5
                    },
                    {
                      "text": "Undeclared",
                      "value": 3
                    },
                    {
                      "text": "Norovirus",
                      "value": 3
                    },
                    {
                      "text": "Salmonella",
                      "value": 4
                    }
                  ]
                },
                {
                  "text": "2003",
                  "children": [{
                      "text": "Undeclared",
                      "value": 2
                    },
                    {
                      "text": "Norovirus",
                      "value": 2
                    },
                    {
                      "text": "Salmonella",
                      "value": 2
                    },
                    {
                      "text": "Staphylococcus",
                      "value": 2
                    }
                  ]
                },
                {
                  "text": "2004",
                  "children": [{
                      "text": "Norovirus",
                      "value": 10
                    },
                    {
                      "text": "Undeclared",
                      "value": 5
                    },
                    {
                      "text": "Salmonella",
                      "value": 7
                    },
                    {
                      "text": "Shigella",
                      "value": 1
                    }
                  ]
                },
                {
                  "text": "2005",
                  "children": [{
                      "text": "Norovirus",
                      "value": 11
                    },
                    {
                      "text": "Salmonella",
                      "value": 5
                    },
                    {
                      "text": "Bacillus",
                      "value": 1
                    },
                    {
                      "text": "Undeclared",
                      "value": 6
                    },
                    {
                      "text": "Staphylococcus",
                      "value": 1
                    }
                  ]
                },
                {
                  "text": "2006",
                  "children": [{
                      "text": "Norovirus",
                      "value": 9
                    },
                    {
                      "text": "Salmonella",
                      "value": 6
                    },
                    {
                      "text": "Undeclared",
                      "value": 3
                    },
                    {
                      "text": "Campylobacter",
                      "value": 2
                    },
                    {
                      "text": "Hepatitis",
                      "value": 1
                    },
                    {
                      "text": "E.coli",
                      "value": 2
                    }
                  ]
                },
                {
                  "text": "2007",
                  "children": [{
                      "text": "Norovirus",
                      "value": 1
                    },
                    {
                      "text": "Salmonella",
                      "value": 3
                    },
                    {
                      "text": "E.coli",
                      "value": 3
                    }
                  ]
                },
                {
                  "text": "2008",
                  "children": [{
                      "text": "Salmonella",
                      "value": 4
                    },
                    {
                      "text": "Shigella",
                      "value": 2
                    },
                    {
                      "text": "Campylobacter",
                      "value": 1
                    },
                    {
                      "text": "E.coli",
                      "value": 1
                    },
                    {
                      "text": "Undeclared",
                      "value": 1
                    },
                    {
                      "text": "Norovirus",
                      "value": 1
                    }
                  ]
                },
                {
                  "text": "2009",
                  "children": [{
                    "text": "Salmonella",
                    "value": 1
                  }]
                },
                {
                  "text": "2010",
                  "children": [{
                      "text": "Clostridium",
                      "value": 1
                    },
                    {
                      "text": "Undeclared",
                      "value": 2
                    },
                    {
                      "text": "Salmonella",
                      "value": 7
                    }
                  ]
                },
                {
                  "text": "2011",
                  "children": [{
                      "text": "Campylobacter",
                      "value": 1
                    },
                    {
                      "text": "Undeclared",
                      "value": 3
                    },
                    {
                      "text": "Salmonella",
                      "value": 2
                    }
                  ]
                },
                {
                  "text": "2012",
                  "children": [{
                      "text": "Salmonella",
                      "value": 4
                    },
                    {
                      "text": "Norovirus",
                      "value": 2
                    },
                    {
                      "text": "Undeclared",
                      "value": 1
                    }
                  ]
                }
              ]
            },
            {
              "text": "Illinois",
              "children": [{
                  "text": "1998",
                  "children": [{
                      "text": "Norovirus",
                      "value": 3
                    },
                    {
                      "text": "Undeclared",
                      "value": 36
                    },
                    {
                      "text": "Salmonella",
                      "value": 7
                    },
                    {
                      "text": "Bacillus",
                      "value": 1
                    },
                    {
                      "text": "Shigella",
                      "value": 1
                    },
                    {
                      "text": "E.coli",
                      "value": 1
                    }
                  ]
                },
                {
                  "text": "1999",
                  "children": [{
                      "text": "Norovirus",
                      "value": 6
                    },
                    {
                      "text": "Undeclared",
                      "value": 46
                    },
                    {
                      "text": "Other",
                      "value": 1
                    },
                    {
                      "text": "Scombroid",
                      "value": 1
                    },
                    {
                      "text": "Salmonella",
                      "value": 3
                    },
                    {
                      "text": "E.coli",
                      "value": 1
                    },
                    {
                      "text": "Shigella",
                      "value": 3
                    },
                    {
                      "text": "Clostridium",
                      "value": 1
                    }
                  ]
                },
                {
                  "text": "2000",
                  "children": [{
                      "text": "Norovirus",
                      "value": 38
                    },
                    {
                      "text": "Undeclared",
                      "value": 14
                    },
                    {
                      "text": "Bacillus",
                      "value": 22
                    },
                    {
                      "text": "Cryptosporidium",
                      "value": 1
                    },
                    {
                      "text": "Salmonella",
                      "value": 2
                    },
                    {
                      "text": "Clostridium",
                      "value": 5
                    },
                    {
                      "text": "Shigella",
                      "value": 1
                    },
                    {
                      "text": "Scombroid",
                      "value": 2
                    }
                  ]
                },
                {
                  "text": "2001",
                  "children": [{
                      "text": "Norovirus",
                      "value": 24
                    },
                    {
                      "text": "Undeclared",
                      "value": 16
                    },
                    {
                      "text": "Salmonella",
                      "value": 9
                    },
                    {
                      "text": "Bacillus",
                      "value": 19
                    },
                    {
                      "text": "Clostridium",
                      "value": 2
                    },
                    {
                      "text": "E.coli",
                      "value": 4
                    },
                    {
                      "text": "Scombroid",
                      "value": 1
                    }
                  ]
                },
                {
                  "text": "2002",
                  "children": [{
                      "text": "Undeclared",
                      "value": 39
                    },
                    {
                      "text": "Norovirus",
                      "value": 35
                    },
                    {
                      "text": "Salmonella",
                      "value": 6
                    },
                    {
                      "text": "Bacillus",
                      "value": 1
                    },
                    {
                      "text": "E.coli",
                      "value": 2
                    },
                    {
                      "text": "Clostridium",
                      "value": 3
                    },
                    {
                      "text": "Shigella",
                      "value": 1
                    },
                    {
                      "text": "Other",
                      "value": 1
                    },
                    {
                      "text": "Staphylococcus",
                      "value": 1
                    }
                  ]
                },
                {
                  "text": "2003",
                  "children": [{
                      "text": "Norovirus",
                      "value": 18
                    },
                    {
                      "text": "Staphylococcus",
                      "value": 4
                    },
                    {
                      "text": "Undeclared",
                      "value": 19
                    },
                    {
                      "text": "Clostridium",
                      "value": 1
                    },
                    {
                      "text": "Other",
                      "value": 1
                    },
                    {
                      "text": "Salmonella",
                      "value": 4
                    },
                    {
                      "text": "Histamine",
                      "value": 3
                    },
                    {
                      "text": "Bacillus",
                      "value": 5
                    },
                    {
                      "text": "E.coli",
                      "value": 2
                    },
                    {
                      "text": "Hepatitis",
                      "value": 1
                    }
                  ]
                },
                {
                  "text": "2004",
                  "children": [{
                      "text": "Undeclared",
                      "value": 32
                    },
                    {
                      "text": "Norovirus",
                      "value": 47
                    },
                    {
                      "text": "Cyclospora",
                      "value": 1
                    },
                    {
                      "text": "Bacillus",
                      "value": 1
                    },
                    {
                      "text": "Staphylococcus",
                      "value": 2
                    },
                    {
                      "text": "Salmonella",
                      "value": 7
                    },
                    {
                      "text": "E.coli",
                      "value": 2
                    },
                    {
                      "text": "Clostridium",
                      "value": 1
                    }
                  ]
                },
                {
                  "text": "2005",
                  "children": [{
                      "text": "Mycotoxins",
                      "value": 2
                    },
                    {
                      "text": "Norovirus",
                      "value": 17
                    },
                    {
                      "text": "Undeclared",
                      "value": 31
                    },
                    {
                      "text": "Salmonella",
                      "value": 5
                    },
                    {
                      "text": "Campylobacter",
                      "value": 1
                    },
                    {
                      "text": "E.coli",
                      "value": 1
                    },
                    {
                      "text": "Ciguatoxin",
                      "value": 1
                    }
                  ]
                },
                {
                  "text": "2006",
                  "children": [{
                      "text": "Undeclared",
                      "value": 41
                    },
                    {
                      "text": "Campylobacter",
                      "value": 1
                    },
                    {
                      "text": "Norovirus",
                      "value": 19
                    },
                    {
                      "text": "Clostridium",
                      "value": 1
                    },
                    {
                      "text": "Salmonella",
                      "value": 4
                    },
                    {
                      "text": "E.coli",
                      "value": 1
                    },
                    {
                      "text": "Staphylococcus",
                      "value": 1
                    }
                  ]
                },
                {
                  "text": "2007",
                  "children": [{
                      "text": "Norovirus",
                      "value": 18
                    },
                    {
                      "text": "Clostridium",
                      "value": 4
                    },
                    {
                      "text": "Undeclared",
                      "value": 34
                    },
                    {
                      "text": "Salmonella",
                      "value": 8
                    },
                    {
                      "text": "Hepatitis",
                      "value": 1
                    },
                    {
                      "text": "Puffer",
                      "value": 1
                    },
                    {
                      "text": "Staphylococcus",
                      "value": 2
                    },
                    {
                      "text": "Campylobacter",
                      "value": 2
                    },
                    {
                      "text": "E.coli",
                      "value": 2
                    },
                    {
                      "text": "Heavy",
                      "value": 1
                    }
                  ]
                },
                {
                  "text": "2008",
                  "children": [{
                      "text": "Undeclared",
                      "value": 47
                    },
                    {
                      "text": "Norovirus",
                      "value": 13
                    },
                    {
                      "text": "E.coli",
                      "value": 1
                    },
                    {
                      "text": "Scombroid",
                      "value": 1
                    },
                    {
                      "text": "Clostridium",
                      "value": 1
                    },
                    {
                      "text": "Salmonella",
                      "value": 5
                    },
                    {
                      "text": "Campylobacter",
                      "value": 1
                    }
                  ]
                },
                {
                  "text": "2009",
                  "children": [{
                      "text": "Norovirus",
                      "value": 16
                    },
                    {
                      "text": "Undeclared",
                      "value": 25
                    },
                    {
                      "text": "Salmonella",
                      "value": 6
                    },
                    {
                      "text": "Campylobacter",
                      "value": 1
                    },
                    {
                      "text": "Clostridium",
                      "value": 3
                    },
                    {
                      "text": "Hepatitis",
                      "value": 1
                    },
                    {
                      "text": "Shigella",
                      "value": 1
                    },
                    {
                      "text": "Scombroid",
                      "value": 1
                    },
                    {
                      "text": "E.coli",
                      "value": 1
                    }
                  ]
                },
                {
                  "text": "2010",
                  "children": [{
                      "text": "Undeclared",
                      "value": 27
                    },
                    {
                      "text": "Norovirus",
                      "value": 23
                    },
                    {
                      "text": "Salmonella",
                      "value": 9
                    },
                    {
                      "text": "Shigella",
                      "value": 2
                    },
                    {
                      "text": "Campylobacter",
                      "value": 1
                    },
                    {
                      "text": "Staphylococcus",
                      "value": 2
                    },
                    {
                      "text": "E.coli",
                      "value": 1
                    }
                  ]
                },
                {
                  "text": "2011",
                  "children": [{
                      "text": "Salmonella",
                      "value": 4
                    },
                    {
                      "text": "Norovirus",
                      "value": 24
                    },
                    {
                      "text": "Undeclared",
                      "value": 22
                    },
                    {
                      "text": "Clostridium",
                      "value": 1
                    },
                    {
                      "text": "Shigella",
                      "value": 1
                    },
                    {
                      "text": "Staphylococcus",
                      "value": 1
                    }
                  ]
                },
                {
                  "text": "2012",
                  "children": [{
                      "text": "Norovirus",
                      "value": 23
                    },
                    {
                      "text": "Undeclared",
                      "value": 10
                    },
                    {
                      "text": "Salmonella",
                      "value": 9
                    },
                    {
                      "text": "Scombroid",
                      "value": 1
                    },
                    {
                      "text": "Clostridium",
                      "value": 1
                    }
                  ]
                }
              ]
            },
            {
              "text": "Hawaii",
              "children": [{
                  "text": "1998",
                  "children": [{
                      "text": "Scombroid",
                      "value": 9
                    },
                    {
                      "text": "Ciguatoxin",
                      "value": 12
                    },
                    {
                      "text": "Undeclared",
                      "value": 10
                    },
                    {
                      "text": "Other",
                      "value": 1
                    },
                    {
                      "text": "Clostridium",
                      "value": 1
                    },
                    {
                      "text": "Staphylococcus",
                      "value": 1
                    },
                    {
                      "text": "Salmonella",
                      "value": 1
                    }
                  ]
                },
                {
                  "text": "1999",
                  "children": [{
                      "text": "Undeclared",
                      "value": 4
                    },
                    {
                      "text": "Staphylococcus",
                      "value": 3
                    },
                    {
                      "text": "Scombroid",
                      "value": 9
                    },
                    {
                      "text": "Campylobacter",
                      "value": 1
                    },
                    {
                      "text": "Ciguatoxin",
                      "value": 11
                    },
                    {
                      "text": "Paralytic",
                      "value": 1
                    },
                    {
                      "text": "Salmonella",
                      "value": 1
                    }
                  ]
                },
                {
                  "text": "2000",
                  "children": [{
                      "text": "Scombroid",
                      "value": 10
                    },
                    {
                      "text": "Clostridium",
                      "value": 1
                    },
                    {
                      "text": "Ciguatoxin",
                      "value": 11
                    },
                    {
                      "text": "Undeclared",
                      "value": 6
                    },
                    {
                      "text": "Campylobacter",
                      "value": 1
                    },
                    {
                      "text": "Staphylococcus",
                      "value": 1
                    },
                    {
                      "text": "Histamine",
                      "value": 1
                    }
                  ]
                },
                {
                  "text": "2001",
                  "children": [{
                      "text": "Ciguatoxin",
                      "value": 17
                    },
                    {
                      "text": "Staphylococcus",
                      "value": 2
                    },
                    {
                      "text": "Undeclared",
                      "value": 8
                    },
                    {
                      "text": "Histamine",
                      "value": 3
                    },
                    {
                      "text": "Scombroid",
                      "value": 6
                    },
                    {
                      "text": "Campylobacter",
                      "value": 1
                    },
                    {
                      "text": "Salmonella",
                      "value": 2
                    },
                    {
                      "text": "Clostridium",
                      "value": 1
                    }
                  ]
                },
                {
                  "text": "2002",
                  "children": [{
                      "text": "Ciguatoxin",
                      "value": 19
                    },
                    {
                      "text": "Norovirus",
                      "value": 1
                    },
                    {
                      "text": "Undeclared",
                      "value": 8
                    },
                    {
                      "text": "Scombroid",
                      "value": 10
                    },
                    {
                      "text": "Histamine",
                      "value": 3
                    },
                    {
                      "text": "Bacillus",
                      "value": 3
                    },
                    {
                      "text": "Staphylococcus",
                      "value": 2
                    }
                  ]
                },
                {
                  "text": "2003",
                  "children": [{
                      "text": "Undeclared",
                      "value": 4
                    },
                    {
                      "text": "Scombroid",
                      "value": 18
                    },
                    {
                      "text": "Staphylococcus",
                      "value": 2
                    },
                    {
                      "text": "Ciguatoxin",
                      "value": 15
                    },
                    {
                      "text": "Histamine",
                      "value": 1
                    },
                    {
                      "text": "Other",
                      "value": 1
                    },
                    {
                      "text": "Norovirus",
                      "value": 2
                    },
                    {
                      "text": "Salmonella",
                      "value": 1
                    }
                  ]
                },
                {
                  "text": "2004",
                  "children": [{
                      "text": "Scombroid",
                      "value": 7
                    },
                    {
                      "text": "Norovirus",
                      "value": 3
                    },
                    {
                      "text": "Ciguatoxin",
                      "value": 7
                    },
                    {
                      "text": "Salmonella",
                      "value": 4
                    },
                    {
                      "text": "Clostridium",
                      "value": 1
                    },
                    {
                      "text": "Staphylococcus",
                      "value": 3
                    },
                    {
                      "text": "Undeclared",
                      "value": 1
                    }
                  ]
                },
                {
                  "text": "2005",
                  "children": [{
                      "text": "Staphylococcus",
                      "value": 3
                    },
                    {
                      "text": "Salmonella",
                      "value": 1
                    },
                    {
                      "text": "Ciguatoxin",
                      "value": 7
                    },
                    {
                      "text": "Scombroid",
                      "value": 9
                    },
                    {
                      "text": "Norovirus",
                      "value": 3
                    },
                    {
                      "text": "Campylobacter",
                      "value": 1
                    }
                  ]
                },
                {
                  "text": "2006",
                  "children": [{
                      "text": "Scombroid",
                      "value": 5
                    },
                    {
                      "text": "Clostridium",
                      "value": 1
                    },
                    {
                      "text": "Staphylococcus",
                      "value": 1
                    },
                    {
                      "text": "Ciguatoxin",
                      "value": 4
                    },
                    {
                      "text": "Campylobacter",
                      "value": 1
                    },
                    {
                      "text": "Norovirus",
                      "value": 2
                    },
                    {
                      "text": "Salmonella",
                      "value": 1
                    }
                  ]
                },
                {
                  "text": "2007",
                  "children": [{
                      "text": "Undeclared",
                      "value": 2
                    },
                    {
                      "text": "Ciguatoxin",
                      "value": 3
                    },
                    {
                      "text": "Norovirus",
                      "value": 3
                    },
                    {
                      "text": "Scombroid",
                      "value": 1
                    },
                    {
                      "text": "E.coli",
                      "value": 2
                    },
                    {
                      "text": "Shigella",
                      "value": 1
                    }
                  ]
                },
                {
                  "text": "2008",
                  "children": [{
                      "text": "Norovirus",
                      "value": 10
                    },
                    {
                      "text": "Ciguatoxin",
                      "value": 2
                    },
                    {
                      "text": "Scombroid",
                      "value": 2
                    },
                    {
                      "text": "Undeclared",
                      "value": 1
                    },
                    {
                      "text": "Staphylococcus",
                      "value": 1
                    }
                  ]
                },
                {
                  "text": "2009",
                  "children": [{
                      "text": "Histamine",
                      "value": 2
                    },
                    {
                      "text": "Ciguatoxin",
                      "value": 2
                    },
                    {
                      "text": "Norovirus",
                      "value": 1
                    },
                    {
                      "text": "Salmonella",
                      "value": 2
                    }
                  ]
                },
                {
                  "text": "2010",
                  "children": [{
                      "text": "Scombroid",
                      "value": 2
                    },
                    {
                      "text": "Norovirus",
                      "value": 1
                    },
                    {
                      "text": "E.coli",
                      "value": 1
                    },
                    {
                      "text": "Histamine",
                      "value": 1
                    }
                  ]
                },
                {
                  "text": "2011",
                  "children": [{
                      "text": "Undeclared",
                      "value": 3
                    },
                    {
                      "text": "Norovirus",
                      "value": 1
                    },
                    {
                      "text": "Scombroid",
                      "value": 1
                    }
                  ]
                },
                {
                  "text": "2012",
                  "children": [{
                      "text": "Norovirus",
                      "value": 1
                    },
                    {
                      "text": "Salmonella",
                      "value": 5
                    }
                  ]
                }
              ]
            },
            {
              "text": "New York",
              "children": [{
                  "text": "1998",
                  "children": [{
                      "text": "Undeclared",
                      "value": 47
                    },
                    {
                      "text": "Hepatitis",
                      "value": 2
                    },
                    {
                      "text": "Staphylococcus",
                      "value": 1
                    },
                    {
                      "text": "Scombroid",
                      "value": 6
                    },
                    {
                      "text": "Salmonella",
                      "value": 8
                    },
                    {
                      "text": "Norovirus",
                      "value": 1
                    },
                    {
                      "text": "E.coli",
                      "value": 2
                    },
                    {
                      "text": "Campylobacter",
                      "value": 1
                    },
                    {
                      "text": "Other",
                      "value": 1
                    },
                    {
                      "text": "Clostridium",
                      "value": 2
                    },
                    {
                      "text": "Shigella",
                      "value": 1
                    },
                    {
                      "text": "Yersinia",
                      "value": 1
                    }
                  ]
                },
                {
                  "text": "1999",
                  "children": [{
                      "text": "Undeclared",
                      "value": 19
                    },
                    {
                      "text": "Campylobacter",
                      "value": 1
                    },
                    {
                      "text": "Listeria",
                      "value": 2
                    },
                    {
                      "text": "Other",
                      "value": 6
                    },
                    {
                      "text": "Scombroid",
                      "value": 6
                    },
                    {
                      "text": "Clostridium",
                      "value": 3
                    },
                    {
                      "text": "Salmonella",
                      "value": 9
                    },
                    {
                      "text": "E.coli",
                      "value": 1
                    },
                    {
                      "text": "Vibrio",
                      "value": 2
                    },
                    {
                      "text": "Hepatitis",
                      "value": 1
                    },
                    {
                      "text": "Norovirus",
                      "value": 1
                    },
                    {
                      "text": "Staphylococcus",
                      "value": 1
                    }
                  ]
                },
                {
                  "text": "2000",
                  "children": [{
                      "text": "Salmonella",
                      "value": 7
                    },
                    {
                      "text": "Undeclared",
                      "value": 27
                    },
                    {
                      "text": "Hepatitis",
                      "value": 2
                    },
                    {
                      "text": "Staphylococcus",
                      "value": 1
                    },
                    {
                      "text": "Clostridium",
                      "value": 4
                    },
                    {
                      "text": "Norovirus",
                      "value": 8
                    },
                    {
                      "text": "Giardia",
                      "value": 1
                    },
                    {
                      "text": "Other",
                      "value": 5
                    },
                    {
                      "text": "Shigella",
                      "value": 1
                    },
                    {
                      "text": "Scombroid",
                      "value": 3
                    },
                    {
                      "text": "E.coli",
                      "value": 3
                    },
                    {
                      "text": "Campylobacter",
                      "value": 1
                    },
                    {
                      "text": "Bacillus",
                      "value": 1
                    }
                  ]
                },
                {
                  "text": "2001",
                  "children": [{
                      "text": "Campylobacter",
                      "value": 2
                    },
                    {
                      "text": "Salmonella",
                      "value": 12
                    },
                    {
                      "text": "E.coli",
                      "value": 2
                    },
                    {
                      "text": "Scombroid",
                      "value": 2
                    },
                    {
                      "text": "Norovirus",
                      "value": 12
                    },
                    {
                      "text": "Clostridium",
                      "value": 3
                    },
                    {
                      "text": "Staphylococcus",
                      "value": 3
                    },
                    {
                      "text": "Undeclared",
                      "value": 20
                    },
                    {
                      "text": "Shigella",
                      "value": 1
                    },
                    {
                      "text": "Other",
                      "value": 2
                    },
                    {
                      "text": "Cyclospora",
                      "value": 1
                    }
                  ]
                },
                {
                  "text": "2002",
                  "children": [{
                      "text": "Norovirus",
                      "value": 13
                    },
                    {
                      "text": "Clostridium",
                      "value": 2
                    },
                    {
                      "text": "Undeclared",
                      "value": 19
                    },
                    {
                      "text": "Salmonella",
                      "value": 6
                    },
                    {
                      "text": "Cyclospora",
                      "value": 1
                    },
                    {
                      "text": "E.coli",
                      "value": 1
                    },
                    {
                      "text": "Bacillus",
                      "value": 2
                    },
                    {
                      "text": "Scombroid",
                      "value": 3
                    },
                    {
                      "text": "Other",
                      "value": 2
                    },
                    {
                      "text": "Yersinia",
                      "value": 1
                    }
                  ]
                },
                {
                  "text": "2003",
                  "children": [{
                      "text": "Norovirus",
                      "value": 6
                    },
                    {
                      "text": "Undeclared",
                      "value": 15
                    },
                    {
                      "text": "Other",
                      "value": 1
                    },
                    {
                      "text": "Clostridium",
                      "value": 6
                    },
                    {
                      "text": "Salmonella",
                      "value": 5
                    },
                    {
                      "text": "Campylobacter",
                      "value": 1
                    },
                    {
                      "text": "Vibrio",
                      "value": 1
                    },
                    {
                      "text": "Scombroid",
                      "value": 2
                    },
                    {
                      "text": "Listeria",
                      "value": 1
                    },
                    {
                      "text": "Bacillus",
                      "value": 1
                    }
                  ]
                },
                {
                  "text": "2004",
                  "children": [{
                      "text": "Clostridium",
                      "value": 4
                    },
                    {
                      "text": "Norovirus",
                      "value": 15
                    },
                    {
                      "text": "Staphylococcus",
                      "value": 3
                    },
                    {
                      "text": "Undeclared",
                      "value": 20
                    },
                    {
                      "text": "Salmonella",
                      "value": 6
                    },
                    {
                      "text": "Scombroid",
                      "value": 5
                    },
                    {
                      "text": "Giardia",
                      "value": 1
                    },
                    {
                      "text": "Cryptosporidium",
                      "value": 1
                    },
                    {
                      "text": "Hepatitis",
                      "value": 1
                    },
                    {
                      "text": "Campylobacter",
                      "value": 1
                    },
                    {
                      "text": "E.coli",
                      "value": 1
                    },
                    {
                      "text": "Bacillus",
                      "value": 1
                    },
                    {
                      "text": "Vibrio",
                      "value": 1
                    }
                  ]
                },
                {
                  "text": "2005",
                  "children": [{
                      "text": "Bacillus",
                      "value": 2
                    },
                    {
                      "text": "E.coli",
                      "value": 4
                    },
                    {
                      "text": "Norovirus",
                      "value": 5
                    },
                    {
                      "text": "Clostridium",
                      "value": 4
                    },
                    {
                      "text": "Undeclared",
                      "value": 22
                    },
                    {
                      "text": "Scombroid",
                      "value": 4
                    },
                    {
                      "text": "Ciguatoxin",
                      "value": 1
                    },
                    {
                      "text": "Hepatitis",
                      "value": 1
                    },
                    {
                      "text": "Salmonella",
                      "value": 4
                    },
                    {
                      "text": "Heavy",
                      "value": 1
                    },
                    {
                      "text": "Giardia",
                      "value": 1
                    },
                    {
                      "text": "Listeria",
                      "value": 2
                    },
                    {
                      "text": "Mycotoxins",
                      "value": 1
                    },
                    {
                      "text": "Vibrio",
                      "value": 1
                    },
                    {
                      "text": "Rotavirus",
                      "value": 1
                    },
                    {
                      "text": "Other",
                      "value": 1
                    }
                  ]
                },
                {
                  "text": "2006",
                  "children": [{
                      "text": "Undeclared",
                      "value": 32
                    },
                    {
                      "text": "Clostridium",
                      "value": 5
                    },
                    {
                      "text": "Campylobacter",
                      "value": 1
                    },
                    {
                      "text": "Scombroid",
                      "value": 4
                    },
                    {
                      "text": "Norovirus",
                      "value": 11
                    },
                    {
                      "text": "Vibrio",
                      "value": 5
                    },
                    {
                      "text": "E.coli",
                      "value": 4
                    },
                    {
                      "text": "Salmonella",
                      "value": 12
                    },
                    {
                      "text": "Staphylococcus",
                      "value": 1
                    },
                    {
                      "text": "Cyclospora",
                      "value": 1
                    },
                    {
                      "text": "Other",
                      "value": 1
                    },
                    {
                      "text": "Mycotoxins",
                      "value": 1
                    },
                    {
                      "text": "Giardia",
                      "value": 1
                    }
                  ]
                },
                {
                  "text": "2007",
                  "children": [{
                      "text": "Norovirus",
                      "value": 10
                    },
                    {
                      "text": "Undeclared",
                      "value": 20
                    },
                    {
                      "text": "Scombroid",
                      "value": 4
                    },
                    {
                      "text": "Campylobacter",
                      "value": 2
                    },
                    {
                      "text": "Bacillus",
                      "value": 1
                    },
                    {
                      "text": "Salmonella",
                      "value": 5
                    },
                    {
                      "text": "Clostridium",
                      "value": 2
                    },
                    {
                      "text": "E.coli",
                      "value": 2
                    }
                  ]
                },
                {
                  "text": "2008",
                  "children": [{
                      "text": "Norovirus",
                      "value": 13
                    },
                    {
                      "text": "Undeclared",
                      "value": 14
                    },
                    {
                      "text": "Salmonella",
                      "value": 7
                    },
                    {
                      "text": "Clostridium",
                      "value": 2
                    },
                    {
                      "text": "Bacillus",
                      "value": 2
                    },
                    {
                      "text": "E.coli",
                      "value": 2
                    },
                    {
                      "text": "Scombroid",
                      "value": 3
                    },
                    {
                      "text": "Listeria",
                      "value": 1
                    },
                    {
                      "text": "Campylobacter",
                      "value": 1
                    },
                    {
                      "text": "Ciguatoxin",
                      "value": 2
                    },
                    {
                      "text": "Staphylococcus",
                      "value": 1
                    }
                  ]
                },
                {
                  "text": "2009",
                  "children": [{
                      "text": "Shigella",
                      "value": 1
                    },
                    {
                      "text": "Norovirus",
                      "value": 8
                    },
                    {
                      "text": "Undeclared",
                      "value": 8
                    },
                    {
                      "text": "Staphylococcus",
                      "value": 1
                    },
                    {
                      "text": "Salmonella",
                      "value": 8
                    },
                    {
                      "text": "Bacillus",
                      "value": 1
                    },
                    {
                      "text": "Campylobacter",
                      "value": 1
                    },
                    {
                      "text": "E.coli",
                      "value": 4
                    },
                    {
                      "text": "Clostridium",
                      "value": 1
                    },
                    {
                      "text": "Scombroid",
                      "value": 1
                    }
                  ]
                },
                {
                  "text": "2010",
                  "children": [{
                      "text": "Undeclared",
                      "value": 9
                    },
                    {
                      "text": "Norovirus",
                      "value": 9
                    },
                    {
                      "text": "Campylobacter",
                      "value": 2
                    },
                    {
                      "text": "Clostridium",
                      "value": 6
                    },
                    {
                      "text": "Salmonella",
                      "value": 6
                    },
                    {
                      "text": "E.coli",
                      "value": 1
                    },
                    {
                      "text": "Ciguatoxin",
                      "value": 4
                    },
                    {
                      "text": "Scombroid",
                      "value": 1
                    }
                  ]
                },
                {
                  "text": "2011",
                  "children": [{
                      "text": "E.coli",
                      "value": 7
                    },
                    {
                      "text": "Norovirus",
                      "value": 9
                    },
                    {
                      "text": "Undeclared",
                      "value": 12
                    },
                    {
                      "text": "Campylobacter",
                      "value": 3
                    },
                    {
                      "text": "Ciguatoxin",
                      "value": 3
                    },
                    {
                      "text": "Salmonella",
                      "value": 7
                    },
                    {
                      "text": "Other",
                      "value": 2
                    },
                    {
                      "text": "Bacillus",
                      "value": 1
                    },
                    {
                      "text": "Scombroid",
                      "value": 2
                    },
                    {
                      "text": "Clostridium",
                      "value": 1
                    }
                  ]
                },
                {
                  "text": "2012",
                  "children": [{
                      "text": "Campylobacter",
                      "value": 2
                    },
                    {
                      "text": "Norovirus",
                      "value": 16
                    },
                    {
                      "text": "Staphylococcus",
                      "value": 3
                    },
                    {
                      "text": "Undeclared",
                      "value": 10
                    },
                    {
                      "text": "Scombroid",
                      "value": 4
                    },
                    {
                      "text": "Clostridium",
                      "value": 1
                    },
                    {
                      "text": "Salmonella",
                      "value": 3
                    },
                    {
                      "text": "Shigella",
                      "value": 1
                    },
                    {
                      "text": "Other",
                      "value": 1
                    },
                    {
                      "text": "Listeria",
                      "value": 1
                    }
                  ]
                }
              ]
            },
            {
              "text": "Colorado",
              "children": [{
                  "text": "1998",
                  "children": [{
                      "text": "Vibrio",
                      "value": 2
                    },
                    {
                      "text": "Scombroid",
                      "value": 1
                    },
                    {
                      "text": "Other",
                      "value": 13
                    },
                    {
                      "text": "Clostridium",
                      "value": 6
                    },
                    {
                      "text": "Listeria",
                      "value": 1
                    },
                    {
                      "text": "Bacillus",
                      "value": 2
                    },
                    {
                      "text": "Undeclared",
                      "value": 1
                    },
                    {
                      "text": "Shigella",
                      "value": 1
                    },
                    {
                      "text": "Salmonella",
                      "value": 3
                    },
                    {
                      "text": "Norovirus",
                      "value": 1
                    }
                  ]
                },
                {
                  "text": "1999",
                  "children": [{
                      "text": "Hepatitis",
                      "value": 1
                    },
                    {
                      "text": "Clostridium",
                      "value": 5
                    },
                    {
                      "text": "Norovirus",
                      "value": 4
                    },
                    {
                      "text": "E.coli",
                      "value": 1
                    },
                    {
                      "text": "Staphylococcus",
                      "value": 2
                    },
                    {
                      "text": "Other",
                      "value": 1
                    },
                    {
                      "text": "Salmonella",
                      "value": 3
                    },
                    {
                      "text": "Bacillus",
                      "value": 1
                    }
                  ]
                },
                {
                  "text": "2000",
                  "children": [{
                      "text": "Clostridium",
                      "value": 5
                    },
                    {
                      "text": "Shigella",
                      "value": 1
                    },
                    {
                      "text": "Norovirus",
                      "value": 5
                    },
                    {
                      "text": "Vibrio",
                      "value": 1
                    },
                    {
                      "text": "Staphylococcus",
                      "value": 2
                    },
                    {
                      "text": "Salmonella",
                      "value": 2
                    },
                    {
                      "text": "E.coli",
                      "value": 3
                    },
                    {
                      "text": "Bacillus",
                      "value": 2
                    },
                    {
                      "text": "Undeclared",
                      "value": 2
                    },
                    {
                      "text": "Hepatitis",
                      "value": 1
                    }
                  ]
                },
                {
                  "text": "2001",
                  "children": [{
                      "text": "Norovirus",
                      "value": 7
                    },
                    {
                      "text": "Undeclared",
                      "value": 2
                    },
                    {
                      "text": "E.coli",
                      "value": 1
                    },
                    {
                      "text": "Salmonella",
                      "value": 3
                    },
                    {
                      "text": "Other",
                      "value": 1
                    },
                    {
                      "text": "Clostridium",
                      "value": 5
                    },
                    {
                      "text": "Ciguatoxin",
                      "value": 1
                    },
                    {
                      "text": "Bacillus",
                      "value": 1
                    }
                  ]
                },
                {
                  "text": "2002",
                  "children": [{
                      "text": "Bacillus",
                      "value": 2
                    },
                    {
                      "text": "Salmonella",
                      "value": 3
                    },
                    {
                      "text": "Norovirus",
                      "value": 2
                    },
                    {
                      "text": "Clostridium",
                      "value": 2
                    },
                    {
                      "text": "Undeclared",
                      "value": 4
                    }
                  ]
                },
                {
                  "text": "2003",
                  "children": [{
                      "text": "Norovirus",
                      "value": 6
                    },
                    {
                      "text": "Undeclared",
                      "value": 6
                    },
                    {
                      "text": "Other",
                      "value": 1
                    },
                    {
                      "text": "Clostridium",
                      "value": 1
                    },
                    {
                      "text": "E.coli",
                      "value": 2
                    },
                    {
                      "text": "Shigella",
                      "value": 1
                    },
                    {
                      "text": "Scombroid",
                      "value": 1
                    }
                  ]
                },
                {
                  "text": "2004",
                  "children": [{
                      "text": "Clostridium",
                      "value": 4
                    },
                    {
                      "text": "Norovirus",
                      "value": 16
                    },
                    {
                      "text": "Scombroid",
                      "value": 2
                    },
                    {
                      "text": "Campylobacter",
                      "value": 1
                    },
                    {
                      "text": "Undeclared",
                      "value": 1
                    },
                    {
                      "text": "Other",
                      "value": 1
                    },
                    {
                      "text": "Bacillus",
                      "value": 1
                    },
                    {
                      "text": "E.coli",
                      "value": 1
                    },
                    {
                      "text": "Shigella",
                      "value": 2
                    },
                    {
                      "text": "Salmonella",
                      "value": 1
                    }
                  ]
                },
                {
                  "text": "2005",
                  "children": [{
                      "text": "Salmonella",
                      "value": 4
                    },
                    {
                      "text": "Norovirus",
                      "value": 5
                    },
                    {
                      "text": "Undeclared",
                      "value": 1
                    },
                    {
                      "text": "Staphylococcus",
                      "value": 1
                    },
                    {
                      "text": "Campylobacter",
                      "value": 5
                    },
                    {
                      "text": "Bacillus",
                      "value": 1
                    },
                    {
                      "text": "Clostridium",
                      "value": 3
                    },
                    {
                      "text": "Shigella",
                      "value": 1
                    }
                  ]
                },
                {
                  "text": "2006",
                  "children": [{
                      "text": "Campylobacter",
                      "value": 4
                    },
                    {
                      "text": "Staphylococcus",
                      "value": 1
                    },
                    {
                      "text": "Norovirus",
                      "value": 26
                    },
                    {
                      "text": "Salmonella",
                      "value": 4
                    },
                    {
                      "text": "Undeclared",
                      "value": 7
                    },
                    {
                      "text": "Scombroid",
                      "value": 2
                    },
                    {
                      "text": "E.coli",
                      "value": 1
                    }
                  ]
                },
                {
                  "text": "2007",
                  "children": [{
                      "text": "Norovirus",
                      "value": 16
                    },
                    {
                      "text": "Undeclared",
                      "value": 6
                    },
                    {
                      "text": "Campylobacter",
                      "value": 2
                    },
                    {
                      "text": "Salmonella",
                      "value": 3
                    },
                    {
                      "text": "E.coli",
                      "value": 2
                    },
                    {
                      "text": "Clostridium",
                      "value": 3
                    },
                    {
                      "text": "Staphylococcus",
                      "value": 1
                    }
                  ]
                },
                {
                  "text": "2008",
                  "children": [{
                      "text": "Undeclared",
                      "value": 22
                    },
                    {
                      "text": "Norovirus",
                      "value": 26
                    },
                    {
                      "text": "Clostridium",
                      "value": 3
                    },
                    {
                      "text": "Campylobacter",
                      "value": 1
                    },
                    {
                      "text": "E.coli",
                      "value": 4
                    },
                    {
                      "text": "Salmonella",
                      "value": 3
                    }
                  ]
                },
                {
                  "text": "2009",
                  "children": [{
                      "text": "Undeclared",
                      "value": 10
                    },
                    {
                      "text": "Norovirus",
                      "value": 7
                    },
                    {
                      "text": "Clostridium",
                      "value": 2
                    },
                    {
                      "text": "Staphylococcus",
                      "value": 2
                    },
                    {
                      "text": "E.coli",
                      "value": 2
                    },
                    {
                      "text": "Rotavirus",
                      "value": 1
                    },
                    {
                      "text": "Campylobacter",
                      "value": 1
                    },
                    {
                      "text": "Plant",
                      "value": 1
                    },
                    {
                      "text": "Salmonella",
                      "value": 2
                    }
                  ]
                },
                {
                  "text": "2010",
                  "children": [{
                      "text": "Campylobacter",
                      "value": 3
                    },
                    {
                      "text": "Norovirus",
                      "value": 12
                    },
                    {
                      "text": "Undeclared",
                      "value": 13
                    },
                    {
                      "text": "Salmonella",
                      "value": 2
                    },
                    {
                      "text": "E.coli",
                      "value": 1
                    }
                  ]
                },
                {
                  "text": "2011",
                  "children": [{
                      "text": "Norovirus",
                      "value": 8
                    },
                    {
                      "text": "Clostridium",
                      "value": 2
                    },
                    {
                      "text": "Undeclared",
                      "value": 13
                    },
                    {
                      "text": "Bacillus",
                      "value": 1
                    }
                  ]
                },
                {
                  "text": "2012",
                  "children": [{
                      "text": "Undeclared",
                      "value": 17
                    },
                    {
                      "text": "Norovirus",
                      "value": 8
                    },
                    {
                      "text": "Campylobacter",
                      "value": 2
                    },
                    {
                      "text": "Clostridium",
                      "value": 2
                    },
                    {
                      "text": "Salmonella",
                      "value": 3
                    },
                    {
                      "text": "Staphylococcus",
                      "value": 1
                    },
                    {
                      "text": "Vibrio",
                      "value": 1
                    },
                    {
                      "text": "E.coli",
                      "value": 1
                    }
                  ]
                }
              ]
            },
            {
              "text": "Connecticut",
              "children": [{
                  "text": "1998",
                  "children": [{
                      "text": "Undeclared",
                      "value": 5
                    },
                    {
                      "text": "Salmonella",
                      "value": 2
                    }
                  ]
                },
                {
                  "text": "1999",
                  "children": [{
                      "text": "Salmonella",
                      "value": 5
                    },
                    {
                      "text": "Undeclared",
                      "value": 1
                    },
                    {
                      "text": "E.coli",
                      "value": 1
                    }
                  ]
                },
                {
                  "text": "2000",
                  "children": [{
                      "text": "Norovirus",
                      "value": 2
                    },
                    {
                      "text": "Salmonella",
                      "value": 3
                    },
                    {
                      "text": "Undeclared",
                      "value": 2
                    },
                    {
                      "text": "Campylobacter",
                      "value": 1
                    }
                  ]
                },
                {
                  "text": "2001",
                  "children": [{
                      "text": "Salmonella",
                      "value": 6
                    },
                    {
                      "text": "Norovirus",
                      "value": 4
                    },
                    {
                      "text": "Vibrio",
                      "value": 1
                    },
                    {
                      "text": "Clostridium",
                      "value": 1
                    },
                    {
                      "text": "Campylobacter",
                      "value": 1
                    },
                    {
                      "text": "Undeclared",
                      "value": 3
                    },
                    {
                      "text": "Staphylococcus",
                      "value": 1
                    }
                  ]
                },
                {
                  "text": "2002",
                  "children": [{
                      "text": "Norovirus",
                      "value": 4
                    },
                    {
                      "text": "Salmonella",
                      "value": 2
                    },
                    {
                      "text": "Campylobacter",
                      "value": 1
                    }
                  ]
                },
                {
                  "text": "2003",
                  "children": [{
                      "text": "Norovirus",
                      "value": 2
                    },
                    {
                      "text": "Undeclared",
                      "value": 1
                    },
                    {
                      "text": "Clostridium",
                      "value": 1
                    },
                    {
                      "text": "Shigella",
                      "value": 1
                    },
                    {
                      "text": "Campylobacter",
                      "value": 1
                    },
                    {
                      "text": "Hepatitis",
                      "value": 1
                    }
                  ]
                },
                {
                  "text": "2004",
                  "children": [{
                      "text": "Norovirus",
                      "value": 7
                    },
                    {
                      "text": "Bacillus",
                      "value": 1
                    },
                    {
                      "text": "Salmonella",
                      "value": 2
                    },
                    {
                      "text": "Shigella",
                      "value": 1
                    }
                  ]
                },
                {
                  "text": "2005",
                  "children": [{
                      "text": "Norovirus",
                      "value": 11
                    },
                    {
                      "text": "Salmonella",
                      "value": 1
                    },
                    {
                      "text": "E.coli",
                      "value": 1
                    },
                    {
                      "text": "Cyclospora",
                      "value": 1
                    }
                  ]
                },
                {
                  "text": "2006",
                  "children": [{
                      "text": "Norovirus",
                      "value": 12
                    },
                    {
                      "text": "Clostridium",
                      "value": 1
                    },
                    {
                      "text": "Undeclared",
                      "value": 1
                    }
                  ]
                },
                {
                  "text": "2007",
                  "children": [{
                      "text": "Norovirus",
                      "value": 6
                    },
                    {
                      "text": "Undeclared",
                      "value": 3
                    },
                    {
                      "text": "Salmonella",
                      "value": 1
                    },
                    {
                      "text": "Clostridium",
                      "value": 1
                    },
                    {
                      "text": "Ciguatoxin",
                      "value": 1
                    }
                  ]
                },
                {
                  "text": "2008",
                  "children": [{
                      "text": "Norovirus",
                      "value": 8
                    },
                    {
                      "text": "Clostridium",
                      "value": 1
                    },
                    {
                      "text": "Salmonella",
                      "value": 1
                    },
                    {
                      "text": "E.coli",
                      "value": 1
                    }
                  ]
                },
                {
                  "text": "2009",
                  "children": [{
                      "text": "Norovirus",
                      "value": 5
                    },
                    {
                      "text": "Salmonella",
                      "value": 3
                    },
                    {
                      "text": "E.coli",
                      "value": 1
                    },
                    {
                      "text": "Undeclared",
                      "value": 3
                    },
                    {
                      "text": "Bacillus",
                      "value": 2
                    },
                    {
                      "text": "Scombroid",
                      "value": 1
                    },
                    {
                      "text": "Cyclospora",
                      "value": 1
                    }
                  ]
                },
                {
                  "text": "2010",
                  "children": [{
                      "text": "Norovirus",
                      "value": 14
                    },
                    {
                      "text": "Salmonella",
                      "value": 6
                    },
                    {
                      "text": "Staphylococcus",
                      "value": 1
                    },
                    {
                      "text": "Undeclared",
                      "value": 2
                    }
                  ]
                },
                {
                  "text": "2011",
                  "children": [{
                      "text": "Salmonella",
                      "value": 5
                    },
                    {
                      "text": "Norovirus",
                      "value": 6
                    },
                    {
                      "text": "Undeclared",
                      "value": 3
                    },
                    {
                      "text": "Clostridium",
                      "value": 1
                    },
                    {
                      "text": "Campylobacter",
                      "value": 1
                    },
                    {
                      "text": "Staphylococcus",
                      "value": 1
                    }
                  ]
                },
                {
                  "text": "2012",
                  "children": [{
                      "text": "Salmonella",
                      "value": 3
                    },
                    {
                      "text": "Norovirus",
                      "value": 10
                    }
                  ]
                }
              ]
            },
            {
              "text": "Pennsylvania",
              "children": [{
                  "text": "1998",
                  "children": [{
                      "text": "Salmonella",
                      "value": 9
                    },
                    {
                      "text": "Clostridium",
                      "value": 2
                    },
                    {
                      "text": "Undeclared",
                      "value": 23
                    },
                    {
                      "text": "Staphylococcus",
                      "value": 1
                    },
                    {
                      "text": "Norovirus",
                      "value": 1
                    },
                    {
                      "text": "Bacillus",
                      "value": 2
                    }
                  ]
                },
                {
                  "text": "1999",
                  "children": [{
                      "text": "Undeclared",
                      "value": 18
                    },
                    {
                      "text": "Clostridium",
                      "value": 5
                    },
                    {
                      "text": "Salmonella",
                      "value": 7
                    },
                    {
                      "text": "Norovirus",
                      "value": 7
                    },
                    {
                      "text": "Staphylococcus",
                      "value": 2
                    },
                    {
                      "text": "Other",
                      "value": 1
                    }
                  ]
                },
                {
                  "text": "2000",
                  "children": [{
                      "text": "Undeclared",
                      "value": 13
                    },
                    {
                      "text": "Scombroid",
                      "value": 3
                    },
                    {
                      "text": "Salmonella",
                      "value": 13
                    },
                    {
                      "text": "Clostridium",
                      "value": 4
                    },
                    {
                      "text": "Norovirus",
                      "value": 3
                    },
                    {
                      "text": "Campylobacter",
                      "value": 2
                    },
                    {
                      "text": "Cyclospora",
                      "value": 1
                    },
                    {
                      "text": "E.coli",
                      "value": 1
                    },
                    {
                      "text": "Bacillus",
                      "value": 1
                    },
                    {
                      "text": "Staphylococcus",
                      "value": 1
                    }
                  ]
                },
                {
                  "text": "2001",
                  "children": [{
                      "text": "Norovirus",
                      "value": 6
                    },
                    {
                      "text": "Histamine",
                      "value": 1
                    },
                    {
                      "text": "Salmonella",
                      "value": 5
                    },
                    {
                      "text": "Undeclared",
                      "value": 10
                    },
                    {
                      "text": "E.coli",
                      "value": 2
                    },
                    {
                      "text": "Clostridium",
                      "value": 4
                    }
                  ]
                },
                {
                  "text": "2002",
                  "children": [{
                      "text": "Norovirus",
                      "value": 8
                    },
                    {
                      "text": "Undeclared",
                      "value": 6
                    },
                    {
                      "text": "Scombroid",
                      "value": 1
                    },
                    {
                      "text": "Clostridium",
                      "value": 2
                    },
                    {
                      "text": "Salmonella",
                      "value": 4
                    },
                    {
                      "text": "Bacillus",
                      "value": 2
                    },
                    {
                      "text": "Staphylococcus",
                      "value": 1
                    }
                  ]
                },
                {
                  "text": "2003",
                  "children": [{
                      "text": "Salmonella",
                      "value": 9
                    },
                    {
                      "text": "Undeclared",
                      "value": 4
                    },
                    {
                      "text": "Norovirus",
                      "value": 6
                    },
                    {
                      "text": "Shigella",
                      "value": 1
                    },
                    {
                      "text": "Scombroid",
                      "value": 1
                    },
                    {
                      "text": "Hepatitis",
                      "value": 1
                    },
                    {
                      "text": "Clostridium",
                      "value": 1
                    }
                  ]
                },
                {
                  "text": "2004",
                  "children": [{
                      "text": "Histamine",
                      "value": 3
                    },
                    {
                      "text": "Norovirus",
                      "value": 32
                    },
                    {
                      "text": "Staphylococcus",
                      "value": 1
                    },
                    {
                      "text": "Salmonella",
                      "value": 5
                    },
                    {
                      "text": "Rotavirus",
                      "value": 1
                    },
                    {
                      "text": "Giardia",
                      "value": 3
                    },
                    {
                      "text": "Cyclospora",
                      "value": 1
                    },
                    {
                      "text": "Undeclared",
                      "value": 7
                    },
                    {
                      "text": "Bacillus",
                      "value": 2
                    },
                    {
                      "text": "Clostridium",
                      "value": 1
                    }
                  ]
                },
                {
                  "text": "2005",
                  "children": [{
                      "text": "Norovirus",
                      "value": 6
                    },
                    {
                      "text": "Clostridium",
                      "value": 3
                    },
                    {
                      "text": "Shigella",
                      "value": 1
                    },
                    {
                      "text": "Histamine",
                      "value": 1
                    },
                    {
                      "text": "Campylobacter",
                      "value": 1
                    },
                    {
                      "text": "Salmonella",
                      "value": 6
                    },
                    {
                      "text": "Bacillus",
                      "value": 1
                    }
                  ]
                },
                {
                  "text": "2006",
                  "children": [{
                      "text": "Salmonella",
                      "value": 13
                    },
                    {
                      "text": "Norovirus",
                      "value": 15
                    },
                    {
                      "text": "Scombroid",
                      "value": 1
                    },
                    {
                      "text": "Undeclared",
                      "value": 7
                    },
                    {
                      "text": "Bacillus",
                      "value": 1
                    },
                    {
                      "text": "Staphylococcus",
                      "value": 1
                    },
                    {
                      "text": "Campylobacter",
                      "value": 5
                    },
                    {
                      "text": "Cryptosporidium",
                      "value": 1
                    },
                    {
                      "text": "E.coli",
                      "value": 1
                    }
                  ]
                },
                {
                  "text": "2007",
                  "children": [{
                      "text": "Norovirus",
                      "value": 11
                    },
                    {
                      "text": "Undeclared",
                      "value": 1
                    },
                    {
                      "text": "E.coli",
                      "value": 2
                    },
                    {
                      "text": "Salmonella",
                      "value": 10
                    },
                    {
                      "text": "Campylobacter",
                      "value": 4
                    },
                    {
                      "text": "Bacillus",
                      "value": 1
                    },
                    {
                      "text": "Scombroid",
                      "value": 1
                    }
                  ]
                },
                {
                  "text": "2008",
                  "children": [{
                      "text": "Norovirus",
                      "value": 6
                    },
                    {
                      "text": "Bacillus",
                      "value": 3
                    },
                    {
                      "text": "Salmonella",
                      "value": 6
                    },
                    {
                      "text": "Campylobacter",
                      "value": 2
                    },
                    {
                      "text": "Undeclared",
                      "value": 1
                    },
                    {
                      "text": "Shigella",
                      "value": 1
                    }
                  ]
                },
                {
                  "text": "2009",
                  "children": [{
                      "text": "Campylobacter",
                      "value": 3
                    },
                    {
                      "text": "Undeclared",
                      "value": 1
                    },
                    {
                      "text": "Salmonella",
                      "value": 4
                    },
                    {
                      "text": "Norovirus",
                      "value": 1
                    },
                    {
                      "text": "Bacillus",
                      "value": 1
                    },
                    {
                      "text": "Ciguatoxin",
                      "value": 1
                    }
                  ]
                },
                {
                  "text": "2010",
                  "children": [{
                      "text": "Undeclared",
                      "value": 3
                    },
                    {
                      "text": "Norovirus",
                      "value": 7
                    },
                    {
                      "text": "Bacillus",
                      "value": 2
                    },
                    {
                      "text": "Campylobacter",
                      "value": 4
                    },
                    {
                      "text": "Salmonella",
                      "value": 3
                    },
                    {
                      "text": "Mycotoxins",
                      "value": 1
                    },
                    {
                      "text": "Pesticides",
                      "value": 1
                    }
                  ]
                },
                {
                  "text": "2011",
                  "children": [{
                      "text": "Norovirus",
                      "value": 5
                    },
                    {
                      "text": "Campylobacter",
                      "value": 2
                    },
                    {
                      "text": "Undeclared",
                      "value": 6
                    },
                    {
                      "text": "Salmonella",
                      "value": 3
                    },
                    {
                      "text": "Staphylococcus",
                      "value": 2
                    },
                    {
                      "text": "Yersinia",
                      "value": 1
                    },
                    {
                      "text": "Bacillus",
                      "value": 1
                    }
                  ]
                },
                {
                  "text": "2012",
                  "children": [{
                      "text": "Yersinia",
                      "value": 1
                    },
                    {
                      "text": "Campylobacter",
                      "value": 5
                    },
                    {
                      "text": "Undeclared",
                      "value": 7
                    },
                    {
                      "text": "Bacillus",
                      "value": 1
                    },
                    {
                      "text": "Norovirus",
                      "value": 2
                    },
                    {
                      "text": "Salmonella",
                      "value": 4
                    },
                    {
                      "text": "E.coli",
                      "value": 3
                    }
                  ]
                }
              ]
            },
            {
              "text": "Republic of Palau",
              "children": [{
                  "text": "1998",
                  "children": [
    
                  ]
                },
                {
                  "text": "1999",
                  "children": [
    
                  ]
                },
                {
                  "text": "2000",
                  "children": [
    
                  ]
                },
                {
                  "text": "2001",
                  "children": [
    
                  ]
                },
                {
                  "text": "2002",
                  "children": [
    
                  ]
                },
                {
                  "text": "2003",
                  "children": [
    
                  ]
                },
                {
                  "text": "2004",
                  "children": [
    
                  ]
                },
                {
                  "text": "2005",
                  "children": [{
                      "text": "Bacillus",
                      "value": 1
                    },
                    {
                      "text": "Undeclared",
                      "value": 1
                    }
                  ]
                },
                {
                  "text": "2006",
                  "children": [
    
                  ]
                },
                {
                  "text": "2007",
                  "children": [
    
                  ]
                },
                {
                  "text": "2008",
                  "children": [
    
                  ]
                },
                {
                  "text": "2009",
                  "children": [
    
                  ]
                },
                {
                  "text": "2010",
                  "children": [
    
                  ]
                },
                {
                  "text": "2011",
                  "children": [
    
                  ]
                },
                {
                  "text": "2012",
                  "children": [
    
                  ]
                }
              ]
            },
            {
              "text": "California",
              "children": [{
                  "text": "1998",
                  "children": [{
                      "text": "Other",
                      "value": 3
                    },
                    {
                      "text": "Salmonella",
                      "value": 27
                    },
                    {
                      "text": "Undeclared",
                      "value": 52
                    },
                    {
                      "text": "Clostridium",
                      "value": 3
                    },
                    {
                      "text": "E.coli",
                      "value": 5
                    },
                    {
                      "text": "Bacillus",
                      "value": 1
                    },
                    {
                      "text": "Shigella",
                      "value": 4
                    },
                    {
                      "text": "Vibrio",
                      "value": 1
                    },
                    {
                      "text": "Norovirus",
                      "value": 1
                    },
                    {
                      "text": "Scombroid",
                      "value": 3
                    },
                    {
                      "text": "Ciguatoxin",
                      "value": 1
                    }
                  ]
                },
                {
                  "text": "1999",
                  "children": [{
                      "text": "Undeclared",
                      "value": 31
                    },
                    {
                      "text": "Anisakis",
                      "value": 1
                    },
                    {
                      "text": "Campylobacter",
                      "value": 1
                    },
                    {
                      "text": "Salmonella",
                      "value": 24
                    },
                    {
                      "text": "Vibrio",
                      "value": 1
                    },
                    {
                      "text": "Norovirus",
                      "value": 30
                    },
                    {
                      "text": "Scombroid",
                      "value": 3
                    },
                    {
                      "text": "Bacillus",
                      "value": 5
                    },
                    {
                      "text": "Other",
                      "value": 9
                    },
                    {
                      "text": "Shigella",
                      "value": 6
                    },
                    {
                      "text": "Clostridium",
                      "value": 4
                    },
                    {
                      "text": "Staphylococcus",
                      "value": 2
                    },
                    {
                      "text": "E.coli",
                      "value": 1
                    }
                  ]
                },
                {
                  "text": "2000",
                  "children": [{
                      "text": "Undeclared",
                      "value": 55
                    },
                    {
                      "text": "Clostridium",
                      "value": 9
                    },
                    {
                      "text": "Salmonella",
                      "value": 16
                    },
                    {
                      "text": "Norovirus",
                      "value": 32
                    },
                    {
                      "text": "Trichinella",
                      "value": 1
                    },
                    {
                      "text": "Scombroid",
                      "value": 4
                    },
                    {
                      "text": "Shigella",
                      "value": 2
                    },
                    {
                      "text": "Hepatitis",
                      "value": 1
                    },
                    {
                      "text": "E.coli",
                      "value": 1
                    },
                    {
                      "text": "Staphylococcus",
                      "value": 8
                    },
                    {
                      "text": "Bacillus",
                      "value": 5
                    },
                    {
                      "text": "Histamine",
                      "value": 1
                    },
                    {
                      "text": "Campylobacter",
                      "value": 1
                    },
                    {
                      "text": "Other",
                      "value": 2
                    }
                  ]
                },
                {
                  "text": "2001",
                  "children": [{
                      "text": "Bacillus",
                      "value": 15
                    },
                    {
                      "text": "Norovirus",
                      "value": 47
                    },
                    {
                      "text": "Undeclared",
                      "value": 61
                    },
                    {
                      "text": "Trichinella",
                      "value": 2
                    },
                    {
                      "text": "Ciguatoxin",
                      "value": 1
                    },
                    {
                      "text": "Salmonella",
                      "value": 9
                    },
                    {
                      "text": "Giardia",
                      "value": 1
                    },
                    {
                      "text": "Shigella",
                      "value": 6
                    },
                    {
                      "text": "Clostridium",
                      "value": 7
                    },
                    {
                      "text": "Staphylococcus",
                      "value": 5
                    },
                    {
                      "text": "Scombroid",
                      "value": 5
                    },
                    {
                      "text": "Yersinia",
                      "value": 1
                    },
                    {
                      "text": "Campylobacter",
                      "value": 2
                    },
                    {
                      "text": "Vibrio",
                      "value": 3
                    },
                    {
                      "text": "Other",
                      "value": 1
                    },
                    {
                      "text": "Listeria",
                      "value": 2
                    },
                    {
                      "text": "Brucella",
                      "value": 1
                    }
                  ]
                },
                {
                  "text": "2002",
                  "children": [{
                      "text": "Norovirus",
                      "value": 76
                    },
                    {
                      "text": "Bacillus",
                      "value": 47
                    },
                    {
                      "text": "Clostridium",
                      "value": 8
                    },
                    {
                      "text": "Undeclared",
                      "value": 21
                    },
                    {
                      "text": "Campylobacter",
                      "value": 7
                    },
                    {
                      "text": "Salmonella",
                      "value": 10
                    },
                    {
                      "text": "E.coli",
                      "value": 8
                    },
                    {
                      "text": "Other",
                      "value": 18
                    },
                    {
                      "text": "Shigella",
                      "value": 4
                    },
                    {
                      "text": "Vibrio",
                      "value": 1
                    },
                    {
                      "text": "Staphylococcus",
                      "value": 5
                    },
                    {
                      "text": "Scombroid",
                      "value": 3
                    }
                  ]
                },
                {
                  "text": "2003",
                  "children": [{
                      "text": "Norovirus",
                      "value": 68
                    },
                    {
                      "text": "Bacillus",
                      "value": 33
                    },
                    {
                      "text": "Scombroid",
                      "value": 3
                    },
                    {
                      "text": "Undeclared",
                      "value": 15
                    },
                    {
                      "text": "Other",
                      "value": 20
                    },
                    {
                      "text": "Salmonella",
                      "value": 22
                    },
                    {
                      "text": "E.coli",
                      "value": 4
                    },
                    {
                      "text": "Staphylococcus",
                      "value": 4
                    },
                    {
                      "text": "Clostridium",
                      "value": 6
                    },
                    {
                      "text": "Campylobacter",
                      "value": 6
                    },
                    {
                      "text": "Histamine",
                      "value": 1
                    },
                    {
                      "text": "Vibrio",
                      "value": 2
                    },
                    {
                      "text": "Shigella",
                      "value": 1
                    }
                  ]
                },
                {
                  "text": "2004",
                  "children": [{
                      "text": "Bacillus",
                      "value": 28
                    },
                    {
                      "text": "Norovirus",
                      "value": 81
                    },
                    {
                      "text": "Salmonella",
                      "value": 21
                    },
                    {
                      "text": "Undeclared",
                      "value": 13
                    },
                    {
                      "text": "Scombroid",
                      "value": 5
                    },
                    {
                      "text": "Clostridium",
                      "value": 5
                    },
                    {
                      "text": "Other",
                      "value": 14
                    },
                    {
                      "text": "Campylobacter",
                      "value": 2
                    },
                    {
                      "text": "Staphylococcus",
                      "value": 3
                    },
                    {
                      "text": "Shigella",
                      "value": 3
                    },
                    {
                      "text": "E.coli",
                      "value": 2
                    },
                    {
                      "text": "Ciguatoxin",
                      "value": 1
                    },
                    {
                      "text": "Mycotoxins",
                      "value": 1
                    }
                  ]
                },
                {
                  "text": "2005",
                  "children": [{
                      "text": "Vibrio",
                      "value": 2
                    },
                    {
                      "text": "Undeclared",
                      "value": 13
                    },
                    {
                      "text": "Norovirus",
                      "value": 47
                    },
                    {
                      "text": "Bacillus",
                      "value": 20
                    },
                    {
                      "text": "Other",
                      "value": 26
                    },
                    {
                      "text": "Salmonella",
                      "value": 24
                    },
                    {
                      "text": "Clostridium",
                      "value": 5
                    },
                    {
                      "text": "Scombroid",
                      "value": 5
                    },
                    {
                      "text": "Staphylococcus",
                      "value": 1
                    },
                    {
                      "text": "Shigella",
                      "value": 3
                    },
                    {
                      "text": "Campylobacter",
                      "value": 1
                    },
                    {
                      "text": "Hepatitis",
                      "value": 2
                    }
                  ]
                },
                {
                  "text": "2006",
                  "children": [{
                      "text": "Norovirus",
                      "value": 86
                    },
                    {
                      "text": "Clostridium",
                      "value": 7
                    },
                    {
                      "text": "Other",
                      "value": 24
                    },
                    {
                      "text": "Giardia",
                      "value": 1
                    },
                    {
                      "text": "Undeclared",
                      "value": 22
                    },
                    {
                      "text": "Shigella",
                      "value": 6
                    },
                    {
                      "text": "Bacillus",
                      "value": 19
                    },
                    {
                      "text": "Salmonella",
                      "value": 19
                    },
                    {
                      "text": "Scombroid",
                      "value": 3
                    },
                    {
                      "text": "Campylobacter",
                      "value": 4
                    },
                    {
                      "text": "Staphylococcus",
                      "value": 3
                    },
                    {
                      "text": "Mycotoxins",
                      "value": 1
                    },
                    {
                      "text": "E.coli",
                      "value": 2
                    },
                    {
                      "text": "Vibrio",
                      "value": 2
                    },
                    {
                      "text": "Trichinella",
                      "value": 1
                    },
                    {
                      "text": "Puffer",
                      "value": 1
                    },
                    {
                      "text": "Hepatitis",
                      "value": 1
                    }
                  ]
                },
                {
                  "text": "2007",
                  "children": [{
                      "text": "Mycotoxins",
                      "value": 2
                    },
                    {
                      "text": "Norovirus",
                      "value": 57
                    },
                    {
                      "text": "Undeclared",
                      "value": 22
                    },
                    {
                      "text": "Salmonella",
                      "value": 15
                    },
                    {
                      "text": "Bacillus",
                      "value": 23
                    },
                    {
                      "text": "Other",
                      "value": 6
                    },
                    {
                      "text": "Campylobacter",
                      "value": 6
                    },
                    {
                      "text": "Staphylococcus",
                      "value": 3
                    },
                    {
                      "text": "Brucella",
                      "value": 1
                    },
                    {
                      "text": "Clostridium",
                      "value": 5
                    },
                    {
                      "text": "E.coli",
                      "value": 4
                    },
                    {
                      "text": "Shigella",
                      "value": 1
                    },
                    {
                      "text": "Scombroid",
                      "value": 2
                    },
                    {
                      "text": "Ciguatoxin",
                      "value": 1
                    }
                  ]
                },
                {
                  "text": "2008",
                  "children": [{
                      "text": "Norovirus",
                      "value": 41
                    },
                    {
                      "text": "Salmonella",
                      "value": 18
                    },
                    {
                      "text": "Undeclared",
                      "value": 38
                    },
                    {
                      "text": "Bacillus",
                      "value": 7
                    },
                    {
                      "text": "E.coli",
                      "value": 4
                    },
                    {
                      "text": "Clostridium",
                      "value": 5
                    },
                    {
                      "text": "Staphylococcus",
                      "value": 1
                    },
                    {
                      "text": "Campylobacter",
                      "value": 2
                    },
                    {
                      "text": "Cyclospora",
                      "value": 1
                    },
                    {
                      "text": "Hepatitis",
                      "value": 1
                    },
                    {
                      "text": "Vibrio",
                      "value": 1
                    },
                    {
                      "text": "Other",
                      "value": 1
                    },
                    {
                      "text": "Scombroid",
                      "value": 1
                    },
                    {
                      "text": "Trichinella",
                      "value": 1
                    }
                  ]
                },
                {
                  "text": "2009",
                  "children": [{
                      "text": "Undeclared",
                      "value": 28
                    },
                    {
                      "text": "Norovirus",
                      "value": 32
                    },
                    {
                      "text": "Bacillus",
                      "value": 3
                    },
                    {
                      "text": "Other",
                      "value": 2
                    },
                    {
                      "text": "Salmonella",
                      "value": 9
                    },
                    {
                      "text": "Campylobacter",
                      "value": 2
                    },
                    {
                      "text": "Clostridium",
                      "value": 2
                    },
                    {
                      "text": "Scombroid",
                      "value": 1
                    },
                    {
                      "text": "E.coli",
                      "value": 1
                    },
                    {
                      "text": "Vibrio",
                      "value": 1
                    }
                  ]
                },
                {
                  "text": "2010",
                  "children": [{
                      "text": "Undeclared",
                      "value": 27
                    },
                    {
                      "text": "Norovirus",
                      "value": 29
                    },
                    {
                      "text": "Salmonella",
                      "value": 12
                    },
                    {
                      "text": "Bacillus",
                      "value": 2
                    },
                    {
                      "text": "Clostridium",
                      "value": 3
                    },
                    {
                      "text": "Ciguatoxin",
                      "value": 1
                    },
                    {
                      "text": "E.coli",
                      "value": 2
                    },
                    {
                      "text": "Scombroid",
                      "value": 1
                    },
                    {
                      "text": "Other",
                      "value": 1
                    },
                    {
                      "text": "Hepatitis",
                      "value": 1
                    },
                    {
                      "text": "Shigella",
                      "value": 1
                    }
                  ]
                },
                {
                  "text": "2011",
                  "children": [{
                      "text": "Norovirus",
                      "value": 25
                    },
                    {
                      "text": "Undeclared",
                      "value": 31
                    },
                    {
                      "text": "Salmonella",
                      "value": 13
                    },
                    {
                      "text": "Clostridium",
                      "value": 1
                    },
                    {
                      "text": "Vibrio",
                      "value": 1
                    },
                    {
                      "text": "Campylobacter",
                      "value": 3
                    },
                    {
                      "text": "Shigella",
                      "value": 1
                    },
                    {
                      "text": "Other",
                      "value": 3
                    },
                    {
                      "text": "Bacillus",
                      "value": 1
                    },
                    {
                      "text": "Staphylococcus",
                      "value": 1
                    },
                    {
                      "text": "Scombroid",
                      "value": 1
                    },
                    {
                      "text": "E.coli",
                      "value": 1
                    }
                  ]
                },
                {
                  "text": "2012",
                  "children": [{
                      "text": "Undeclared",
                      "value": 21
                    },
                    {
                      "text": "Norovirus",
                      "value": 31
                    },
                    {
                      "text": "Scombroid",
                      "value": 3
                    },
                    {
                      "text": "Salmonella",
                      "value": 7
                    },
                    {
                      "text": "Campylobacter",
                      "value": 4
                    },
                    {
                      "text": "Vibrio",
                      "value": 2
                    },
                    {
                      "text": "E.coli",
                      "value": 1
                    },
                    {
                      "text": "Other",
                      "value": 2
                    },
                    {
                      "text": "Clostridium",
                      "value": 1
                    },
                    {
                      "text": "Mycotoxins",
                      "value": 1
                    }
                  ]
                }
              ]
            },
            {
              "text": "Michigan",
              "children": [{
                  "text": "1998",
                  "children": [{
                      "text": "Undeclared",
                      "value": 116
                    },
                    {
                      "text": "E.coli",
                      "value": 1
                    },
                    {
                      "text": "Norovirus",
                      "value": 1
                    },
                    {
                      "text": "Bacillus",
                      "value": 2
                    },
                    {
                      "text": "Hepatitis",
                      "value": 1
                    }
                  ]
                },
                {
                  "text": "1999",
                  "children": [{
                      "text": "Norovirus",
                      "value": 4
                    },
                    {
                      "text": "Undeclared",
                      "value": 74
                    },
                    {
                      "text": "Hepatitis",
                      "value": 1
                    },
                    {
                      "text": "Clostridium",
                      "value": 2
                    },
                    {
                      "text": "Bacillus",
                      "value": 2
                    },
                    {
                      "text": "Salmonella",
                      "value": 2
                    }
                  ]
                },
                {
                  "text": "2000",
                  "children": [{
                      "text": "Undeclared",
                      "value": 81
                    },
                    {
                      "text": "Norovirus",
                      "value": 13
                    },
                    {
                      "text": "Staphylococcus",
                      "value": 1
                    },
                    {
                      "text": "Salmonella",
                      "value": 3
                    },
                    {
                      "text": "E.coli",
                      "value": 1
                    }
                  ]
                },
                {
                  "text": "2001",
                  "children": [{
                      "text": "Histamine",
                      "value": 2
                    },
                    {
                      "text": "Norovirus",
                      "value": 7
                    },
                    {
                      "text": "Undeclared",
                      "value": 33
                    },
                    {
                      "text": "Clostridium",
                      "value": 1
                    },
                    {
                      "text": "Staphylococcus",
                      "value": 1
                    },
                    {
                      "text": "Other",
                      "value": 2
                    },
                    {
                      "text": "Scombroid",
                      "value": 2
                    },
                    {
                      "text": "Salmonella",
                      "value": 5
                    },
                    {
                      "text": "Bacillus",
                      "value": 2
                    }
                  ]
                },
                {
                  "text": "2002",
                  "children": [{
                      "text": "Undeclared",
                      "value": 42
                    },
                    {
                      "text": "Norovirus",
                      "value": 10
                    },
                    {
                      "text": "Hepatitis",
                      "value": 2
                    },
                    {
                      "text": "Salmonella",
                      "value": 3
                    },
                    {
                      "text": "Clostridium",
                      "value": 2
                    },
                    {
                      "text": "Bacillus",
                      "value": 1
                    },
                    {
                      "text": "Other",
                      "value": 1
                    }
                  ]
                },
                {
                  "text": "2003",
                  "children": [{
                      "text": "Norovirus",
                      "value": 13
                    },
                    {
                      "text": "Undeclared",
                      "value": 36
                    },
                    {
                      "text": "Salmonella",
                      "value": 3
                    },
                    {
                      "text": "Clostridium",
                      "value": 1
                    },
                    {
                      "text": "Campylobacter",
                      "value": 1
                    },
                    {
                      "text": "E.coli",
                      "value": 1
                    }
                  ]
                },
                {
                  "text": "2004",
                  "children": [{
                      "text": "Undeclared",
                      "value": 44
                    },
                    {
                      "text": "Bacillus",
                      "value": 1
                    },
                    {
                      "text": "Norovirus",
                      "value": 12
                    },
                    {
                      "text": "Salmonella",
                      "value": 2
                    },
                    {
                      "text": "Clostridium",
                      "value": 1
                    }
                  ]
                },
                {
                  "text": "2005",
                  "children": [{
                      "text": "Norovirus",
                      "value": 8
                    },
                    {
                      "text": "Undeclared",
                      "value": 38
                    },
                    {
                      "text": "Salmonella",
                      "value": 3
                    },
                    {
                      "text": "Bacillus",
                      "value": 2
                    }
                  ]
                },
                {
                  "text": "2006",
                  "children": [{
                      "text": "Undeclared",
                      "value": 26
                    },
                    {
                      "text": "Norovirus",
                      "value": 15
                    },
                    {
                      "text": "Staphylococcus",
                      "value": 1
                    },
                    {
                      "text": "Cryptosporidium",
                      "value": 1
                    },
                    {
                      "text": "Salmonella",
                      "value": 1
                    }
                  ]
                },
                {
                  "text": "2007",
                  "children": [{
                      "text": "Scombroid",
                      "value": 1
                    },
                    {
                      "text": "Undeclared",
                      "value": 19
                    },
                    {
                      "text": "Salmonella",
                      "value": 3
                    },
                    {
                      "text": "Histamine",
                      "value": 1
                    },
                    {
                      "text": "Norovirus",
                      "value": 2
                    },
                    {
                      "text": "Clostridium",
                      "value": 1
                    },
                    {
                      "text": "Staphylococcus",
                      "value": 1
                    },
                    {
                      "text": "Campylobacter",
                      "value": 1
                    }
                  ]
                },
                {
                  "text": "2008",
                  "children": [{
                      "text": "Clostridium",
                      "value": 3
                    },
                    {
                      "text": "Undeclared",
                      "value": 24
                    },
                    {
                      "text": "Norovirus",
                      "value": 5
                    },
                    {
                      "text": "Salmonella",
                      "value": 2
                    },
                    {
                      "text": "Campylobacter",
                      "value": 1
                    }
                  ]
                },
                {
                  "text": "2009",
                  "children": [{
                      "text": "Undeclared",
                      "value": 12
                    },
                    {
                      "text": "Norovirus",
                      "value": 1
                    },
                    {
                      "text": "Clostridium",
                      "value": 2
                    },
                    {
                      "text": "E.coli",
                      "value": 1
                    },
                    {
                      "text": "Salmonella",
                      "value": 5
                    }
                  ]
                },
                {
                  "text": "2010",
                  "children": [{
                      "text": "Norovirus",
                      "value": 2
                    },
                    {
                      "text": "Undeclared",
                      "value": 4
                    },
                    {
                      "text": "Campylobacter",
                      "value": 3
                    },
                    {
                      "text": "Salmonella",
                      "value": 4
                    },
                    {
                      "text": "Staphylococcus",
                      "value": 2
                    }
                  ]
                },
                {
                  "text": "2011",
                  "children": [{
                      "text": "Undeclared",
                      "value": 16
                    },
                    {
                      "text": "Salmonella",
                      "value": 4
                    },
                    {
                      "text": "Norovirus",
                      "value": 3
                    },
                    {
                      "text": "Campylobacter",
                      "value": 1
                    },
                    {
                      "text": "Other",
                      "value": 1
                    },
                    {
                      "text": "E.coli",
                      "value": 2
                    },
                    {
                      "text": "Shigella",
                      "value": 1
                    },
                    {
                      "text": "Listeria",
                      "value": 1
                    }
                  ]
                },
                {
                  "text": "2012",
                  "children": [{
                      "text": "Undeclared",
                      "value": 22
                    },
                    {
                      "text": "Salmonella",
                      "value": 1
                    },
                    {
                      "text": "Clostridium",
                      "value": 3
                    },
                    {
                      "text": "Norovirus",
                      "value": 3
                    },
                    {
                      "text": "E.coli",
                      "value": 3
                    }
                  ]
                }
              ]
            },
            {
              "text": "West Virginia",
              "children": [{
                  "text": "1998",
                  "children": [{
                      "text": "Bacillus",
                      "value": 1
                    },
                    {
                      "text": "Salmonella",
                      "value": 1
                    },
                    {
                      "text": "Norovirus",
                      "value": 1
                    }
                  ]
                },
                {
                  "text": "1999",
                  "children": [{
                      "text": "Norovirus",
                      "value": 2
                    },
                    {
                      "text": "Salmonella",
                      "value": 1
                    }
                  ]
                },
                {
                  "text": "2000",
                  "children": [{
                      "text": "Bacillus",
                      "value": 1
                    },
                    {
                      "text": "Norovirus",
                      "value": 2
                    }
                  ]
                },
                {
                  "text": "2001",
                  "children": [{
                      "text": "Norovirus",
                      "value": 3
                    },
                    {
                      "text": "Salmonella",
                      "value": 1
                    },
                    {
                      "text": "Staphylococcus",
                      "value": 1
                    },
                    {
                      "text": "Bacillus",
                      "value": 1
                    }
                  ]
                },
                {
                  "text": "2002",
                  "children": [{
                    "text": "Norovirus",
                    "value": 1
                  }]
                },
                {
                  "text": "2003",
                  "children": [{
                    "text": "Other",
                    "value": 1
                  }]
                },
                {
                  "text": "2004",
                  "children": [
    
                  ]
                },
                {
                  "text": "2005",
                  "children": [{
                    "text": "Staphylococcus",
                    "value": 1
                  }]
                },
                {
                  "text": "2006",
                  "children": [{
                    "text": "Undeclared",
                    "value": 3
                  }]
                },
                {
                  "text": "2007",
                  "children": [{
                      "text": "Salmonella",
                      "value": 1
                    },
                    {
                      "text": "Undeclared",
                      "value": 1
                    }
                  ]
                },
                {
                  "text": "2008",
                  "children": [{
                      "text": "Campylobacter",
                      "value": 1
                    },
                    {
                      "text": "Undeclared",
                      "value": 2
                    },
                    {
                      "text": "Norovirus",
                      "value": 1
                    }
                  ]
                },
                {
                  "text": "2009",
                  "children": [{
                      "text": "Salmonella",
                      "value": 2
                    },
                    {
                      "text": "Undeclared",
                      "value": 1
                    }
                  ]
                },
                {
                  "text": "2010",
                  "children": [{
                    "text": "Bacillus",
                    "value": 1
                  }]
                },
                {
                  "text": "2011",
                  "children": [
    
                  ]
                },
                {
                  "text": "2012",
                  "children": [{
                    "text": "Undeclared",
                    "value": 4
                  }]
                }
              ]
            },
            {
              "text": "Washington",
              "children": [{
                  "text": "1998",
                  "children": [{
                      "text": "Undeclared",
                      "value": 43
                    },
                    {
                      "text": "Vibrio",
                      "value": 2
                    },
                    {
                      "text": "Scombroid",
                      "value": 2
                    },
                    {
                      "text": "Campylobacter",
                      "value": 1
                    },
                    {
                      "text": "Salmonella",
                      "value": 6
                    },
                    {
                      "text": "Paralytic",
                      "value": 1
                    },
                    {
                      "text": "E.coli",
                      "value": 3
                    },
                    {
                      "text": "Giardia",
                      "value": 1
                    },
                    {
                      "text": "Hepatitis",
                      "value": 1
                    }
                  ]
                },
                {
                  "text": "1999",
                  "children": [{
                      "text": "Undeclared",
                      "value": 57
                    },
                    {
                      "text": "Salmonella",
                      "value": 4
                    },
                    {
                      "text": "Bacillus",
                      "value": 3
                    },
                    {
                      "text": "Other",
                      "value": 13
                    },
                    {
                      "text": "Norovirus",
                      "value": 3
                    },
                    {
                      "text": "Hepatitis",
                      "value": 1
                    },
                    {
                      "text": "Scombroid",
                      "value": 1
                    },
                    {
                      "text": "Clostridium",
                      "value": 2
                    },
                    {
                      "text": "Vibrio",
                      "value": 1
                    },
                    {
                      "text": "E.coli",
                      "value": 1
                    },
                    {
                      "text": "Campylobacter",
                      "value": 1
                    },
                    {
                      "text": "Staphylococcus",
                      "value": 1
                    }
                  ]
                },
                {
                  "text": "2000",
                  "children": [{
                      "text": "Salmonella",
                      "value": 2
                    },
                    {
                      "text": "Norovirus",
                      "value": 9
                    },
                    {
                      "text": "Undeclared",
                      "value": 28
                    },
                    {
                      "text": "Other",
                      "value": 9
                    },
                    {
                      "text": "Bacillus",
                      "value": 6
                    },
                    {
                      "text": "Scombroid",
                      "value": 2
                    },
                    {
                      "text": "Paralytic",
                      "value": 3
                    },
                    {
                      "text": "E.coli",
                      "value": 2
                    },
                    {
                      "text": "Neurotoxic",
                      "value": 1
                    },
                    {
                      "text": "Clostridium",
                      "value": 1
                    },
                    {
                      "text": "Hepatitis",
                      "value": 1
                    },
                    {
                      "text": "Staphylococcus",
                      "value": 1
                    }
                  ]
                },
                {
                  "text": "2001",
                  "children": [{
                      "text": "Norovirus",
                      "value": 16
                    },
                    {
                      "text": "Campylobacter",
                      "value": 1
                    },
                    {
                      "text": "Salmonella",
                      "value": 6
                    },
                    {
                      "text": "Other",
                      "value": 2
                    },
                    {
                      "text": "Undeclared",
                      "value": 41
                    },
                    {
                      "text": "E.coli",
                      "value": 1
                    },
                    {
                      "text": "Histamine",
                      "value": 1
                    },
                    {
                      "text": "Shigella",
                      "value": 2
                    }
                  ]
                },
                {
                  "text": "2002",
                  "children": [{
                      "text": "Undeclared",
                      "value": 25
                    },
                    {
                      "text": "Staphylococcus",
                      "value": 3
                    },
                    {
                      "text": "Campylobacter",
                      "value": 4
                    },
                    {
                      "text": "Norovirus",
                      "value": 13
                    },
                    {
                      "text": "Salmonella",
                      "value": 7
                    },
                    {
                      "text": "Bacillus",
                      "value": 1
                    },
                    {
                      "text": "Other",
                      "value": 2
                    },
                    {
                      "text": "E.coli",
                      "value": 2
                    }
                  ]
                },
                {
                  "text": "2003",
                  "children": [{
                      "text": "Norovirus",
                      "value": 19
                    },
                    {
                      "text": "Salmonella",
                      "value": 7
                    },
                    {
                      "text": "Bacillus",
                      "value": 4
                    },
                    {
                      "text": "Undeclared",
                      "value": 8
                    },
                    {
                      "text": "Scombroid",
                      "value": 2
                    },
                    {
                      "text": "Staphylococcus",
                      "value": 4
                    },
                    {
                      "text": "Clostridium",
                      "value": 5
                    },
                    {
                      "text": "E.coli",
                      "value": 1
                    },
                    {
                      "text": "Campylobacter",
                      "value": 4
                    }
                  ]
                },
                {
                  "text": "2004",
                  "children": [{
                      "text": "Norovirus",
                      "value": 20
                    },
                    {
                      "text": "Clostridium",
                      "value": 2
                    },
                    {
                      "text": "Undeclared",
                      "value": 13
                    },
                    {
                      "text": "E.coli",
                      "value": 5
                    },
                    {
                      "text": "Bacillus",
                      "value": 2
                    },
                    {
                      "text": "Giardia",
                      "value": 1
                    },
                    {
                      "text": "Shigella",
                      "value": 1
                    },
                    {
                      "text": "Salmonella",
                      "value": 4
                    },
                    {
                      "text": "Scombroid",
                      "value": 2
                    },
                    {
                      "text": "Campylobacter",
                      "value": 2
                    },
                    {
                      "text": "Other",
                      "value": 3
                    }
                  ]
                },
                {
                  "text": "2005",
                  "children": [{
                      "text": "Norovirus",
                      "value": 12
                    },
                    {
                      "text": "Campylobacter",
                      "value": 2
                    },
                    {
                      "text": "Clostridium",
                      "value": 1
                    },
                    {
                      "text": "Bacillus",
                      "value": 3
                    },
                    {
                      "text": "Undeclared",
                      "value": 11
                    },
                    {
                      "text": "E.coli",
                      "value": 6
                    },
                    {
                      "text": "Vibrio",
                      "value": 2
                    },
                    {
                      "text": "Salmonella",
                      "value": 1
                    },
                    {
                      "text": "Shigella",
                      "value": 1
                    },
                    {
                      "text": "Staphylococcus",
                      "value": 1
                    }
                  ]
                },
                {
                  "text": "2006",
                  "children": [{
                      "text": "Undeclared",
                      "value": 13
                    },
                    {
                      "text": "Clostridium",
                      "value": 1
                    },
                    {
                      "text": "Norovirus",
                      "value": 26
                    },
                    {
                      "text": "Campylobacter",
                      "value": 1
                    },
                    {
                      "text": "Mycotoxins",
                      "value": 1
                    },
                    {
                      "text": "Scombroid",
                      "value": 3
                    },
                    {
                      "text": "E.coli",
                      "value": 1
                    },
                    {
                      "text": "Bacillus",
                      "value": 1
                    },
                    {
                      "text": "Other",
                      "value": 2
                    }
                  ]
                },
                {
                  "text": "2007",
                  "children": [{
                      "text": "Bacillus",
                      "value": 2
                    },
                    {
                      "text": "Salmonella",
                      "value": 6
                    },
                    {
                      "text": "Norovirus",
                      "value": 19
                    },
                    {
                      "text": "Other",
                      "value": 2
                    },
                    {
                      "text": "Clostridium",
                      "value": 3
                    },
                    {
                      "text": "Undeclared",
                      "value": 4
                    },
                    {
                      "text": "Campylobacter",
                      "value": 2
                    },
                    {
                      "text": "Vibrio",
                      "value": 1
                    },
                    {
                      "text": "Scombroid",
                      "value": 1
                    }
                  ]
                },
                {
                  "text": "2008",
                  "children": [{
                      "text": "Norovirus",
                      "value": 18
                    },
                    {
                      "text": "Undeclared",
                      "value": 13
                    },
                    {
                      "text": "E.coli",
                      "value": 3
                    },
                    {
                      "text": "Clostridium",
                      "value": 2
                    },
                    {
                      "text": "Scombroid",
                      "value": 1
                    },
                    {
                      "text": "Salmonella",
                      "value": 2
                    },
                    {
                      "text": "Histamine",
                      "value": 1
                    },
                    {
                      "text": "Campylobacter",
                      "value": 1
                    },
                    {
                      "text": "Bacillus",
                      "value": 1
                    }
                  ]
                },
                {
                  "text": "2009",
                  "children": [{
                      "text": "Norovirus",
                      "value": 8
                    },
                    {
                      "text": "E.coli",
                      "value": 4
                    },
                    {
                      "text": "Scombroid",
                      "value": 1
                    },
                    {
                      "text": "Undeclared",
                      "value": 2
                    },
                    {
                      "text": "Salmonella",
                      "value": 5
                    },
                    {
                      "text": "Bacillus",
                      "value": 1
                    },
                    {
                      "text": "Other",
                      "value": 1
                    },
                    {
                      "text": "Hepatitis",
                      "value": 1
                    },
                    {
                      "text": "Clostridium",
                      "value": 1
                    }
                  ]
                },
                {
                  "text": "2010",
                  "children": [{
                      "text": "E.coli",
                      "value": 2
                    },
                    {
                      "text": "Salmonella",
                      "value": 3
                    },
                    {
                      "text": "Undeclared",
                      "value": 9
                    },
                    {
                      "text": "Vibrio",
                      "value": 3
                    },
                    {
                      "text": "Listeria",
                      "value": 2
                    },
                    {
                      "text": "Hepatitis",
                      "value": 1
                    },
                    {
                      "text": "Clostridium",
                      "value": 3
                    },
                    {
                      "text": "Norovirus",
                      "value": 8
                    },
                    {
                      "text": "Scombroid",
                      "value": 1
                    }
                  ]
                },
                {
                  "text": "2011",
                  "children": [{
                      "text": "Norovirus",
                      "value": 14
                    },
                    {
                      "text": "Other",
                      "value": 6
                    },
                    {
                      "text": "Vibrio",
                      "value": 3
                    },
                    {
                      "text": "Salmonella",
                      "value": 1
                    },
                    {
                      "text": "Campylobacter",
                      "value": 1
                    },
                    {
                      "text": "E.coli",
                      "value": 1
                    },
                    {
                      "text": "Undeclared",
                      "value": 1
                    }
                  ]
                },
                {
                  "text": "2012",
                  "children": [{
                      "text": "Norovirus",
                      "value": 8
                    },
                    {
                      "text": "Vibrio",
                      "value": 4
                    },
                    {
                      "text": "Other",
                      "value": 4
                    },
                    {
                      "text": "Histamine",
                      "value": 1
                    },
                    {
                      "text": "Clostridium",
                      "value": 1
                    },
                    {
                      "text": "Salmonella",
                      "value": 3
                    },
                    {
                      "text": "Paralytic",
                      "value": 1
                    },
                    {
                      "text": "E.coli",
                      "value": 1
                    }
                  ]
                }
              ]
            },
            {
              "text": "Vermont",
              "children": [{
                  "text": "1998",
                  "children": [{
                      "text": "Salmonella",
                      "value": 1
                    },
                    {
                      "text": "Undeclared",
                      "value": 1
                    }
                  ]
                },
                {
                  "text": "1999",
                  "children": [{
                    "text": "Hepatitis",
                    "value": 1
                  }]
                },
                {
                  "text": "2000",
                  "children": [{
                      "text": "Salmonella",
                      "value": 3
                    },
                    {
                      "text": "Undeclared",
                      "value": 1
                    }
                  ]
                },
                {
                  "text": "2001",
                  "children": [{
                      "text": "Salmonella",
                      "value": 2
                    },
                    {
                      "text": "Undeclared",
                      "value": 3
                    }
                  ]
                },
                {
                  "text": "2002",
                  "children": [{
                      "text": "Staphylococcus",
                      "value": 1
                    },
                    {
                      "text": "Clostridium",
                      "value": 1
                    },
                    {
                      "text": "Cyclospora",
                      "value": 1
                    }
                  ]
                },
                {
                  "text": "2003",
                  "children": [{
                      "text": "Undeclared",
                      "value": 1
                    },
                    {
                      "text": "Campylobacter",
                      "value": 1
                    },
                    {
                      "text": "Salmonella",
                      "value": 1
                    }
                  ]
                },
                {
                  "text": "2004",
                  "children": [{
                      "text": "Undeclared",
                      "value": 2
                    },
                    {
                      "text": "Salmonella",
                      "value": 2
                    }
                  ]
                },
                {
                  "text": "2005",
                  "children": [{
                    "text": "Salmonella",
                    "value": 1
                  }]
                },
                {
                  "text": "2006",
                  "children": [{
                    "text": "Salmonella",
                    "value": 2
                  }]
                },
                {
                  "text": "2007",
                  "children": [{
                      "text": "Undeclared",
                      "value": 2
                    },
                    {
                      "text": "Salmonella",
                      "value": 2
                    },
                    {
                      "text": "Giardia",
                      "value": 1
                    },
                    {
                      "text": "Other",
                      "value": 1
                    }
                  ]
                },
                {
                  "text": "2008",
                  "children": [{
                      "text": "Undeclared",
                      "value": 1
                    },
                    {
                      "text": "E.coli",
                      "value": 1
                    }
                  ]
                },
                {
                  "text": "2009",
                  "children": [
    
                  ]
                },
                {
                  "text": "2010",
                  "children": [{
                    "text": "Campylobacter",
                    "value": 2
                  }]
                },
                {
                  "text": "2011",
                  "children": [{
                    "text": "Salmonella",
                    "value": 1
                  }]
                },
                {
                  "text": "2012",
                  "children": [{
                    "text": "Salmonella",
                    "value": 1
                  }]
                }
              ]
            },
            {
              "text": "Virginia",
              "children": [{
                  "text": "1998",
                  "children": [{
                      "text": "E.coli",
                      "value": 2
                    },
                    {
                      "text": "Clostridium",
                      "value": 1
                    },
                    {
                      "text": "Other",
                      "value": 2
                    },
                    {
                      "text": "Salmonella",
                      "value": 3
                    },
                    {
                      "text": "Undeclared",
                      "value": 3
                    },
                    {
                      "text": "Staphylococcus",
                      "value": 1
                    },
                    {
                      "text": "Scombroid",
                      "value": 1
                    },
                    {
                      "text": "Norovirus",
                      "value": 2
                    }
                  ]
                },
                {
                  "text": "1999",
                  "children": [{
                      "text": "Staphylococcus",
                      "value": 1
                    },
                    {
                      "text": "Clostridium",
                      "value": 1
                    },
                    {
                      "text": "Norovirus",
                      "value": 3
                    },
                    {
                      "text": "Undeclared",
                      "value": 1
                    },
                    {
                      "text": "Salmonella",
                      "value": 3
                    }
                  ]
                },
                {
                  "text": "2000",
                  "children": [{
                      "text": "Salmonella",
                      "value": 6
                    },
                    {
                      "text": "Norovirus",
                      "value": 6
                    },
                    {
                      "text": "Clostridium",
                      "value": 1
                    },
                    {
                      "text": "Undeclared",
                      "value": 2
                    },
                    {
                      "text": "Staphylococcus",
                      "value": 2
                    },
                    {
                      "text": "Shigella",
                      "value": 1
                    }
                  ]
                },
                {
                  "text": "2001",
                  "children": [{
                      "text": "Salmonella",
                      "value": 3
                    },
                    {
                      "text": "Norovirus",
                      "value": 8
                    },
                    {
                      "text": "Clostridium",
                      "value": 3
                    },
                    {
                      "text": "Undeclared",
                      "value": 3
                    },
                    {
                      "text": "E.coli",
                      "value": 1
                    }
                  ]
                },
                {
                  "text": "2002",
                  "children": [{
                      "text": "Norovirus",
                      "value": 6
                    },
                    {
                      "text": "Clostridium",
                      "value": 2
                    },
                    {
                      "text": "Salmonella",
                      "value": 3
                    },
                    {
                      "text": "Campylobacter",
                      "value": 1
                    },
                    {
                      "text": "Staphylococcus",
                      "value": 1
                    }
                  ]
                },
                {
                  "text": "2003",
                  "children": [{
                      "text": "Norovirus",
                      "value": 5
                    },
                    {
                      "text": "E.coli",
                      "value": 2
                    },
                    {
                      "text": "Salmonella",
                      "value": 3
                    },
                    {
                      "text": "Clostridium",
                      "value": 1
                    },
                    {
                      "text": "Undeclared",
                      "value": 1
                    },
                    {
                      "text": "Staphylococcus",
                      "value": 1
                    }
                  ]
                },
                {
                  "text": "2004",
                  "children": [{
                      "text": "Clostridium",
                      "value": 3
                    },
                    {
                      "text": "Norovirus",
                      "value": 6
                    },
                    {
                      "text": "Undeclared",
                      "value": 2
                    },
                    {
                      "text": "Salmonella",
                      "value": 1
                    }
                  ]
                },
                {
                  "text": "2005",
                  "children": [{
                      "text": "Norovirus",
                      "value": 4
                    },
                    {
                      "text": "Salmonella",
                      "value": 4
                    },
                    {
                      "text": "Staphylococcus",
                      "value": 3
                    },
                    {
                      "text": "Undeclared",
                      "value": 1
                    }
                  ]
                },
                {
                  "text": "2006",
                  "children": [{
                      "text": "Norovirus",
                      "value": 4
                    },
                    {
                      "text": "Salmonella",
                      "value": 3
                    },
                    {
                      "text": "Staphylococcus",
                      "value": 2
                    },
                    {
                      "text": "Campylobacter",
                      "value": 2
                    },
                    {
                      "text": "Histamine",
                      "value": 1
                    }
                  ]
                },
                {
                  "text": "2007",
                  "children": [{
                      "text": "Salmonella",
                      "value": 6
                    },
                    {
                      "text": "Norovirus",
                      "value": 3
                    }
                  ]
                },
                {
                  "text": "2008",
                  "children": [{
                      "text": "Norovirus",
                      "value": 3
                    },
                    {
                      "text": "Salmonella",
                      "value": 6
                    },
                    {
                      "text": "Bacillus",
                      "value": 1
                    },
                    {
                      "text": "E.coli",
                      "value": 1
                    }
                  ]
                },
                {
                  "text": "2009",
                  "children": [{
                      "text": "Staphylococcus",
                      "value": 2
                    },
                    {
                      "text": "Brucella",
                      "value": 1
                    },
                    {
                      "text": "Salmonella",
                      "value": 3
                    },
                    {
                      "text": "Campylobacter",
                      "value": 1
                    }
                  ]
                },
                {
                  "text": "2010",
                  "children": [{
                      "text": "Undeclared",
                      "value": 4
                    },
                    {
                      "text": "Norovirus",
                      "value": 7
                    },
                    {
                      "text": "Clostridium",
                      "value": 1
                    },
                    {
                      "text": "Giardia",
                      "value": 1
                    },
                    {
                      "text": "Salmonella",
                      "value": 2
                    },
                    {
                      "text": "Staphylococcus",
                      "value": 1
                    },
                    {
                      "text": "Campylobacter",
                      "value": 1
                    }
                  ]
                },
                {
                  "text": "2011",
                  "children": [{
                      "text": "Norovirus",
                      "value": 4
                    },
                    {
                      "text": "Undeclared",
                      "value": 5
                    },
                    {
                      "text": "Salmonella",
                      "value": 4
                    },
                    {
                      "text": "Campylobacter",
                      "value": 1
                    }
                  ]
                },
                {
                  "text": "2012",
                  "children": [{
                      "text": "Norovirus",
                      "value": 14
                    },
                    {
                      "text": "Trichinella",
                      "value": 1
                    },
                    {
                      "text": "Undeclared",
                      "value": 3
                    },
                    {
                      "text": "Salmonella",
                      "value": 3
                    },
                    {
                      "text": "Histamine",
                      "value": 1
                    }
                  ]
                }
              ]
            },
            {
              "text": "Utah",
              "children": [{
                  "text": "1998",
                  "children": [{
                    "text": "Salmonella",
                    "value": 4
                  }]
                },
                {
                  "text": "1999",
                  "children": [{
                    "text": "Salmonella",
                    "value": 5
                  }]
                },
                {
                  "text": "2000",
                  "children": [{
                    "text": "Salmonella",
                    "value": 4
                  }]
                },
                {
                  "text": "2001",
                  "children": [{
                      "text": "Norovirus",
                      "value": 2
                    },
                    {
                      "text": "Salmonella",
                      "value": 1
                    },
                    {
                      "text": "Hepatitis",
                      "value": 1
                    },
                    {
                      "text": "Undeclared",
                      "value": 1
                    }
                  ]
                },
                {
                  "text": "2002",
                  "children": [{
                      "text": "Campylobacter",
                      "value": 1
                    },
                    {
                      "text": "Norovirus",
                      "value": 1
                    }
                  ]
                },
                {
                  "text": "2003",
                  "children": [{
                      "text": "Undeclared",
                      "value": 1
                    },
                    {
                      "text": "Staphylococcus",
                      "value": 1
                    },
                    {
                      "text": "Clostridium",
                      "value": 1
                    }
                  ]
                },
                {
                  "text": "2004",
                  "children": [{
                    "text": "Norovirus",
                    "value": 1
                  }]
                },
                {
                  "text": "2005",
                  "children": [{
                      "text": "Norovirus",
                      "value": 3
                    },
                    {
                      "text": "Salmonella",
                      "value": 3
                    },
                    {
                      "text": "Campylobacter",
                      "value": 1
                    },
                    {
                      "text": "Undeclared",
                      "value": 3
                    }
                  ]
                },
                {
                  "text": "2006",
                  "children": [{
                      "text": "Salmonella",
                      "value": 2
                    },
                    {
                      "text": "E.coli",
                      "value": 1
                    },
                    {
                      "text": "Undeclared",
                      "value": 1
                    }
                  ]
                },
                {
                  "text": "2007",
                  "children": [{
                    "text": "Campylobacter",
                    "value": 1
                  }]
                },
                {
                  "text": "2008",
                  "children": [{
                      "text": "Salmonella",
                      "value": 3
                    },
                    {
                      "text": "Campylobacter",
                      "value": 1
                    }
                  ]
                },
                {
                  "text": "2009",
                  "children": [{
                      "text": "Undeclared",
                      "value": 1
                    },
                    {
                      "text": "Salmonella",
                      "value": 1
                    },
                    {
                      "text": "Campylobacter",
                      "value": 1
                    }
                  ]
                },
                {
                  "text": "2010",
                  "children": [{
                      "text": "Undeclared",
                      "value": 8
                    },
                    {
                      "text": "Salmonella",
                      "value": 2
                    },
                    {
                      "text": "E.coli",
                      "value": 1
                    }
                  ]
                },
                {
                  "text": "2011",
                  "children": [{
                      "text": "Campylobacter",
                      "value": 1
                    },
                    {
                      "text": "Clostridium",
                      "value": 1
                    }
                  ]
                },
                {
                  "text": "2012",
                  "children": [{
                      "text": "Norovirus",
                      "value": 1
                    },
                    {
                      "text": "Campylobacter",
                      "value": 4
                    }
                  ]
                }
              ]
            },
            {
              "text": "Texas",
              "children": [{
                  "text": "1998",
                  "children": [{
                      "text": "Hepatitis",
                      "value": 2
                    },
                    {
                      "text": "Vibrio",
                      "value": 2
                    },
                    {
                      "text": "Undeclared",
                      "value": 15
                    },
                    {
                      "text": "Staphylococcus",
                      "value": 3
                    },
                    {
                      "text": "E.coli",
                      "value": 1
                    },
                    {
                      "text": "Salmonella",
                      "value": 2
                    },
                    {
                      "text": "Clostridium",
                      "value": 1
                    },
                    {
                      "text": "Other",
                      "value": 2
                    },
                    {
                      "text": "Norovirus",
                      "value": 1
                    }
                  ]
                },
                {
                  "text": "1999",
                  "children": [{
                      "text": "Undeclared",
                      "value": 3
                    },
                    {
                      "text": "Hepatitis",
                      "value": 4
                    },
                    {
                      "text": "Shigella",
                      "value": 2
                    },
                    {
                      "text": "E.coli",
                      "value": 2
                    },
                    {
                      "text": "Clostridium",
                      "value": 1
                    },
                    {
                      "text": "Yersinia",
                      "value": 1
                    },
                    {
                      "text": "Salmonella",
                      "value": 1
                    },
                    {
                      "text": "Norovirus",
                      "value": 1
                    }
                  ]
                },
                {
                  "text": "2000",
                  "children": [{
                      "text": "Undeclared",
                      "value": 11
                    },
                    {
                      "text": "Norovirus",
                      "value": 3
                    },
                    {
                      "text": "Salmonella",
                      "value": 1
                    },
                    {
                      "text": "Shigella",
                      "value": 1
                    },
                    {
                      "text": "E.coli",
                      "value": 3
                    },
                    {
                      "text": "Campylobacter",
                      "value": 1
                    }
                  ]
                },
                {
                  "text": "2001",
                  "children": [{
                      "text": "Norovirus",
                      "value": 2
                    },
                    {
                      "text": "Undeclared",
                      "value": 14
                    },
                    {
                      "text": "Salmonella",
                      "value": 5
                    },
                    {
                      "text": "Bacillus",
                      "value": 2
                    },
                    {
                      "text": "Clostridium",
                      "value": 2
                    },
                    {
                      "text": "E.coli",
                      "value": 1
                    }
                  ]
                },
                {
                  "text": "2002",
                  "children": [{
                      "text": "Undeclared",
                      "value": 5
                    },
                    {
                      "text": "Shigella",
                      "value": 1
                    },
                    {
                      "text": "Salmonella",
                      "value": 4
                    },
                    {
                      "text": "Norovirus",
                      "value": 2
                    }
                  ]
                },
                {
                  "text": "2003",
                  "children": [{
                      "text": "Undeclared",
                      "value": 3
                    },
                    {
                      "text": "Norovirus",
                      "value": 5
                    },
                    {
                      "text": "Shigella",
                      "value": 8
                    },
                    {
                      "text": "Salmonella",
                      "value": 3
                    },
                    {
                      "text": "Listeria",
                      "value": 1
                    },
                    {
                      "text": "E.coli",
                      "value": 1
                    }
                  ]
                },
                {
                  "text": "2004",
                  "children": [{
                      "text": "Norovirus",
                      "value": 5
                    },
                    {
                      "text": "Undeclared",
                      "value": 14
                    },
                    {
                      "text": "Campylobacter",
                      "value": 1
                    }
                  ]
                },
                {
                  "text": "2005",
                  "children": [{
                      "text": "Listeria",
                      "value": 1
                    },
                    {
                      "text": "Undeclared",
                      "value": 2
                    },
                    {
                      "text": "Salmonella",
                      "value": 1
                    },
                    {
                      "text": "Brucella",
                      "value": 1
                    }
                  ]
                },
                {
                  "text": "2006",
                  "children": [{
                      "text": "Norovirus",
                      "value": 1
                    },
                    {
                      "text": "Undeclared",
                      "value": 12
                    },
                    {
                      "text": "E.coli",
                      "value": 2
                    },
                    {
                      "text": "Salmonella",
                      "value": 1
                    },
                    {
                      "text": "Hepatitis",
                      "value": 1
                    }
                  ]
                },
                {
                  "text": "2007",
                  "children": [{
                      "text": "Norovirus",
                      "value": 7
                    },
                    {
                      "text": "Shigella",
                      "value": 7
                    },
                    {
                      "text": "Salmonella",
                      "value": 1
                    },
                    {
                      "text": "Undeclared",
                      "value": 13
                    }
                  ]
                },
                {
                  "text": "2008",
                  "children": [{
                      "text": "Norovirus",
                      "value": 5
                    },
                    {
                      "text": "Undeclared",
                      "value": 8
                    },
                    {
                      "text": "Salmonella",
                      "value": 2
                    },
                    {
                      "text": "Heavy",
                      "value": 1
                    },
                    {
                      "text": "Shigella",
                      "value": 1
                    }
                  ]
                },
                {
                  "text": "2009",
                  "children": [{
                      "text": "Undeclared",
                      "value": 5
                    },
                    {
                      "text": "Norovirus",
                      "value": 1
                    },
                    {
                      "text": "E.coli",
                      "value": 1
                    }
                  ]
                },
                {
                  "text": "2010",
                  "children": [{
                      "text": "Norovirus",
                      "value": 4
                    },
                    {
                      "text": "Undeclared",
                      "value": 13
                    },
                    {
                      "text": "Listeria",
                      "value": 1
                    },
                    {
                      "text": "Salmonella",
                      "value": 1
                    },
                    {
                      "text": "Campylobacter",
                      "value": 1
                    }
                  ]
                },
                {
                  "text": "2011",
                  "children": [{
                      "text": "Undeclared",
                      "value": 34
                    },
                    {
                      "text": "Salmonella",
                      "value": 1
                    },
                    {
                      "text": "Staphylococcus",
                      "value": 1
                    }
                  ]
                },
                {
                  "text": "2012",
                  "children": [{
                      "text": "Undeclared",
                      "value": 16
                    },
                    {
                      "text": "E.coli",
                      "value": 1
                    },
                    {
                      "text": "Norovirus",
                      "value": 3
                    },
                    {
                      "text": "Salmonella",
                      "value": 1
                    },
                    {
                      "text": "Shigella",
                      "value": 1
                    }
                  ]
                }
              ]
            },
            {
              "text": "Tennessee",
              "children": [{
                  "text": "1998",
                  "children": [{
                      "text": "Salmonella",
                      "value": 1
                    },
                    {
                      "text": "Undeclared",
                      "value": 1
                    }
                  ]
                },
                {
                  "text": "1999",
                  "children": [{
                      "text": "Bacillus",
                      "value": 1
                    },
                    {
                      "text": "Norovirus",
                      "value": 2
                    },
                    {
                      "text": "E.coli",
                      "value": 1
                    },
                    {
                      "text": "Staphylococcus",
                      "value": 3
                    },
                    {
                      "text": "Undeclared",
                      "value": 2
                    },
                    {
                      "text": "Salmonella",
                      "value": 1
                    }
                  ]
                },
                {
                  "text": "2000",
                  "children": [{
                      "text": "Norovirus",
                      "value": 5
                    },
                    {
                      "text": "Staphylococcus",
                      "value": 7
                    },
                    {
                      "text": "Salmonella",
                      "value": 3
                    },
                    {
                      "text": "Bacillus",
                      "value": 2
                    },
                    {
                      "text": "Undeclared",
                      "value": 4
                    }
                  ]
                },
                {
                  "text": "2001",
                  "children": [{
                      "text": "Norovirus",
                      "value": 8
                    },
                    {
                      "text": "Bacillus",
                      "value": 2
                    },
                    {
                      "text": "Staphylococcus",
                      "value": 6
                    },
                    {
                      "text": "Clostridium",
                      "value": 1
                    },
                    {
                      "text": "Undeclared",
                      "value": 3
                    },
                    {
                      "text": "Yersinia",
                      "value": 1
                    }
                  ]
                },
                {
                  "text": "2002",
                  "children": [{
                      "text": "Norovirus",
                      "value": 10
                    },
                    {
                      "text": "Staphylococcus",
                      "value": 5
                    },
                    {
                      "text": "Undeclared",
                      "value": 9
                    },
                    {
                      "text": "Salmonella",
                      "value": 4
                    },
                    {
                      "text": "Clostridium",
                      "value": 2
                    },
                    {
                      "text": "E.coli",
                      "value": 1
                    },
                    {
                      "text": "Other",
                      "value": 1
                    }
                  ]
                },
                {
                  "text": "2003",
                  "children": [{
                      "text": "Salmonella",
                      "value": 2
                    },
                    {
                      "text": "Norovirus",
                      "value": 6
                    },
                    {
                      "text": "Staphylococcus",
                      "value": 5
                    },
                    {
                      "text": "Vibrio",
                      "value": 1
                    },
                    {
                      "text": "E.coli",
                      "value": 2
                    },
                    {
                      "text": "Trichinella",
                      "value": 1
                    }
                  ]
                },
                {
                  "text": "2004",
                  "children": [{
                      "text": "Norovirus",
                      "value": 7
                    },
                    {
                      "text": "Bacillus",
                      "value": 1
                    },
                    {
                      "text": "Cyclospora",
                      "value": 1
                    },
                    {
                      "text": "Salmonella",
                      "value": 1
                    },
                    {
                      "text": "Staphylococcus",
                      "value": 2
                    },
                    {
                      "text": "Undeclared",
                      "value": 2
                    },
                    {
                      "text": "Giardia",
                      "value": 1
                    },
                    {
                      "text": "Yersinia",
                      "value": 1
                    }
                  ]
                },
                {
                  "text": "2005",
                  "children": [{
                      "text": "Salmonella",
                      "value": 2
                    },
                    {
                      "text": "Norovirus",
                      "value": 5
                    },
                    {
                      "text": "Staphylococcus",
                      "value": 2
                    },
                    {
                      "text": "Undeclared",
                      "value": 3
                    },
                    {
                      "text": "Hepatitis",
                      "value": 2
                    }
                  ]
                },
                {
                  "text": "2006",
                  "children": [{
                      "text": "Salmonella",
                      "value": 4
                    },
                    {
                      "text": "Undeclared",
                      "value": 10
                    },
                    {
                      "text": "Norovirus",
                      "value": 12
                    },
                    {
                      "text": "E.coli",
                      "value": 1
                    },
                    {
                      "text": "Staphylococcus",
                      "value": 1
                    },
                    {
                      "text": "Bacillus",
                      "value": 1
                    },
                    {
                      "text": "Scombroid",
                      "value": 1
                    }
                  ]
                },
                {
                  "text": "2007",
                  "children": [{
                      "text": "Norovirus",
                      "value": 9
                    },
                    {
                      "text": "Salmonella",
                      "value": 3
                    },
                    {
                      "text": "Staphylococcus",
                      "value": 2
                    },
                    {
                      "text": "Bacillus",
                      "value": 2
                    },
                    {
                      "text": "Undeclared",
                      "value": 2
                    },
                    {
                      "text": "E.coli",
                      "value": 1
                    },
                    {
                      "text": "Campylobacter",
                      "value": 1
                    }
                  ]
                },
                {
                  "text": "2008",
                  "children": [{
                      "text": "Norovirus",
                      "value": 4
                    },
                    {
                      "text": "Undeclared",
                      "value": 8
                    },
                    {
                      "text": "Ciguatoxin",
                      "value": 1
                    },
                    {
                      "text": "Other",
                      "value": 1
                    },
                    {
                      "text": "Clostridium",
                      "value": 1
                    },
                    {
                      "text": "E.coli",
                      "value": 2
                    },
                    {
                      "text": "Campylobacter",
                      "value": 1
                    },
                    {
                      "text": "Cyclospora",
                      "value": 1
                    },
                    {
                      "text": "Salmonella",
                      "value": 2
                    },
                    {
                      "text": "Staphylococcus",
                      "value": 1
                    }
                  ]
                },
                {
                  "text": "2009",
                  "children": [{
                      "text": "Norovirus",
                      "value": 6
                    },
                    {
                      "text": "Undeclared",
                      "value": 1
                    },
                    {
                      "text": "Salmonella",
                      "value": 3
                    }
                  ]
                },
                {
                  "text": "2010",
                  "children": [{
                      "text": "Norovirus",
                      "value": 8
                    },
                    {
                      "text": "Undeclared",
                      "value": 5
                    },
                    {
                      "text": "E.coli",
                      "value": 1
                    },
                    {
                      "text": "Clostridium",
                      "value": 1
                    },
                    {
                      "text": "Bacillus",
                      "value": 2
                    },
                    {
                      "text": "Campylobacter",
                      "value": 1
                    },
                    {
                      "text": "Salmonella",
                      "value": 1
                    }
                  ]
                },
                {
                  "text": "2011",
                  "children": [{
                      "text": "Norovirus",
                      "value": 7
                    },
                    {
                      "text": "Hepatitis",
                      "value": 1
                    },
                    {
                      "text": "Staphylococcus",
                      "value": 1
                    },
                    {
                      "text": "Bacillus",
                      "value": 1
                    },
                    {
                      "text": "Salmonella",
                      "value": 1
                    },
                    {
                      "text": "Undeclared",
                      "value": 3
                    }
                  ]
                },
                {
                  "text": "2012",
                  "children": [{
                      "text": "Undeclared",
                      "value": 6
                    },
                    {
                      "text": "Bacillus",
                      "value": 1
                    },
                    {
                      "text": "Salmonella",
                      "value": 4
                    },
                    {
                      "text": "Campylobacter",
                      "value": 1
                    },
                    {
                      "text": "Clostridium",
                      "value": 1
                    },
                    {
                      "text": "Norovirus",
                      "value": 3
                    }
                  ]
                }
              ]
            },
            {
              "text": "South Dakota",
              "children": [{
                  "text": "1998",
                  "children": [{
                      "text": "Campylobacter",
                      "value": 1
                    },
                    {
                      "text": "Undeclared",
                      "value": 1
                    }
                  ]
                },
                {
                  "text": "1999",
                  "children": [{
                    "text": "Salmonella",
                    "value": 1
                  }]
                },
                {
                  "text": "2000",
                  "children": [{
                      "text": "Staphylococcus",
                      "value": 1
                    },
                    {
                      "text": "Norovirus",
                      "value": 1
                    }
                  ]
                },
                {
                  "text": "2001",
                  "children": [{
                    "text": "Salmonella",
                    "value": 1
                  }]
                },
                {
                  "text": "2002",
                  "children": [{
                      "text": "Undeclared",
                      "value": 1
                    },
                    {
                      "text": "Norovirus",
                      "value": 2
                    }
                  ]
                },
                {
                  "text": "2003",
                  "children": [{
                    "text": "Clostridium",
                    "value": 1
                  }]
                },
                {
                  "text": "2004",
                  "children": [{
                      "text": "Norovirus",
                      "value": 1
                    },
                    {
                      "text": "Undeclared",
                      "value": 1
                    },
                    {
                      "text": "Salmonella",
                      "value": 1
                    }
                  ]
                },
                {
                  "text": "2005",
                  "children": [{
                    "text": "Norovirus",
                    "value": 1
                  }]
                },
                {
                  "text": "2006",
                  "children": [{
                    "text": "Norovirus",
                    "value": 1
                  }]
                },
                {
                  "text": "2007",
                  "children": [{
                    "text": "Salmonella",
                    "value": 1
                  }]
                },
                {
                  "text": "2008",
                  "children": [{
                      "text": "Norovirus",
                      "value": 1
                    },
                    {
                      "text": "Salmonella",
                      "value": 1
                    }
                  ]
                },
                {
                  "text": "2009",
                  "children": [{
                      "text": "Campylobacter",
                      "value": 1
                    },
                    {
                      "text": "E.coli",
                      "value": 1
                    }
                  ]
                },
                {
                  "text": "2010",
                  "children": [{
                    "text": "Salmonella",
                    "value": 1
                  }]
                },
                {
                  "text": "2011",
                  "children": [{
                    "text": "Campylobacter",
                    "value": 1
                  }]
                },
                {
                  "text": "2012",
                  "children": [{
                    "text": "Clostridium",
                    "value": 2
                  }]
                }
              ]
            },
            {
              "text": "South Carolina",
              "children": [{
                  "text": "1998",
                  "children": [{
                    "text": "Staphylococcus",
                    "value": 2
                  }]
                },
                {
                  "text": "1999",
                  "children": [{
                      "text": "Undeclared",
                      "value": 2
                    },
                    {
                      "text": "Salmonella",
                      "value": 2
                    }
                  ]
                },
                {
                  "text": "2000",
                  "children": [{
                      "text": "Undeclared",
                      "value": 1
                    },
                    {
                      "text": "Staphylococcus",
                      "value": 1
                    },
                    {
                      "text": "Scombroid",
                      "value": 1
                    },
                    {
                      "text": "Ciguatoxin",
                      "value": 1
                    },
                    {
                      "text": "Salmonella",
                      "value": 2
                    },
                    {
                      "text": "Norovirus",
                      "value": 1
                    }
                  ]
                },
                {
                  "text": "2001",
                  "children": [{
                      "text": "Norovirus",
                      "value": 3
                    },
                    {
                      "text": "Salmonella",
                      "value": 1
                    }
                  ]
                },
                {
                  "text": "2002",
                  "children": [{
                      "text": "Norovirus",
                      "value": 3
                    },
                    {
                      "text": "Salmonella",
                      "value": 1
                    }
                  ]
                },
                {
                  "text": "2003",
                  "children": [{
                      "text": "Salmonella",
                      "value": 1
                    },
                    {
                      "text": "Undeclared",
                      "value": 1
                    },
                    {
                      "text": "Staphylococcus",
                      "value": 2
                    }
                  ]
                },
                {
                  "text": "2004",
                  "children": [{
                      "text": "Staphylococcus",
                      "value": 3
                    },
                    {
                      "text": "Norovirus",
                      "value": 3
                    },
                    {
                      "text": "Clostridium",
                      "value": 3
                    },
                    {
                      "text": "Heavy",
                      "value": 1
                    }
                  ]
                },
                {
                  "text": "2005",
                  "children": [{
                      "text": "Norovirus",
                      "value": 4
                    },
                    {
                      "text": "Salmonella",
                      "value": 4
                    },
                    {
                      "text": "Bacillus",
                      "value": 1
                    },
                    {
                      "text": "Clostridium",
                      "value": 1
                    },
                    {
                      "text": "Cyclospora",
                      "value": 1
                    },
                    {
                      "text": "Undeclared",
                      "value": 1
                    }
                  ]
                },
                {
                  "text": "2006",
                  "children": [{
                      "text": "Salmonella",
                      "value": 2
                    },
                    {
                      "text": "Norovirus",
                      "value": 4
                    }
                  ]
                },
                {
                  "text": "2007",
                  "children": [{
                      "text": "Clostridium",
                      "value": 3
                    },
                    {
                      "text": "Norovirus",
                      "value": 3
                    },
                    {
                      "text": "Salmonella",
                      "value": 2
                    },
                    {
                      "text": "Staphylococcus",
                      "value": 3
                    },
                    {
                      "text": "Campylobacter",
                      "value": 1
                    },
                    {
                      "text": "E.coli",
                      "value": 1
                    },
                    {
                      "text": "Bacillus",
                      "value": 2
                    },
                    {
                      "text": "Scombroid",
                      "value": 1
                    }
                  ]
                },
                {
                  "text": "2008",
                  "children": [{
                      "text": "Salmonella",
                      "value": 2
                    },
                    {
                      "text": "Norovirus",
                      "value": 2
                    },
                    {
                      "text": "Clostridium",
                      "value": 2
                    }
                  ]
                },
                {
                  "text": "2009",
                  "children": [{
                      "text": "Undeclared",
                      "value": 2
                    },
                    {
                      "text": "Norovirus",
                      "value": 5
                    },
                    {
                      "text": "Clostridium",
                      "value": 2
                    },
                    {
                      "text": "Staphylococcus",
                      "value": 1
                    }
                  ]
                },
                {
                  "text": "2010",
                  "children": [{
                      "text": "Clostridium",
                      "value": 2
                    },
                    {
                      "text": "Scombroid",
                      "value": 1
                    },
                    {
                      "text": "Undeclared",
                      "value": 1
                    },
                    {
                      "text": "Campylobacter",
                      "value": 1
                    },
                    {
                      "text": "Salmonella",
                      "value": 1
                    },
                    {
                      "text": "Staphylococcus",
                      "value": 1
                    }
                  ]
                },
                {
                  "text": "2011",
                  "children": [{
                      "text": "Undeclared",
                      "value": 2
                    },
                    {
                      "text": "Campylobacter",
                      "value": 2
                    },
                    {
                      "text": "Ciguatoxin",
                      "value": 1
                    },
                    {
                      "text": "Staphylococcus",
                      "value": 1
                    },
                    {
                      "text": "Vibrio",
                      "value": 1
                    }
                  ]
                },
                {
                  "text": "2012",
                  "children": [{
                      "text": "Clostridium",
                      "value": 2
                    },
                    {
                      "text": "Salmonella",
                      "value": 5
                    },
                    {
                      "text": "Norovirus",
                      "value": 2
                    },
                    {
                      "text": "E.coli",
                      "value": 1
                    },
                    {
                      "text": "Bacillus",
                      "value": 1
                    },
                    {
                      "text": "Staphylococcus",
                      "value": 1
                    },
                    {
                      "text": "Scombroid",
                      "value": 1
                    }
                  ]
                }
              ]
            },
            {
              "text": "Rhode Island",
              "children": [{
                  "text": "1998",
                  "children": [
    
                  ]
                },
                {
                  "text": "1999",
                  "children": [{
                    "text": "Undeclared",
                    "value": 2
                  }]
                },
                {
                  "text": "2000",
                  "children": [
    
                  ]
                },
                {
                  "text": "2001",
                  "children": [{
                      "text": "Ciguatoxin",
                      "value": 1
                    },
                    {
                      "text": "Norovirus",
                      "value": 1
                    }
                  ]
                },
                {
                  "text": "2002",
                  "children": [
    
                  ]
                },
                {
                  "text": "2003",
                  "children": [{
                    "text": "Clostridium",
                    "value": 1
                  }]
                },
                {
                  "text": "2004",
                  "children": [
    
                  ]
                },
                {
                  "text": "2005",
                  "children": [
    
                  ]
                },
                {
                  "text": "2006",
                  "children": [{
                      "text": "Norovirus",
                      "value": 2
                    },
                    {
                      "text": "Bacillus",
                      "value": 1
                    }
                  ]
                },
                {
                  "text": "2007",
                  "children": [{
                      "text": "Norovirus",
                      "value": 2
                    },
                    {
                      "text": "Scombroid",
                      "value": 1
                    },
                    {
                      "text": "Salmonella",
                      "value": 1
                    }
                  ]
                },
                {
                  "text": "2008",
                  "children": [{
                      "text": "Norovirus",
                      "value": 1
                    },
                    {
                      "text": "Scombroid",
                      "value": 1
                    },
                    {
                      "text": "Campylobacter",
                      "value": 1
                    }
                  ]
                },
                {
                  "text": "2009",
                  "children": [{
                      "text": "Norovirus",
                      "value": 2
                    },
                    {
                      "text": "Ciguatoxin",
                      "value": 1
                    }
                  ]
                },
                {
                  "text": "2010",
                  "children": [{
                      "text": "Norovirus",
                      "value": 2
                    },
                    {
                      "text": "Salmonella",
                      "value": 1
                    },
                    {
                      "text": "Undeclared",
                      "value": 2
                    }
                  ]
                },
                {
                  "text": "2011",
                  "children": [{
                      "text": "Norovirus",
                      "value": 4
                    },
                    {
                      "text": "Salmonella",
                      "value": 1
                    },
                    {
                      "text": "Undeclared",
                      "value": 3
                    }
                  ]
                },
                {
                  "text": "2012",
                  "children": [{
                      "text": "Norovirus",
                      "value": 2
                    },
                    {
                      "text": "Undeclared",
                      "value": 7
                    },
                    {
                      "text": "Scombroid",
                      "value": 1
                    }
                  ]
                }
              ]
            },
            {
              "text": "Oklahoma",
              "children": [{
                  "text": "1998",
                  "children": [{
                      "text": "Vibrio",
                      "value": 1
                    },
                    {
                      "text": "E.coli",
                      "value": 1
                    }
                  ]
                },
                {
                  "text": "1999",
                  "children": [{
                    "text": "E.coli",
                    "value": 1
                  }]
                },
                {
                  "text": "2000",
                  "children": [{
                      "text": "Salmonella",
                      "value": 1
                    },
                    {
                      "text": "Campylobacter",
                      "value": 2
                    }
                  ]
                },
                {
                  "text": "2001",
                  "children": [{
                      "text": "Clostridium",
                      "value": 2
                    },
                    {
                      "text": "Salmonella",
                      "value": 2
                    }
                  ]
                },
                {
                  "text": "2002",
                  "children": [{
                    "text": "Undeclared",
                    "value": 1
                  }]
                },
                {
                  "text": "2003",
                  "children": [{
                      "text": "Undeclared",
                      "value": 1
                    },
                    {
                      "text": "Campylobacter",
                      "value": 1
                    }
                  ]
                },
                {
                  "text": "2004",
                  "children": [{
                    "text": "Salmonella",
                    "value": 1
                  }]
                },
                {
                  "text": "2005",
                  "children": [{
                      "text": "Campylobacter",
                      "value": 3
                    },
                    {
                      "text": "Norovirus",
                      "value": 2
                    },
                    {
                      "text": "Undeclared",
                      "value": 3
                    }
                  ]
                },
                {
                  "text": "2006",
                  "children": [{
                      "text": "Staphylococcus",
                      "value": 1
                    },
                    {
                      "text": "Clostridium",
                      "value": 1
                    },
                    {
                      "text": "Norovirus",
                      "value": 3
                    }
                  ]
                },
                {
                  "text": "2007",
                  "children": [{
                    "text": "Undeclared",
                    "value": 1
                  }]
                },
                {
                  "text": "2008",
                  "children": [{
                      "text": "Norovirus",
                      "value": 3
                    },
                    {
                      "text": "E.coli",
                      "value": 1
                    }
                  ]
                },
                {
                  "text": "2009",
                  "children": [{
                      "text": "Salmonella",
                      "value": 1
                    },
                    {
                      "text": "Staphylococcus",
                      "value": 1
                    }
                  ]
                },
                {
                  "text": "2010",
                  "children": [{
                      "text": "Norovirus",
                      "value": 2
                    },
                    {
                      "text": "Salmonella",
                      "value": 1
                    },
                    {
                      "text": "Undeclared",
                      "value": 1
                    },
                    {
                      "text": "E.coli",
                      "value": 1
                    }
                  ]
                },
                {
                  "text": "2011",
                  "children": [{
                      "text": "Undeclared",
                      "value": 2
                    },
                    {
                      "text": "Norovirus",
                      "value": 2
                    }
                  ]
                },
                {
                  "text": "2012",
                  "children": [{
                      "text": "Undeclared",
                      "value": 3
                    },
                    {
                      "text": "Salmonella",
                      "value": 1
                    },
                    {
                      "text": "Norovirus",
                      "value": 1
                    },
                    {
                      "text": "Staphylococcus",
                      "value": 1
                    }
                  ]
                }
              ]
            },
            {
              "text": "Ohio",
              "children": [{
                  "text": "1998",
                  "children": [{
                      "text": "Norovirus",
                      "value": 8
                    },
                    {
                      "text": "Undeclared",
                      "value": 78
                    },
                    {
                      "text": "Clostridium",
                      "value": 2
                    },
                    {
                      "text": "Salmonella",
                      "value": 11
                    },
                    {
                      "text": "Staphylococcus",
                      "value": 1
                    },
                    {
                      "text": "Hepatitis",
                      "value": 2
                    },
                    {
                      "text": "Trichinella",
                      "value": 1
                    },
                    {
                      "text": "Bacillus",
                      "value": 1
                    }
                  ]
                },
                {
                  "text": "1999",
                  "children": [{
                      "text": "Norovirus",
                      "value": 33
                    },
                    {
                      "text": "Other",
                      "value": 2
                    },
                    {
                      "text": "Undeclared",
                      "value": 45
                    },
                    {
                      "text": "Staphylococcus",
                      "value": 5
                    },
                    {
                      "text": "Bacillus",
                      "value": 1
                    },
                    {
                      "text": "Clostridium",
                      "value": 2
                    },
                    {
                      "text": "E.coli",
                      "value": 3
                    },
                    {
                      "text": "Salmonella",
                      "value": 3
                    }
                  ]
                },
                {
                  "text": "2000",
                  "children": [{
                      "text": "Norovirus",
                      "value": 36
                    },
                    {
                      "text": "Clostridium",
                      "value": 5
                    },
                    {
                      "text": "Undeclared",
                      "value": 13
                    },
                    {
                      "text": "Pesticides",
                      "value": 1
                    },
                    {
                      "text": "Salmonella",
                      "value": 6
                    },
                    {
                      "text": "Other",
                      "value": 3
                    },
                    {
                      "text": "Campylobacter",
                      "value": 1
                    }
                  ]
                },
                {
                  "text": "2001",
                  "children": [{
                      "text": "Bacillus",
                      "value": 12
                    },
                    {
                      "text": "Norovirus",
                      "value": 24
                    },
                    {
                      "text": "Salmonella",
                      "value": 4
                    },
                    {
                      "text": "Histamine",
                      "value": 1
                    },
                    {
                      "text": "Clostridium",
                      "value": 3
                    },
                    {
                      "text": "Undeclared",
                      "value": 8
                    },
                    {
                      "text": "Staphylococcus",
                      "value": 2
                    },
                    {
                      "text": "Campylobacter",
                      "value": 1
                    }
                  ]
                },
                {
                  "text": "2002",
                  "children": [{
                      "text": "Norovirus",
                      "value": 19
                    },
                    {
                      "text": "Clostridium",
                      "value": 6
                    },
                    {
                      "text": "Bacillus",
                      "value": 8
                    },
                    {
                      "text": "Staphylococcus",
                      "value": 1
                    },
                    {
                      "text": "Undeclared",
                      "value": 8
                    },
                    {
                      "text": "Salmonella",
                      "value": 2
                    },
                    {
                      "text": "E.coli",
                      "value": 2
                    },
                    {
                      "text": "Mycotoxins",
                      "value": 1
                    }
                  ]
                },
                {
                  "text": "2003",
                  "children": [{
                      "text": "Salmonella",
                      "value": 3
                    },
                    {
                      "text": "Bacillus",
                      "value": 3
                    },
                    {
                      "text": "Campylobacter",
                      "value": 1
                    },
                    {
                      "text": "Undeclared",
                      "value": 18
                    },
                    {
                      "text": "Clostridium",
                      "value": 4
                    },
                    {
                      "text": "Norovirus",
                      "value": 7
                    },
                    {
                      "text": "E.coli",
                      "value": 1
                    },
                    {
                      "text": "Cryptosporidium",
                      "value": 1
                    },
                    {
                      "text": "Other",
                      "value": 1
                    }
                  ]
                },
                {
                  "text": "2004",
                  "children": [{
                      "text": "Salmonella",
                      "value": 9
                    },
                    {
                      "text": "Undeclared",
                      "value": 43
                    },
                    {
                      "text": "Norovirus",
                      "value": 26
                    },
                    {
                      "text": "Clostridium",
                      "value": 6
                    },
                    {
                      "text": "Campylobacter",
                      "value": 2
                    },
                    {
                      "text": "Other",
                      "value": 1
                    },
                    {
                      "text": "Staphylococcus",
                      "value": 1
                    },
                    {
                      "text": "E.coli",
                      "value": 1
                    }
                  ]
                },
                {
                  "text": "2005",
                  "children": [{
                      "text": "Norovirus",
                      "value": 27
                    },
                    {
                      "text": "Undeclared",
                      "value": 39
                    },
                    {
                      "text": "Other",
                      "value": 2
                    },
                    {
                      "text": "Salmonella",
                      "value": 4
                    },
                    {
                      "text": "Bacillus",
                      "value": 1
                    },
                    {
                      "text": "Clostridium",
                      "value": 3
                    },
                    {
                      "text": "E.coli",
                      "value": 1
                    }
                  ]
                },
                {
                  "text": "2006",
                  "children": [{
                      "text": "Undeclared",
                      "value": 47
                    },
                    {
                      "text": "Campylobacter",
                      "value": 2
                    },
                    {
                      "text": "Scombroid",
                      "value": 2
                    },
                    {
                      "text": "Salmonella",
                      "value": 4
                    },
                    {
                      "text": "Norovirus",
                      "value": 50
                    },
                    {
                      "text": "Other",
                      "value": 3
                    },
                    {
                      "text": "E.coli",
                      "value": 2
                    },
                    {
                      "text": "Bacillus",
                      "value": 1
                    },
                    {
                      "text": "Clostridium",
                      "value": 1
                    },
                    {
                      "text": "Cleaning",
                      "value": 1
                    },
                    {
                      "text": "Listeria",
                      "value": 1
                    }
                  ]
                },
                {
                  "text": "2007",
                  "children": [{
                      "text": "Undeclared",
                      "value": 53
                    },
                    {
                      "text": "Norovirus",
                      "value": 19
                    },
                    {
                      "text": "Salmonella",
                      "value": 7
                    },
                    {
                      "text": "Clostridium",
                      "value": 2
                    },
                    {
                      "text": "Other",
                      "value": 1
                    }
                  ]
                },
                {
                  "text": "2008",
                  "children": [{
                      "text": "Norovirus",
                      "value": 28
                    },
                    {
                      "text": "Bacillus",
                      "value": 1
                    },
                    {
                      "text": "Other",
                      "value": 1
                    },
                    {
                      "text": "Undeclared",
                      "value": 41
                    },
                    {
                      "text": "Cleaning",
                      "value": 1
                    },
                    {
                      "text": "Campylobacter",
                      "value": 1
                    },
                    {
                      "text": "Salmonella",
                      "value": 7
                    },
                    {
                      "text": "Clostridium",
                      "value": 3
                    },
                    {
                      "text": "Shigella",
                      "value": 2
                    }
                  ]
                },
                {
                  "text": "2009",
                  "children": [{
                      "text": "Undeclared",
                      "value": 26
                    },
                    {
                      "text": "Norovirus",
                      "value": 15
                    },
                    {
                      "text": "Clostridium",
                      "value": 3
                    },
                    {
                      "text": "E.coli",
                      "value": 3
                    },
                    {
                      "text": "Mycotoxins",
                      "value": 1
                    },
                    {
                      "text": "Campylobacter",
                      "value": 1
                    },
                    {
                      "text": "Salmonella",
                      "value": 5
                    }
                  ]
                },
                {
                  "text": "2010",
                  "children": [{
                      "text": "Undeclared",
                      "value": 26
                    },
                    {
                      "text": "Norovirus",
                      "value": 18
                    },
                    {
                      "text": "Salmonella",
                      "value": 6
                    },
                    {
                      "text": "Hepatitis",
                      "value": 1
                    },
                    {
                      "text": "E.coli",
                      "value": 1
                    }
                  ]
                },
                {
                  "text": "2011",
                  "children": [{
                      "text": "Undeclared",
                      "value": 30
                    },
                    {
                      "text": "Norovirus",
                      "value": 4
                    },
                    {
                      "text": "Salmonella",
                      "value": 6
                    },
                    {
                      "text": "Campylobacter",
                      "value": 7
                    },
                    {
                      "text": "Other",
                      "value": 1
                    },
                    {
                      "text": "E.coli",
                      "value": 1
                    },
                    {
                      "text": "Cryptosporidium",
                      "value": 2
                    },
                    {
                      "text": "Histamine",
                      "value": 1
                    },
                    {
                      "text": "Clostridium",
                      "value": 2
                    }
                  ]
                },
                {
                  "text": "2012",
                  "children": [{
                      "text": "Undeclared",
                      "value": 19
                    },
                    {
                      "text": "Campylobacter",
                      "value": 8
                    },
                    {
                      "text": "Norovirus",
                      "value": 36
                    },
                    {
                      "text": "Clostridium",
                      "value": 3
                    },
                    {
                      "text": "Salmonella",
                      "value": 2
                    },
                    {
                      "text": "E.coli",
                      "value": 2
                    },
                    {
                      "text": "Yersinia",
                      "value": 1
                    },
                    {
                      "text": "Histamine",
                      "value": 1
                    },
                    {
                      "text": "Astrovirus",
                      "value": 1
                    },
                    {
                      "text": "Mycotoxins",
                      "value": 1
                    }
                  ]
                }
              ]
            },
            {
              "text": "New Mexico",
              "children": [{
                  "text": "1998",
                  "children": [{
                      "text": "Clostridium",
                      "value": 1
                    },
                    {
                      "text": "Staphylococcus",
                      "value": 1
                    }
                  ]
                },
                {
                  "text": "1999",
                  "children": [{
                      "text": "Salmonella",
                      "value": 2
                    },
                    {
                      "text": "Staphylococcus",
                      "value": 1
                    }
                  ]
                },
                {
                  "text": "2000",
                  "children": [{
                      "text": "Salmonella",
                      "value": 1
                    },
                    {
                      "text": "Clostridium",
                      "value": 1
                    }
                  ]
                },
                {
                  "text": "2001",
                  "children": [
    
                  ]
                },
                {
                  "text": "2002",
                  "children": [{
                    "text": "Yersinia",
                    "value": 1
                  }]
                },
                {
                  "text": "2003",
                  "children": [{
                      "text": "Norovirus",
                      "value": 1
                    },
                    {
                      "text": "Clostridium",
                      "value": 1
                    },
                    {
                      "text": "Salmonella",
                      "value": 3
                    }
                  ]
                },
                {
                  "text": "2004",
                  "children": [{
                      "text": "Staphylococcus",
                      "value": 1
                    },
                    {
                      "text": "Bacillus",
                      "value": 1
                    },
                    {
                      "text": "Undeclared",
                      "value": 1
                    },
                    {
                      "text": "Shigella",
                      "value": 1
                    },
                    {
                      "text": "Norovirus",
                      "value": 1
                    }
                  ]
                },
                {
                  "text": "2005",
                  "children": [{
                    "text": "Norovirus",
                    "value": 1
                  }]
                },
                {
                  "text": "2006",
                  "children": [{
                    "text": "Norovirus",
                    "value": 1
                  }]
                },
                {
                  "text": "2007",
                  "children": [{
                    "text": "Campylobacter",
                    "value": 1
                  }]
                },
                {
                  "text": "2008",
                  "children": [{
                      "text": "Salmonella",
                      "value": 4
                    },
                    {
                      "text": "Staphylococcus",
                      "value": 1
                    }
                  ]
                },
                {
                  "text": "2009",
                  "children": [{
                      "text": "Salmonella",
                      "value": 2
                    },
                    {
                      "text": "Undeclared",
                      "value": 3
                    },
                    {
                      "text": "Norovirus",
                      "value": 1
                    }
                  ]
                },
                {
                  "text": "2010",
                  "children": [{
                      "text": "Undeclared",
                      "value": 1
                    },
                    {
                      "text": "Salmonella",
                      "value": 3
                    },
                    {
                      "text": "Norovirus",
                      "value": 2
                    }
                  ]
                },
                {
                  "text": "2011",
                  "children": [{
                      "text": "Campylobacter",
                      "value": 1
                    },
                    {
                      "text": "Undeclared",
                      "value": 2
                    },
                    {
                      "text": "Salmonella",
                      "value": 1
                    },
                    {
                      "text": "Norovirus",
                      "value": 1
                    }
                  ]
                },
                {
                  "text": "2012",
                  "children": [{
                      "text": "Norovirus",
                      "value": 1
                    },
                    {
                      "text": "Salmonella",
                      "value": 1
                    }
                  ]
                }
              ]
            },
            {
              "text": "New Jersey",
              "children": [{
                  "text": "1998",
                  "children": [{
                      "text": "Salmonella",
                      "value": 3
                    },
                    {
                      "text": "Undeclared",
                      "value": 6
                    },
                    {
                      "text": "Clostridium",
                      "value": 1
                    },
                    {
                      "text": "Hepatitis",
                      "value": 1
                    },
                    {
                      "text": "Staphylococcus",
                      "value": 1
                    },
                    {
                      "text": "Shigella",
                      "value": 1
                    }
                  ]
                },
                {
                  "text": "1999",
                  "children": [{
                      "text": "Undeclared",
                      "value": 5
                    },
                    {
                      "text": "Norovirus",
                      "value": 3
                    },
                    {
                      "text": "Mycotoxins",
                      "value": 1
                    },
                    {
                      "text": "Salmonella",
                      "value": 6
                    },
                    {
                      "text": "Clostridium",
                      "value": 1
                    }
                  ]
                },
                {
                  "text": "2000",
                  "children": [{
                      "text": "Salmonella",
                      "value": 2
                    },
                    {
                      "text": "Clostridium",
                      "value": 1
                    }
                  ]
                },
                {
                  "text": "2001",
                  "children": [{
                      "text": "Norovirus",
                      "value": 7
                    },
                    {
                      "text": "Undeclared",
                      "value": 4
                    },
                    {
                      "text": "Histamine",
                      "value": 1
                    },
                    {
                      "text": "Staphylococcus",
                      "value": 1
                    }
                  ]
                },
                {
                  "text": "2002",
                  "children": [{
                      "text": "Undeclared",
                      "value": 5
                    },
                    {
                      "text": "Clostridium",
                      "value": 2
                    },
                    {
                      "text": "Norovirus",
                      "value": 2
                    },
                    {
                      "text": "Staphylococcus",
                      "value": 1
                    }
                  ]
                },
                {
                  "text": "2003",
                  "children": [{
                      "text": "Undeclared",
                      "value": 3
                    },
                    {
                      "text": "Clostridium",
                      "value": 1
                    },
                    {
                      "text": "Norovirus",
                      "value": 4
                    },
                    {
                      "text": "Staphylococcus",
                      "value": 1
                    },
                    {
                      "text": "Salmonella",
                      "value": 1
                    }
                  ]
                },
                {
                  "text": "2004",
                  "children": [{
                      "text": "Norovirus",
                      "value": 7
                    },
                    {
                      "text": "Undeclared",
                      "value": 5
                    },
                    {
                      "text": "Bacillus",
                      "value": 1
                    },
                    {
                      "text": "Clostridium",
                      "value": 1
                    },
                    {
                      "text": "E.coli",
                      "value": 2
                    },
                    {
                      "text": "Shigella",
                      "value": 1
                    }
                  ]
                },
                {
                  "text": "2005",
                  "children": [{
                      "text": "Norovirus",
                      "value": 4
                    },
                    {
                      "text": "Undeclared",
                      "value": 1
                    },
                    {
                      "text": "Salmonella",
                      "value": 1
                    },
                    {
                      "text": "Clostridium",
                      "value": 1
                    }
                  ]
                },
                {
                  "text": "2006",
                  "children": [{
                      "text": "Norovirus",
                      "value": 5
                    },
                    {
                      "text": "Salmonella",
                      "value": 2
                    },
                    {
                      "text": "Undeclared",
                      "value": 3
                    }
                  ]
                },
                {
                  "text": "2007",
                  "children": [{
                      "text": "Norovirus",
                      "value": 6
                    },
                    {
                      "text": "Salmonella",
                      "value": 5
                    },
                    {
                      "text": "Undeclared",
                      "value": 1
                    },
                    {
                      "text": "Clostridium",
                      "value": 1
                    },
                    {
                      "text": "Mycotoxins",
                      "value": 1
                    }
                  ]
                },
                {
                  "text": "2008",
                  "children": [{
                      "text": "Mycotoxins",
                      "value": 1
                    },
                    {
                      "text": "Salmonella",
                      "value": 2
                    },
                    {
                      "text": "Undeclared",
                      "value": 2
                    },
                    {
                      "text": "Norovirus",
                      "value": 1
                    }
                  ]
                },
                {
                  "text": "2009",
                  "children": [{
                      "text": "Norovirus",
                      "value": 3
                    },
                    {
                      "text": "Undeclared",
                      "value": 5
                    },
                    {
                      "text": "Salmonella",
                      "value": 2
                    }
                  ]
                },
                {
                  "text": "2010",
                  "children": [{
                      "text": "Norovirus",
                      "value": 3
                    },
                    {
                      "text": "Undeclared",
                      "value": 5
                    },
                    {
                      "text": "Scombroid",
                      "value": 1
                    },
                    {
                      "text": "Salmonella",
                      "value": 1
                    }
                  ]
                },
                {
                  "text": "2011",
                  "children": [{
                      "text": "Scombroid",
                      "value": 1
                    },
                    {
                      "text": "Norovirus",
                      "value": 4
                    },
                    {
                      "text": "Undeclared",
                      "value": 2
                    },
                    {
                      "text": "Mycotoxins",
                      "value": 2
                    },
                    {
                      "text": "Salmonella",
                      "value": 1
                    },
                    {
                      "text": "Listeria",
                      "value": 1
                    }
                  ]
                },
                {
                  "text": "2012",
                  "children": [{
                      "text": "Norovirus",
                      "value": 8
                    },
                    {
                      "text": "Mycotoxins",
                      "value": 4
                    },
                    {
                      "text": "Scombroid",
                      "value": 1
                    },
                    {
                      "text": "Undeclared",
                      "value": 2
                    },
                    {
                      "text": "Salmonella",
                      "value": 1
                    }
                  ]
                }
              ]
            },
            {
              "text": "New Hampshire",
              "children": [{
                  "text": "1998",
                  "children": [{
                      "text": "Norovirus",
                      "value": 1
                    },
                    {
                      "text": "Hepatitis",
                      "value": 1
                    },
                    {
                      "text": "Undeclared",
                      "value": 4
                    }
                  ]
                },
                {
                  "text": "1999",
                  "children": [{
                      "text": "Norovirus",
                      "value": 3
                    },
                    {
                      "text": "Undeclared",
                      "value": 2
                    }
                  ]
                },
                {
                  "text": "2000",
                  "children": [{
                      "text": "Undeclared",
                      "value": 1
                    },
                    {
                      "text": "Salmonella",
                      "value": 2
                    }
                  ]
                },
                {
                  "text": "2001",
                  "children": [{
                    "text": "Undeclared",
                    "value": 1
                  }]
                },
                {
                  "text": "2002",
                  "children": [{
                      "text": "Norovirus",
                      "value": 1
                    },
                    {
                      "text": "Clostridium",
                      "value": 1
                    }
                  ]
                },
                {
                  "text": "2003",
                  "children": [{
                    "text": "Clostridium",
                    "value": 1
                  }]
                },
                {
                  "text": "2004",
                  "children": [{
                      "text": "Norovirus",
                      "value": 4
                    },
                    {
                      "text": "Salmonella",
                      "value": 4
                    }
                  ]
                },
                {
                  "text": "2005",
                  "children": [{
                      "text": "Clostridium",
                      "value": 2
                    },
                    {
                      "text": "Norovirus",
                      "value": 3
                    },
                    {
                      "text": "Salmonella",
                      "value": 1
                    },
                    {
                      "text": "Staphylococcus",
                      "value": 1
                    }
                  ]
                },
                {
                  "text": "2006",
                  "children": [{
                      "text": "Norovirus",
                      "value": 3
                    },
                    {
                      "text": "Salmonella",
                      "value": 1
                    },
                    {
                      "text": "Undeclared",
                      "value": 1
                    },
                    {
                      "text": "Clostridium",
                      "value": 2
                    }
                  ]
                },
                {
                  "text": "2007",
                  "children": [{
                      "text": "Undeclared",
                      "value": 2
                    },
                    {
                      "text": "Salmonella",
                      "value": 1
                    },
                    {
                      "text": "Campylobacter",
                      "value": 1
                    },
                    {
                      "text": "Norovirus",
                      "value": 1
                    }
                  ]
                },
                {
                  "text": "2008",
                  "children": [{
                    "text": "Norovirus",
                    "value": 2
                  }]
                },
                {
                  "text": "2009",
                  "children": [{
                      "text": "Norovirus",
                      "value": 2
                    },
                    {
                      "text": "Salmonella",
                      "value": 2
                    }
                  ]
                },
                {
                  "text": "2010",
                  "children": [{
                      "text": "Undeclared",
                      "value": 1
                    },
                    {
                      "text": "Salmonella",
                      "value": 2
                    }
                  ]
                },
                {
                  "text": "2011",
                  "children": [{
                      "text": "Norovirus",
                      "value": 4
                    },
                    {
                      "text": "Undeclared",
                      "value": 1
                    }
                  ]
                },
                {
                  "text": "2012",
                  "children": [{
                      "text": "Norovirus",
                      "value": 1
                    },
                    {
                      "text": "Undeclared",
                      "value": 3
                    }
                  ]
                }
              ]
            },
            {
              "text": "Nebraska",
              "children": [{
                  "text": "1998",
                  "children": [{
                      "text": "Undeclared",
                      "value": 1
                    },
                    {
                      "text": "Clostridium",
                      "value": 1
                    }
                  ]
                },
                {
                  "text": "1999",
                  "children": [{
                      "text": "Norovirus",
                      "value": 2
                    },
                    {
                      "text": "Bacillus",
                      "value": 1
                    },
                    {
                      "text": "E.coli",
                      "value": 1
                    }
                  ]
                },
                {
                  "text": "2000",
                  "children": [{
                      "text": "Undeclared",
                      "value": 1
                    },
                    {
                      "text": "Clostridium",
                      "value": 1
                    }
                  ]
                },
                {
                  "text": "2001",
                  "children": [{
                      "text": "Undeclared",
                      "value": 1
                    },
                    {
                      "text": "Campylobacter",
                      "value": 1
                    }
                  ]
                },
                {
                  "text": "2002",
                  "children": [{
                    "text": "Salmonella",
                    "value": 1
                  }]
                },
                {
                  "text": "2003",
                  "children": [{
                    "text": "E.coli",
                    "value": 1
                  }]
                },
                {
                  "text": "2004",
                  "children": [
    
                  ]
                },
                {
                  "text": "2005",
                  "children": [{
                    "text": "Salmonella",
                    "value": 1
                  }]
                },
                {
                  "text": "2006",
                  "children": [
    
                  ]
                },
                {
                  "text": "2007",
                  "children": [{
                    "text": "Histamine",
                    "value": 1
                  }]
                },
                {
                  "text": "2008",
                  "children": [{
                    "text": "E.coli",
                    "value": 1
                  }]
                },
                {
                  "text": "2009",
                  "children": [{
                    "text": "Undeclared",
                    "value": 1
                  }]
                },
                {
                  "text": "2010",
                  "children": [{
                    "text": "Undeclared",
                    "value": 3
                  }]
                },
                {
                  "text": "2011",
                  "children": [{
                    "text": "Undeclared",
                    "value": 2
                  }]
                },
                {
                  "text": "2012",
                  "children": [{
                    "text": "Undeclared",
                    "value": 2
                  }]
                }
              ]
            },
            {
              "text": "North Dakota",
              "children": [{
                  "text": "1998",
                  "children": [{
                      "text": "Clostridium",
                      "value": 1
                    },
                    {
                      "text": "Undeclared",
                      "value": 1
                    }
                  ]
                },
                {
                  "text": "1999",
                  "children": [{
                    "text": "Norovirus",
                    "value": 1
                  }]
                },
                {
                  "text": "2000",
                  "children": [
    
                  ]
                },
                {
                  "text": "2001",
                  "children": [
    
                  ]
                },
                {
                  "text": "2002",
                  "children": [{
                      "text": "Clostridium",
                      "value": 2
                    },
                    {
                      "text": "Norovirus",
                      "value": 4
                    }
                  ]
                },
                {
                  "text": "2003",
                  "children": [{
                      "text": "Norovirus",
                      "value": 2
                    },
                    {
                      "text": "Undeclared",
                      "value": 1
                    },
                    {
                      "text": "E.coli",
                      "value": 2
                    }
                  ]
                },
                {
                  "text": "2004",
                  "children": [{
                      "text": "Undeclared",
                      "value": 2
                    },
                    {
                      "text": "Salmonella",
                      "value": 1
                    }
                  ]
                },
                {
                  "text": "2005",
                  "children": [{
                      "text": "Undeclared",
                      "value": 2
                    },
                    {
                      "text": "Norovirus",
                      "value": 1
                    }
                  ]
                },
                {
                  "text": "2006",
                  "children": [{
                      "text": "Norovirus",
                      "value": 7
                    },
                    {
                      "text": "Undeclared",
                      "value": 1
                    }
                  ]
                },
                {
                  "text": "2007",
                  "children": [{
                      "text": "Norovirus",
                      "value": 2
                    },
                    {
                      "text": "E.coli",
                      "value": 1
                    },
                    {
                      "text": "Salmonella",
                      "value": 1
                    },
                    {
                      "text": "Undeclared",
                      "value": 1
                    }
                  ]
                },
                {
                  "text": "2008",
                  "children": [{
                      "text": "Norovirus",
                      "value": 1
                    },
                    {
                      "text": "Campylobacter",
                      "value": 2
                    },
                    {
                      "text": "Undeclared",
                      "value": 1
                    }
                  ]
                },
                {
                  "text": "2009",
                  "children": [{
                      "text": "Salmonella",
                      "value": 3
                    },
                    {
                      "text": "Clostridium",
                      "value": 1
                    },
                    {
                      "text": "Norovirus",
                      "value": 3
                    },
                    {
                      "text": "Undeclared",
                      "value": 1
                    }
                  ]
                },
                {
                  "text": "2010",
                  "children": [{
                      "text": "Norovirus",
                      "value": 5
                    },
                    {
                      "text": "Campylobacter",
                      "value": 1
                    }
                  ]
                },
                {
                  "text": "2011",
                  "children": [{
                      "text": "Norovirus",
                      "value": 2
                    },
                    {
                      "text": "Clostridium",
                      "value": 2
                    }
                  ]
                },
                {
                  "text": "2012",
                  "children": [{
                      "text": "Norovirus",
                      "value": 1
                    },
                    {
                      "text": "Undeclared",
                      "value": 4
                    }
                  ]
                }
              ]
            },
            {
              "text": "Montana",
              "children": [{
                  "text": "1998",
                  "children": [{
                      "text": "E.coli",
                      "value": 1
                    },
                    {
                      "text": "Undeclared",
                      "value": 5
                    }
                  ]
                },
                {
                  "text": "1999",
                  "children": [{
                      "text": "Other",
                      "value": 4
                    },
                    {
                      "text": "Salmonella",
                      "value": 1
                    }
                  ]
                },
                {
                  "text": "2000",
                  "children": [{
                    "text": "Undeclared",
                    "value": 6
                  }]
                },
                {
                  "text": "2001",
                  "children": [
    
                  ]
                },
                {
                  "text": "2002",
                  "children": [
    
                  ]
                },
                {
                  "text": "2003",
                  "children": [
    
                  ]
                },
                {
                  "text": "2004",
                  "children": [{
                    "text": "Salmonella",
                    "value": 1
                  }]
                },
                {
                  "text": "2005",
                  "children": [{
                      "text": "Norovirus",
                      "value": 1
                    },
                    {
                      "text": "Undeclared",
                      "value": 1
                    },
                    {
                      "text": "Salmonella",
                      "value": 1
                    }
                  ]
                },
                {
                  "text": "2006",
                  "children": [{
                      "text": "Undeclared",
                      "value": 4
                    },
                    {
                      "text": "Norovirus",
                      "value": 1
                    }
                  ]
                },
                {
                  "text": "2007",
                  "children": [
    
                  ]
                },
                {
                  "text": "2008",
                  "children": [
    
                  ]
                },
                {
                  "text": "2009",
                  "children": [
    
                  ]
                },
                {
                  "text": "2010",
                  "children": [
    
                  ]
                },
                {
                  "text": "2011",
                  "children": [{
                    "text": "Salmonella",
                    "value": 1
                  }]
                },
                {
                  "text": "2012",
                  "children": [{
                    "text": "Undeclared",
                    "value": 2
                  }]
                }
              ]
            },
            {
              "text": "Mississippi",
              "children": [{
                  "text": "1998",
                  "children": [{
                      "text": "Undeclared",
                      "value": 3
                    },
                    {
                      "text": "Bacillus",
                      "value": 1
                    },
                    {
                      "text": "Salmonella",
                      "value": 1
                    }
                  ]
                },
                {
                  "text": "1999",
                  "children": [{
                    "text": "Clostridium",
                    "value": 1
                  }]
                },
                {
                  "text": "2000",
                  "children": [{
                      "text": "Clostridium",
                      "value": 2
                    },
                    {
                      "text": "Salmonella",
                      "value": 2
                    },
                    {
                      "text": "Undeclared",
                      "value": 2
                    },
                    {
                      "text": "Bacillus",
                      "value": 1
                    }
                  ]
                },
                {
                  "text": "2001",
                  "children": [{
                    "text": "Undeclared",
                    "value": 3
                  }]
                },
                {
                  "text": "2002",
                  "children": [{
                      "text": "Staphylococcus",
                      "value": 1
                    },
                    {
                      "text": "Undeclared",
                      "value": 1
                    },
                    {
                      "text": "Salmonella",
                      "value": 1
                    }
                  ]
                },
                {
                  "text": "2003",
                  "children": [{
                      "text": "Undeclared",
                      "value": 3
                    },
                    {
                      "text": "Bacillus",
                      "value": 1
                    }
                  ]
                },
                {
                  "text": "2004",
                  "children": [{
                      "text": "Undeclared",
                      "value": 3
                    },
                    {
                      "text": "Salmonella",
                      "value": 1
                    }
                  ]
                },
                {
                  "text": "2005",
                  "children": [{
                    "text": "Undeclared",
                    "value": 1
                  }]
                },
                {
                  "text": "2006",
                  "children": [{
                      "text": "Salmonella",
                      "value": 1
                    },
                    {
                      "text": "Norovirus",
                      "value": 2
                    },
                    {
                      "text": "Undeclared",
                      "value": 1
                    }
                  ]
                },
                {
                  "text": "2007",
                  "children": [{
                    "text": "Norovirus",
                    "value": 2
                  }]
                },
                {
                  "text": "2008",
                  "children": [
    
                  ]
                },
                {
                  "text": "2009",
                  "children": [{
                      "text": "Norovirus",
                      "value": 1
                    },
                    {
                      "text": "Salmonella",
                      "value": 1
                    }
                  ]
                },
                {
                  "text": "2010",
                  "children": [{
                      "text": "Norovirus",
                      "value": 1
                    },
                    {
                      "text": "Salmonella",
                      "value": 1
                    }
                  ]
                },
                {
                  "text": "2011",
                  "children": [{
                      "text": "Norovirus",
                      "value": 1
                    },
                    {
                      "text": "Salmonella",
                      "value": 1
                    }
                  ]
                },
                {
                  "text": "2012",
                  "children": [
    
                  ]
                }
              ]
            },
            {
              "text": "Maine",
              "children": [{
                  "text": "1998",
                  "children": [{
                      "text": "Salmonella",
                      "value": 1
                    },
                    {
                      "text": "Undeclared",
                      "value": 5
                    },
                    {
                      "text": "E.coli",
                      "value": 2
                    }
                  ]
                },
                {
                  "text": "1999",
                  "children": [{
                      "text": "Undeclared",
                      "value": 11
                    },
                    {
                      "text": "Other",
                      "value": 1
                    }
                  ]
                },
                {
                  "text": "2000",
                  "children": [{
                      "text": "Norovirus",
                      "value": 1
                    },
                    {
                      "text": "Undeclared",
                      "value": 4
                    },
                    {
                      "text": "E.coli",
                      "value": 1
                    },
                    {
                      "text": "Salmonella",
                      "value": 2
                    }
                  ]
                },
                {
                  "text": "2001",
                  "children": [{
                      "text": "Undeclared",
                      "value": 5
                    },
                    {
                      "text": "Salmonella",
                      "value": 3
                    },
                    {
                      "text": "Norovirus",
                      "value": 1
                    }
                  ]
                },
                {
                  "text": "2002",
                  "children": [{
                      "text": "Undeclared",
                      "value": 2
                    },
                    {
                      "text": "Staphylococcus",
                      "value": 1
                    },
                    {
                      "text": "Other",
                      "value": 1
                    },
                    {
                      "text": "Salmonella",
                      "value": 2
                    },
                    {
                      "text": "Clostridium",
                      "value": 1
                    }
                  ]
                },
                {
                  "text": "2003",
                  "children": [{
                      "text": "Other",
                      "value": 1
                    },
                    {
                      "text": "Undeclared",
                      "value": 1
                    },
                    {
                      "text": "Clostridium",
                      "value": 1
                    }
                  ]
                },
                {
                  "text": "2004",
                  "children": [{
                      "text": "Undeclared",
                      "value": 3
                    },
                    {
                      "text": "Salmonella",
                      "value": 2
                    }
                  ]
                },
                {
                  "text": "2005",
                  "children": [{
                      "text": "Shigella",
                      "value": 1
                    },
                    {
                      "text": "Undeclared",
                      "value": 10
                    },
                    {
                      "text": "Norovirus",
                      "value": 1
                    }
                  ]
                },
                {
                  "text": "2006",
                  "children": [{
                      "text": "E.coli",
                      "value": 1
                    },
                    {
                      "text": "Norovirus",
                      "value": 5
                    },
                    {
                      "text": "Salmonella",
                      "value": 2
                    },
                    {
                      "text": "Undeclared",
                      "value": 8
                    },
                    {
                      "text": "Cryptosporidium",
                      "value": 2
                    }
                  ]
                },
                {
                  "text": "2007",
                  "children": [{
                      "text": "Norovirus",
                      "value": 16
                    },
                    {
                      "text": "Undeclared",
                      "value": 43
                    },
                    {
                      "text": "Rotavirus",
                      "value": 1
                    },
                    {
                      "text": "Shigella",
                      "value": 2
                    },
                    {
                      "text": "Cryptosporidium",
                      "value": 3
                    },
                    {
                      "text": "Paralytic",
                      "value": 1
                    },
                    {
                      "text": "Salmonella",
                      "value": 2
                    }
                  ]
                },
                {
                  "text": "2008",
                  "children": [{
                      "text": "Undeclared",
                      "value": 13
                    },
                    {
                      "text": "Norovirus",
                      "value": 6
                    },
                    {
                      "text": "Cryptosporidium",
                      "value": 2
                    },
                    {
                      "text": "Paralytic",
                      "value": 1
                    },
                    {
                      "text": "Clostridium",
                      "value": 1
                    }
                  ]
                },
                {
                  "text": "2009",
                  "children": [{
                      "text": "Salmonella",
                      "value": 1
                    },
                    {
                      "text": "Norovirus",
                      "value": 1
                    }
                  ]
                },
                {
                  "text": "2010",
                  "children": [{
                      "text": "Undeclared",
                      "value": 2
                    },
                    {
                      "text": "Salmonella",
                      "value": 1
                    },
                    {
                      "text": "E.coli",
                      "value": 1
                    }
                  ]
                },
                {
                  "text": "2011",
                  "children": [{
                      "text": "Norovirus",
                      "value": 1
                    },
                    {
                      "text": "E.coli",
                      "value": 1
                    }
                  ]
                },
                {
                  "text": "2012",
                  "children": [{
                    "text": "Salmonella",
                    "value": 2
                  }]
                }
              ]
            },
            {
              "text": "Maryland",
              "children": [{
                  "text": "1998",
                  "children": [{
                      "text": "Undeclared",
                      "value": 91
                    },
                    {
                      "text": "Clostridium",
                      "value": 5
                    },
                    {
                      "text": "Salmonella",
                      "value": 10
                    },
                    {
                      "text": "Hepatitis",
                      "value": 2
                    },
                    {
                      "text": "Scombroid",
                      "value": 1
                    },
                    {
                      "text": "E.coli",
                      "value": 1
                    },
                    {
                      "text": "Norovirus",
                      "value": 3
                    },
                    {
                      "text": "Bacillus",
                      "value": 2
                    }
                  ]
                },
                {
                  "text": "1999",
                  "children": [{
                      "text": "Undeclared",
                      "value": 116
                    },
                    {
                      "text": "E.coli",
                      "value": 2
                    },
                    {
                      "text": "Salmonella",
                      "value": 9
                    },
                    {
                      "text": "Scombroid",
                      "value": 2
                    },
                    {
                      "text": "Clostridium",
                      "value": 3
                    },
                    {
                      "text": "Norovirus",
                      "value": 8
                    },
                    {
                      "text": "Campylobacter",
                      "value": 1
                    },
                    {
                      "text": "Staphylococcus",
                      "value": 1
                    },
                    {
                      "text": "Shigella",
                      "value": 1
                    }
                  ]
                },
                {
                  "text": "2000",
                  "children": [{
                      "text": "Undeclared",
                      "value": 89
                    },
                    {
                      "text": "Scombroid",
                      "value": 1
                    },
                    {
                      "text": "Norovirus",
                      "value": 5
                    },
                    {
                      "text": "Staphylococcus",
                      "value": 3
                    },
                    {
                      "text": "Hepatitis",
                      "value": 1
                    },
                    {
                      "text": "Salmonella",
                      "value": 10
                    },
                    {
                      "text": "Clostridium",
                      "value": 3
                    },
                    {
                      "text": "Vibrio",
                      "value": 1
                    }
                  ]
                },
                {
                  "text": "2001",
                  "children": [{
                      "text": "Undeclared",
                      "value": 34
                    },
                    {
                      "text": "Norovirus",
                      "value": 11
                    },
                    {
                      "text": "Campylobacter",
                      "value": 2
                    },
                    {
                      "text": "Salmonella",
                      "value": 13
                    },
                    {
                      "text": "Clostridium",
                      "value": 2
                    },
                    {
                      "text": "Scombroid",
                      "value": 3
                    },
                    {
                      "text": "Staphylococcus",
                      "value": 3
                    },
                    {
                      "text": "Bacillus",
                      "value": 1
                    }
                  ]
                },
                {
                  "text": "2002",
                  "children": [{
                      "text": "Bacillus",
                      "value": 2
                    },
                    {
                      "text": "Norovirus",
                      "value": 11
                    },
                    {
                      "text": "Undeclared",
                      "value": 37
                    },
                    {
                      "text": "Staphylococcus",
                      "value": 2
                    },
                    {
                      "text": "Scombroid",
                      "value": 1
                    },
                    {
                      "text": "Salmonella",
                      "value": 9
                    },
                    {
                      "text": "E.coli",
                      "value": 1
                    },
                    {
                      "text": "Clostridium",
                      "value": 1
                    }
                  ]
                },
                {
                  "text": "2003",
                  "children": [{
                      "text": "Staphylococcus",
                      "value": 2
                    },
                    {
                      "text": "Undeclared",
                      "value": 17
                    },
                    {
                      "text": "Norovirus",
                      "value": 7
                    },
                    {
                      "text": "Clostridium",
                      "value": 3
                    },
                    {
                      "text": "Bacillus",
                      "value": 2
                    },
                    {
                      "text": "Scombroid",
                      "value": 1
                    },
                    {
                      "text": "Vibrio",
                      "value": 1
                    },
                    {
                      "text": "Salmonella",
                      "value": 4
                    }
                  ]
                },
                {
                  "text": "2004",
                  "children": [{
                      "text": "Undeclared",
                      "value": 16
                    },
                    {
                      "text": "Other",
                      "value": 3
                    },
                    {
                      "text": "Norovirus",
                      "value": 12
                    },
                    {
                      "text": "Bacillus",
                      "value": 1
                    },
                    {
                      "text": "Scombroid",
                      "value": 3
                    },
                    {
                      "text": "Salmonella",
                      "value": 4
                    },
                    {
                      "text": "Histamine",
                      "value": 1
                    },
                    {
                      "text": "Clostridium",
                      "value": 2
                    },
                    {
                      "text": "Staphylococcus",
                      "value": 1
                    }
                  ]
                },
                {
                  "text": "2005",
                  "children": [{
                      "text": "Undeclared",
                      "value": 11
                    },
                    {
                      "text": "Norovirus",
                      "value": 6
                    },
                    {
                      "text": "Campylobacter",
                      "value": 1
                    },
                    {
                      "text": "Staphylococcus",
                      "value": 1
                    }
                  ]
                },
                {
                  "text": "2006",
                  "children": [{
                      "text": "Undeclared",
                      "value": 18
                    },
                    {
                      "text": "Salmonella",
                      "value": 3
                    },
                    {
                      "text": "Norovirus",
                      "value": 9
                    },
                    {
                      "text": "Staphylococcus",
                      "value": 1
                    }
                  ]
                },
                {
                  "text": "2007",
                  "children": [{
                      "text": "Undeclared",
                      "value": 5
                    },
                    {
                      "text": "Norovirus",
                      "value": 9
                    },
                    {
                      "text": "Clostridium",
                      "value": 2
                    },
                    {
                      "text": "Salmonella",
                      "value": 2
                    },
                    {
                      "text": "Other",
                      "value": 1
                    }
                  ]
                },
                {
                  "text": "2008",
                  "children": [{
                      "text": "Undeclared",
                      "value": 5
                    },
                    {
                      "text": "Norovirus",
                      "value": 13
                    },
                    {
                      "text": "Plant",
                      "value": 1
                    },
                    {
                      "text": "E.coli",
                      "value": 2
                    }
                  ]
                },
                {
                  "text": "2009",
                  "children": [{
                      "text": "Undeclared",
                      "value": 9
                    },
                    {
                      "text": "Norovirus",
                      "value": 2
                    },
                    {
                      "text": "Clostridium",
                      "value": 2
                    },
                    {
                      "text": "Salmonella",
                      "value": 1
                    },
                    {
                      "text": "Shigella",
                      "value": 1
                    }
                  ]
                },
                {
                  "text": "2010",
                  "children": [{
                      "text": "Norovirus",
                      "value": 7
                    },
                    {
                      "text": "Undeclared",
                      "value": 9
                    },
                    {
                      "text": "Salmonella",
                      "value": 1
                    },
                    {
                      "text": "Campylobacter",
                      "value": 1
                    },
                    {
                      "text": "E.coli",
                      "value": 1
                    }
                  ]
                },
                {
                  "text": "2011",
                  "children": [{
                      "text": "Campylobacter",
                      "value": 2
                    },
                    {
                      "text": "Undeclared",
                      "value": 10
                    },
                    {
                      "text": "Salmonella",
                      "value": 5
                    },
                    {
                      "text": "Norovirus",
                      "value": 4
                    },
                    {
                      "text": "Staphylococcus",
                      "value": 1
                    }
                  ]
                },
                {
                  "text": "2012",
                  "children": [{
                      "text": "Salmonella",
                      "value": 3
                    },
                    {
                      "text": "Norovirus",
                      "value": 5
                    },
                    {
                      "text": "Undeclared",
                      "value": 7
                    },
                    {
                      "text": "Campylobacter",
                      "value": 1
                    },
                    {
                      "text": "Vibrio",
                      "value": 1
                    },
                    {
                      "text": "E.coli",
                      "value": 1
                    },
                    {
                      "text": "Other",
                      "value": 1
                    },
                    {
                      "text": "Scombroid",
                      "value": 1
                    }
                  ]
                }
              ]
            },
            {
              "text": "Massachusetts",
              "children": [{
                  "text": "1998",
                  "children": [{
                      "text": "Undeclared",
                      "value": 5
                    },
                    {
                      "text": "Salmonella",
                      "value": 7
                    },
                    {
                      "text": "Ciguatoxin",
                      "value": 1
                    },
                    {
                      "text": "Norovirus",
                      "value": 1
                    },
                    {
                      "text": "Shigella",
                      "value": 1
                    }
                  ]
                },
                {
                  "text": "1999",
                  "children": [{
                      "text": "Salmonella",
                      "value": 6
                    },
                    {
                      "text": "Undeclared",
                      "value": 6
                    },
                    {
                      "text": "Scombroid",
                      "value": 2
                    },
                    {
                      "text": "Ciguatoxin",
                      "value": 1
                    }
                  ]
                },
                {
                  "text": "2000",
                  "children": [{
                      "text": "Undeclared",
                      "value": 12
                    },
                    {
                      "text": "Scombroid",
                      "value": 3
                    },
                    {
                      "text": "Salmonella",
                      "value": 5
                    },
                    {
                      "text": "E.coli",
                      "value": 1
                    },
                    {
                      "text": "Vibrio",
                      "value": 1
                    },
                    {
                      "text": "Hepatitis",
                      "value": 1
                    }
                  ]
                },
                {
                  "text": "2001",
                  "children": [{
                      "text": "Salmonella",
                      "value": 3
                    },
                    {
                      "text": "Norovirus",
                      "value": 4
                    },
                    {
                      "text": "Undeclared",
                      "value": 2
                    },
                    {
                      "text": "E.coli",
                      "value": 2
                    },
                    {
                      "text": "Hepatitis",
                      "value": 1
                    }
                  ]
                },
                {
                  "text": "2002",
                  "children": [{
                      "text": "Salmonella",
                      "value": 4
                    },
                    {
                      "text": "Cyclospora",
                      "value": 1
                    },
                    {
                      "text": "E.coli",
                      "value": 3
                    },
                    {
                      "text": "Norovirus",
                      "value": 4
                    },
                    {
                      "text": "Ciguatoxin",
                      "value": 1
                    },
                    {
                      "text": "Undeclared",
                      "value": 3
                    }
                  ]
                },
                {
                  "text": "2003",
                  "children": [{
                      "text": "Undeclared",
                      "value": 3
                    },
                    {
                      "text": "Salmonella",
                      "value": 3
                    },
                    {
                      "text": "Other",
                      "value": 1
                    },
                    {
                      "text": "Norovirus",
                      "value": 1
                    },
                    {
                      "text": "Clostridium",
                      "value": 1
                    }
                  ]
                },
                {
                  "text": "2004",
                  "children": [{
                      "text": "Salmonella",
                      "value": 2
                    },
                    {
                      "text": "Norovirus",
                      "value": 3
                    },
                    {
                      "text": "Undeclared",
                      "value": 4
                    },
                    {
                      "text": "Hepatitis",
                      "value": 1
                    },
                    {
                      "text": "Other",
                      "value": 1
                    }
                  ]
                },
                {
                  "text": "2005",
                  "children": [{
                      "text": "Norovirus",
                      "value": 3
                    },
                    {
                      "text": "Clostridium",
                      "value": 1
                    },
                    {
                      "text": "Cyclospora",
                      "value": 2
                    },
                    {
                      "text": "Salmonella",
                      "value": 2
                    },
                    {
                      "text": "Undeclared",
                      "value": 3
                    }
                  ]
                },
                {
                  "text": "2006",
                  "children": [{
                      "text": "Norovirus",
                      "value": 7
                    },
                    {
                      "text": "Undeclared",
                      "value": 3
                    },
                    {
                      "text": "Salmonella",
                      "value": 2
                    },
                    {
                      "text": "E.coli",
                      "value": 1
                    }
                  ]
                },
                {
                  "text": "2007",
                  "children": [{
                      "text": "Undeclared",
                      "value": 2
                    },
                    {
                      "text": "Salmonella",
                      "value": 4
                    },
                    {
                      "text": "E.coli",
                      "value": 3
                    },
                    {
                      "text": "Norovirus",
                      "value": 1
                    },
                    {
                      "text": "Listeria",
                      "value": 1
                    }
                  ]
                },
                {
                  "text": "2008",
                  "children": [{
                      "text": "E.coli",
                      "value": 1
                    },
                    {
                      "text": "Salmonella",
                      "value": 3
                    },
                    {
                      "text": "Undeclared",
                      "value": 4
                    },
                    {
                      "text": "Campylobacter",
                      "value": 1
                    }
                  ]
                },
                {
                  "text": "2009",
                  "children": [{
                      "text": "Salmonella",
                      "value": 6
                    },
                    {
                      "text": "E.coli",
                      "value": 1
                    },
                    {
                      "text": "Undeclared",
                      "value": 5
                    },
                    {
                      "text": "Campylobacter",
                      "value": 1
                    }
                  ]
                },
                {
                  "text": "2010",
                  "children": [{
                      "text": "Undeclared",
                      "value": 2
                    },
                    {
                      "text": "Salmonella",
                      "value": 2
                    },
                    {
                      "text": "Campylobacter",
                      "value": 2
                    },
                    {
                      "text": "Norovirus",
                      "value": 1
                    }
                  ]
                },
                {
                  "text": "2011",
                  "children": [{
                      "text": "Norovirus",
                      "value": 2
                    },
                    {
                      "text": "Salmonella",
                      "value": 8
                    },
                    {
                      "text": "Listeria",
                      "value": 1
                    },
                    {
                      "text": "Vibrio",
                      "value": 1
                    },
                    {
                      "text": "Undeclared",
                      "value": 2
                    },
                    {
                      "text": "Scombroid",
                      "value": 1
                    }
                  ]
                },
                {
                  "text": "2012",
                  "children": [{
                      "text": "Norovirus",
                      "value": 2
                    },
                    {
                      "text": "Salmonella",
                      "value": 4
                    },
                    {
                      "text": "E.coli",
                      "value": 3
                    },
                    {
                      "text": "Vibrio",
                      "value": 1
                    },
                    {
                      "text": "Listeria",
                      "value": 2
                    },
                    {
                      "text": "Undeclared",
                      "value": 2
                    },
                    {
                      "text": "Campylobacter",
                      "value": 1
                    }
                  ]
                }
              ]
            },
            {
              "text": "Louisiana",
              "children": [{
                  "text": "1998",
                  "children": [{
                      "text": "E.coli",
                      "value": 1
                    },
                    {
                      "text": "Norovirus",
                      "value": 1
                    },
                    {
                      "text": "Other",
                      "value": 1
                    },
                    {
                      "text": "Pesticides",
                      "value": 1
                    },
                    {
                      "text": "Salmonella",
                      "value": 1
                    },
                    {
                      "text": "Undeclared",
                      "value": 1
                    },
                    {
                      "text": "Clostridium",
                      "value": 2
                    },
                    {
                      "text": "Shigella",
                      "value": 1
                    }
                  ]
                },
                {
                  "text": "1999",
                  "children": [{
                    "text": "Norovirus",
                    "value": 2
                  }]
                },
                {
                  "text": "2000",
                  "children": [{
                      "text": "Clostridium",
                      "value": 1
                    },
                    {
                      "text": "Norovirus",
                      "value": 2
                    }
                  ]
                },
                {
                  "text": "2001",
                  "children": [{
                      "text": "Clostridium",
                      "value": 2
                    },
                    {
                      "text": "Norovirus",
                      "value": 2
                    },
                    {
                      "text": "Salmonella",
                      "value": 1
                    },
                    {
                      "text": "Undeclared",
                      "value": 1
                    }
                  ]
                },
                {
                  "text": "2002",
                  "children": [{
                      "text": "Norovirus",
                      "value": 1
                    },
                    {
                      "text": "Staphylococcus",
                      "value": 1
                    },
                    {
                      "text": "Clostridium",
                      "value": 1
                    }
                  ]
                },
                {
                  "text": "2003",
                  "children": [{
                      "text": "Norovirus",
                      "value": 2
                    },
                    {
                      "text": "Staphylococcus",
                      "value": 1
                    },
                    {
                      "text": "Clostridium",
                      "value": 1
                    }
                  ]
                },
                {
                  "text": "2004",
                  "children": [{
                      "text": "Other",
                      "value": 1
                    },
                    {
                      "text": "Norovirus",
                      "value": 3
                    },
                    {
                      "text": "Clostridium",
                      "value": 1
                    },
                    {
                      "text": "Undeclared",
                      "value": 1
                    }
                  ]
                },
                {
                  "text": "2005",
                  "children": [{
                      "text": "Norovirus",
                      "value": 1
                    },
                    {
                      "text": "Clostridium",
                      "value": 1
                    }
                  ]
                },
                {
                  "text": "2006",
                  "children": [{
                      "text": "Staphylococcus",
                      "value": 1
                    },
                    {
                      "text": "Clostridium",
                      "value": 2
                    },
                    {
                      "text": "Scombroid",
                      "value": 1
                    }
                  ]
                },
                {
                  "text": "2007",
                  "children": [{
                      "text": "Salmonella",
                      "value": 1
                    },
                    {
                      "text": "Clostridium",
                      "value": 1
                    },
                    {
                      "text": "Ciguatoxin",
                      "value": 1
                    }
                  ]
                },
                {
                  "text": "2008",
                  "children": [{
                      "text": "Norovirus",
                      "value": 2
                    },
                    {
                      "text": "Undeclared",
                      "value": 1
                    },
                    {
                      "text": "Clostridium",
                      "value": 1
                    }
                  ]
                },
                {
                  "text": "2009",
                  "children": [{
                      "text": "Salmonella",
                      "value": 2
                    },
                    {
                      "text": "Clostridium",
                      "value": 1
                    }
                  ]
                },
                {
                  "text": "2010",
                  "children": [{
                      "text": "Norovirus",
                      "value": 2
                    },
                    {
                      "text": "Clostridium",
                      "value": 1
                    },
                    {
                      "text": "Listeria",
                      "value": 1
                    }
                  ]
                },
                {
                  "text": "2011",
                  "children": [{
                      "text": "Salmonella",
                      "value": 2
                    },
                    {
                      "text": "Clostridium",
                      "value": 1
                    },
                    {
                      "text": "Norovirus",
                      "value": 1
                    },
                    {
                      "text": "Other",
                      "value": 1
                    }
                  ]
                },
                {
                  "text": "2012",
                  "children": [{
                      "text": "Norovirus",
                      "value": 3
                    },
                    {
                      "text": "E.coli",
                      "value": 2
                    },
                    {
                      "text": "Salmonella",
                      "value": 1
                    }
                  ]
                }
              ]
            },
            {
              "text": "Kentucky",
              "children": [{
                  "text": "1998",
                  "children": [{
                      "text": "Undeclared",
                      "value": 1
                    },
                    {
                      "text": "Norovirus",
                      "value": 1
                    },
                    {
                      "text": "Staphylococcus",
                      "value": 1
                    }
                  ]
                },
                {
                  "text": "1999",
                  "children": [{
                    "text": "Salmonella",
                    "value": 1
                  }]
                },
                {
                  "text": "2000",
                  "children": [{
                    "text": "Salmonella",
                    "value": 2
                  }]
                },
                {
                  "text": "2001",
                  "children": [{
                    "text": "Undeclared",
                    "value": 2
                  }]
                },
                {
                  "text": "2002",
                  "children": [{
                    "text": "Salmonella",
                    "value": 1
                  }]
                },
                {
                  "text": "2003",
                  "children": [
    
                  ]
                },
                {
                  "text": "2004",
                  "children": [
    
                  ]
                },
                {
                  "text": "2005",
                  "children": [
    
                  ]
                },
                {
                  "text": "2006",
                  "children": [{
                    "text": "Undeclared",
                    "value": 1
                  }]
                },
                {
                  "text": "2007",
                  "children": [{
                      "text": "Undeclared",
                      "value": 1
                    },
                    {
                      "text": "Norovirus",
                      "value": 1
                    },
                    {
                      "text": "E.coli",
                      "value": 1
                    }
                  ]
                },
                {
                  "text": "2008",
                  "children": [{
                      "text": "Norovirus",
                      "value": 1
                    },
                    {
                      "text": "Staphylococcus",
                      "value": 1
                    }
                  ]
                },
                {
                  "text": "2009",
                  "children": [
    
                  ]
                },
                {
                  "text": "2010",
                  "children": [{
                      "text": "Undeclared",
                      "value": 4
                    },
                    {
                      "text": "Salmonella",
                      "value": 3
                    }
                  ]
                },
                {
                  "text": "2011",
                  "children": [{
                      "text": "Undeclared",
                      "value": 5
                    },
                    {
                      "text": "Bacillus",
                      "value": 1
                    },
                    {
                      "text": "Salmonella",
                      "value": 2
                    },
                    {
                      "text": "Shigella",
                      "value": 1
                    }
                  ]
                },
                {
                  "text": "2012",
                  "children": [{
                      "text": "Campylobacter",
                      "value": 1
                    },
                    {
                      "text": "Norovirus",
                      "value": 1
                    },
                    {
                      "text": "Other",
                      "value": 2
                    },
                    {
                      "text": "Undeclared",
                      "value": 1
                    }
                  ]
                }
              ]
            },
            {
              "text": "Kansas",
              "children": [{
                  "text": "1998",
                  "children": [{
                      "text": "Clostridium",
                      "value": 1
                    },
                    {
                      "text": "Undeclared",
                      "value": 6
                    },
                    {
                      "text": "Campylobacter",
                      "value": 2
                    }
                  ]
                },
                {
                  "text": "1999",
                  "children": [{
                      "text": "Undeclared",
                      "value": 4
                    },
                    {
                      "text": "Salmonella",
                      "value": 2
                    }
                  ]
                },
                {
                  "text": "2000",
                  "children": [{
                      "text": "Undeclared",
                      "value": 10
                    },
                    {
                      "text": "Norovirus",
                      "value": 1
                    },
                    {
                      "text": "Salmonella",
                      "value": 1
                    }
                  ]
                },
                {
                  "text": "2001",
                  "children": [{
                      "text": "Hepatitis",
                      "value": 1
                    },
                    {
                      "text": "Norovirus",
                      "value": 4
                    },
                    {
                      "text": "Undeclared",
                      "value": 1
                    },
                    {
                      "text": "Salmonella",
                      "value": 1
                    }
                  ]
                },
                {
                  "text": "2002",
                  "children": [{
                      "text": "Undeclared",
                      "value": 8
                    },
                    {
                      "text": "Norovirus",
                      "value": 7
                    },
                    {
                      "text": "Staphylococcus",
                      "value": 2
                    },
                    {
                      "text": "Campylobacter",
                      "value": 1
                    },
                    {
                      "text": "Salmonella",
                      "value": 2
                    },
                    {
                      "text": "E.coli",
                      "value": 1
                    },
                    {
                      "text": "Clostridium",
                      "value": 1
                    }
                  ]
                },
                {
                  "text": "2003",
                  "children": [{
                      "text": "Norovirus",
                      "value": 8
                    },
                    {
                      "text": "Undeclared",
                      "value": 9
                    }
                  ]
                },
                {
                  "text": "2004",
                  "children": [{
                      "text": "Undeclared",
                      "value": 9
                    },
                    {
                      "text": "Norovirus",
                      "value": 5
                    },
                    {
                      "text": "Staphylococcus",
                      "value": 1
                    },
                    {
                      "text": "Salmonella",
                      "value": 3
                    },
                    {
                      "text": "Bacillus",
                      "value": 1
                    },
                    {
                      "text": "Campylobacter",
                      "value": 1
                    }
                  ]
                },
                {
                  "text": "2005",
                  "children": [{
                      "text": "Norovirus",
                      "value": 5
                    },
                    {
                      "text": "Undeclared",
                      "value": 13
                    },
                    {
                      "text": "Clostridium",
                      "value": 1
                    },
                    {
                      "text": "Bacillus",
                      "value": 1
                    },
                    {
                      "text": "Campylobacter",
                      "value": 2
                    },
                    {
                      "text": "Staphylococcus",
                      "value": 1
                    }
                  ]
                },
                {
                  "text": "2006",
                  "children": [{
                      "text": "Undeclared",
                      "value": 19
                    },
                    {
                      "text": "Norovirus",
                      "value": 4
                    },
                    {
                      "text": "Clostridium",
                      "value": 2
                    },
                    {
                      "text": "Salmonella",
                      "value": 3
                    },
                    {
                      "text": "Brucella",
                      "value": 1
                    }
                  ]
                },
                {
                  "text": "2007",
                  "children": [{
                      "text": "Undeclared",
                      "value": 30
                    },
                    {
                      "text": "Salmonella",
                      "value": 2
                    },
                    {
                      "text": "Norovirus",
                      "value": 4
                    },
                    {
                      "text": "Staphylococcus",
                      "value": 1
                    },
                    {
                      "text": "Campylobacter",
                      "value": 3
                    },
                    {
                      "text": "E.coli",
                      "value": 1
                    },
                    {
                      "text": "Adenovirus",
                      "value": 1
                    }
                  ]
                },
                {
                  "text": "2008",
                  "children": [{
                      "text": "Norovirus",
                      "value": 12
                    },
                    {
                      "text": "Undeclared",
                      "value": 29
                    },
                    {
                      "text": "Salmonella",
                      "value": 1
                    }
                  ]
                },
                {
                  "text": "2009",
                  "children": [{
                      "text": "Undeclared",
                      "value": 14
                    },
                    {
                      "text": "Norovirus",
                      "value": 6
                    },
                    {
                      "text": "Pesticides",
                      "value": 1
                    },
                    {
                      "text": "Salmonella",
                      "value": 2
                    },
                    {
                      "text": "Staphylococcus",
                      "value": 1
                    }
                  ]
                },
                {
                  "text": "2010",
                  "children": [{
                      "text": "Undeclared",
                      "value": 11
                    },
                    {
                      "text": "Norovirus",
                      "value": 9
                    },
                    {
                      "text": "Clostridium",
                      "value": 2
                    }
                  ]
                },
                {
                  "text": "2011",
                  "children": [{
                      "text": "Norovirus",
                      "value": 2
                    },
                    {
                      "text": "Salmonella",
                      "value": 3
                    },
                    {
                      "text": "Undeclared",
                      "value": 8
                    },
                    {
                      "text": "Clostridium",
                      "value": 1
                    },
                    {
                      "text": "E.coli",
                      "value": 2
                    },
                    {
                      "text": "Campylobacter",
                      "value": 1
                    }
                  ]
                },
                {
                  "text": "2012",
                  "children": [{
                      "text": "Norovirus",
                      "value": 3
                    },
                    {
                      "text": "Undeclared",
                      "value": 11
                    },
                    {
                      "text": "Salmonella",
                      "value": 3
                    },
                    {
                      "text": "Clostridium",
                      "value": 1
                    }
                  ]
                }
              ]
            },
            {
              "text": "Indiana",
              "children": [{
                  "text": "1998",
                  "children": [{
                      "text": "Undeclared",
                      "value": 7
                    },
                    {
                      "text": "Staphylococcus",
                      "value": 2
                    },
                    {
                      "text": "Salmonella",
                      "value": 1
                    },
                    {
                      "text": "E.coli",
                      "value": 1
                    },
                    {
                      "text": "Clostridium",
                      "value": 1
                    },
                    {
                      "text": "Shigella",
                      "value": 1
                    }
                  ]
                },
                {
                  "text": "1999",
                  "children": [{
                      "text": "Other",
                      "value": 6
                    },
                    {
                      "text": "Undeclared",
                      "value": 2
                    },
                    {
                      "text": "Staphylococcus",
                      "value": 1
                    },
                    {
                      "text": "Shigella",
                      "value": 1
                    },
                    {
                      "text": "Salmonella",
                      "value": 1
                    }
                  ]
                },
                {
                  "text": "2000",
                  "children": [{
                      "text": "Other",
                      "value": 3
                    },
                    {
                      "text": "Norovirus",
                      "value": 6
                    },
                    {
                      "text": "E.coli",
                      "value": 1
                    },
                    {
                      "text": "Salmonella",
                      "value": 2
                    },
                    {
                      "text": "Staphylococcus",
                      "value": 1
                    },
                    {
                      "text": "Clostridium",
                      "value": 1
                    },
                    {
                      "text": "Bacillus",
                      "value": 1
                    },
                    {
                      "text": "Undeclared",
                      "value": 1
                    }
                  ]
                },
                {
                  "text": "2001",
                  "children": [{
                    "text": "Norovirus",
                    "value": 5
                  }]
                },
                {
                  "text": "2002",
                  "children": [{
                      "text": "Norovirus",
                      "value": 10
                    },
                    {
                      "text": "Shigella",
                      "value": 1
                    },
                    {
                      "text": "Clostridium",
                      "value": 3
                    }
                  ]
                },
                {
                  "text": "2003",
                  "children": [{
                      "text": "Bacillus",
                      "value": 1
                    },
                    {
                      "text": "Norovirus",
                      "value": 1
                    },
                    {
                      "text": "Salmonella",
                      "value": 1
                    },
                    {
                      "text": "Clostridium",
                      "value": 1
                    }
                  ]
                },
                {
                  "text": "2004",
                  "children": [{
                    "text": "Salmonella",
                    "value": 1
                  }]
                },
                {
                  "text": "2005",
                  "children": [
    
                  ]
                },
                {
                  "text": "2006",
                  "children": [{
                      "text": "Salmonella",
                      "value": 1
                    },
                    {
                      "text": "Norovirus",
                      "value": 6
                    }
                  ]
                },
                {
                  "text": "2007",
                  "children": [{
                      "text": "Salmonella",
                      "value": 2
                    },
                    {
                      "text": "Norovirus",
                      "value": 1
                    }
                  ]
                },
                {
                  "text": "2008",
                  "children": [
    
                  ]
                },
                {
                  "text": "2009",
                  "children": [{
                      "text": "Salmonella",
                      "value": 1
                    },
                    {
                      "text": "Undeclared",
                      "value": 7
                    }
                  ]
                },
                {
                  "text": "2010",
                  "children": [{
                      "text": "Undeclared",
                      "value": 14
                    },
                    {
                      "text": "Campylobacter",
                      "value": 1
                    }
                  ]
                },
                {
                  "text": "2011",
                  "children": [{
                    "text": "Undeclared",
                    "value": 16
                  }]
                },
                {
                  "text": "2012",
                  "children": [{
                    "text": "Undeclared",
                    "value": 1
                  }]
                }
              ]
            },
            {
              "text": "Idaho",
              "children": [{
                  "text": "1998",
                  "children": [{
                    "text": "Norovirus",
                    "value": 2
                  }]
                },
                {
                  "text": "1999",
                  "children": [{
                      "text": "Undeclared",
                      "value": 1
                    },
                    {
                      "text": "E.coli",
                      "value": 1
                    }
                  ]
                },
                {
                  "text": "2000",
                  "children": [{
                      "text": "Norovirus",
                      "value": 3
                    },
                    {
                      "text": "Salmonella",
                      "value": 1
                    },
                    {
                      "text": "Campylobacter",
                      "value": 2
                    }
                  ]
                },
                {
                  "text": "2001",
                  "children": [{
                      "text": "Norovirus",
                      "value": 1
                    },
                    {
                      "text": "Salmonella",
                      "value": 1
                    }
                  ]
                },
                {
                  "text": "2002",
                  "children": [{
                      "text": "Salmonella",
                      "value": 2
                    },
                    {
                      "text": "Norovirus",
                      "value": 1
                    }
                  ]
                },
                {
                  "text": "2003",
                  "children": [{
                      "text": "Undeclared",
                      "value": 1
                    },
                    {
                      "text": "Norovirus",
                      "value": 1
                    }
                  ]
                },
                {
                  "text": "2004",
                  "children": [{
                      "text": "Undeclared",
                      "value": 1
                    },
                    {
                      "text": "Norovirus",
                      "value": 3
                    },
                    {
                      "text": "Clostridium",
                      "value": 1
                    }
                  ]
                },
                {
                  "text": "2005",
                  "children": [{
                      "text": "Norovirus",
                      "value": 6
                    },
                    {
                      "text": "Undeclared",
                      "value": 2
                    }
                  ]
                },
                {
                  "text": "2006",
                  "children": [{
                      "text": "Norovirus",
                      "value": 5
                    },
                    {
                      "text": "Undeclared",
                      "value": 3
                    },
                    {
                      "text": "Salmonella",
                      "value": 1
                    },
                    {
                      "text": "E.coli",
                      "value": 2
                    }
                  ]
                },
                {
                  "text": "2007",
                  "children": [{
                      "text": "Norovirus",
                      "value": 1
                    },
                    {
                      "text": "Undeclared",
                      "value": 1
                    },
                    {
                      "text": "Bacillus",
                      "value": 1
                    }
                  ]
                },
                {
                  "text": "2008",
                  "children": [{
                      "text": "Undeclared",
                      "value": 1
                    },
                    {
                      "text": "Norovirus",
                      "value": 1
                    },
                    {
                      "text": "Campylobacter",
                      "value": 1
                    }
                  ]
                },
                {
                  "text": "2009",
                  "children": [{
                      "text": "Clostridium",
                      "value": 1
                    },
                    {
                      "text": "Undeclared",
                      "value": 1
                    },
                    {
                      "text": "Norovirus",
                      "value": 3
                    }
                  ]
                },
                {
                  "text": "2010",
                  "children": [{
                      "text": "Norovirus",
                      "value": 1
                    },
                    {
                      "text": "E.coli",
                      "value": 1
                    }
                  ]
                },
                {
                  "text": "2011",
                  "children": [{
                      "text": "Undeclared",
                      "value": 1
                    },
                    {
                      "text": "Clostridium",
                      "value": 1
                    },
                    {
                      "text": "E.coli",
                      "value": 2
                    },
                    {
                      "text": "Norovirus",
                      "value": 2
                    },
                    {
                      "text": "Salmonella",
                      "value": 1
                    }
                  ]
                },
                {
                  "text": "2012",
                  "children": [{
                      "text": "Salmonella",
                      "value": 1
                    },
                    {
                      "text": "Giardia",
                      "value": 2
                    },
                    {
                      "text": "Norovirus",
                      "value": 1
                    }
                  ]
                }
              ]
            },
            {
              "text": "Iowa",
              "children": [{
                  "text": "1998",
                  "children": [{
                      "text": "Staphylococcus",
                      "value": 1
                    },
                    {
                      "text": "Norovirus",
                      "value": 2
                    },
                    {
                      "text": "Clostridium",
                      "value": 1
                    }
                  ]
                },
                {
                  "text": "1999",
                  "children": [{
                      "text": "Norovirus",
                      "value": 8
                    },
                    {
                      "text": "Undeclared",
                      "value": 3
                    },
                    {
                      "text": "Clostridium",
                      "value": 1
                    },
                    {
                      "text": "Histamine",
                      "value": 1
                    }
                  ]
                },
                {
                  "text": "2000",
                  "children": [{
                      "text": "Norovirus",
                      "value": 11
                    },
                    {
                      "text": "Undeclared",
                      "value": 1
                    },
                    {
                      "text": "E.coli",
                      "value": 1
                    }
                  ]
                },
                {
                  "text": "2001",
                  "children": [{
                      "text": "Norovirus",
                      "value": 4
                    },
                    {
                      "text": "Clostridium",
                      "value": 1
                    },
                    {
                      "text": "Salmonella",
                      "value": 2
                    },
                    {
                      "text": "Undeclared",
                      "value": 1
                    }
                  ]
                },
                {
                  "text": "2002",
                  "children": [{
                      "text": "Norovirus",
                      "value": 3
                    },
                    {
                      "text": "E.coli",
                      "value": 1
                    },
                    {
                      "text": "Salmonella",
                      "value": 1
                    }
                  ]
                },
                {
                  "text": "2003",
                  "children": [{
                      "text": "Other",
                      "value": 1
                    },
                    {
                      "text": "Undeclared",
                      "value": 1
                    },
                    {
                      "text": "Norovirus",
                      "value": 8
                    },
                    {
                      "text": "Clostridium",
                      "value": 1
                    }
                  ]
                },
                {
                  "text": "2004",
                  "children": [{
                      "text": "Campylobacter",
                      "value": 1
                    },
                    {
                      "text": "Norovirus",
                      "value": 9
                    },
                    {
                      "text": "Salmonella",
                      "value": 1
                    },
                    {
                      "text": "Clostridium",
                      "value": 3
                    }
                  ]
                },
                {
                  "text": "2005",
                  "children": [{
                      "text": "Norovirus",
                      "value": 5
                    },
                    {
                      "text": "Campylobacter",
                      "value": 1
                    },
                    {
                      "text": "Bacillus",
                      "value": 1
                    },
                    {
                      "text": "Undeclared",
                      "value": 1
                    },
                    {
                      "text": "Clostridium",
                      "value": 2
                    }
                  ]
                },
                {
                  "text": "2006",
                  "children": [{
                      "text": "Other",
                      "value": 1
                    },
                    {
                      "text": "Salmonella",
                      "value": 2
                    },
                    {
                      "text": "Norovirus",
                      "value": 2
                    },
                    {
                      "text": "Undeclared",
                      "value": 2
                    }
                  ]
                },
                {
                  "text": "2007",
                  "children": [{
                      "text": "Undeclared",
                      "value": 4
                    },
                    {
                      "text": "Norovirus",
                      "value": 5
                    },
                    {
                      "text": "Clostridium",
                      "value": 1
                    },
                    {
                      "text": "Salmonella",
                      "value": 1
                    }
                  ]
                },
                {
                  "text": "2008",
                  "children": [{
                      "text": "Salmonella",
                      "value": 3
                    },
                    {
                      "text": "Clostridium",
                      "value": 1
                    },
                    {
                      "text": "E.coli",
                      "value": 1
                    },
                    {
                      "text": "Norovirus",
                      "value": 1
                    }
                  ]
                },
                {
                  "text": "2009",
                  "children": [{
                      "text": "Norovirus",
                      "value": 1
                    },
                    {
                      "text": "Salmonella",
                      "value": 1
                    }
                  ]
                },
                {
                  "text": "2010",
                  "children": [{
                      "text": "Clostridium",
                      "value": 1
                    },
                    {
                      "text": "Salmonella",
                      "value": 5
                    },
                    {
                      "text": "Undeclared",
                      "value": 1
                    }
                  ]
                },
                {
                  "text": "2011",
                  "children": [{
                      "text": "Undeclared",
                      "value": 2
                    },
                    {
                      "text": "Salmonella",
                      "value": 1
                    },
                    {
                      "text": "Clostridium",
                      "value": 2
                    }
                  ]
                },
                {
                  "text": "2012",
                  "children": [{
                      "text": "Undeclared",
                      "value": 1
                    },
                    {
                      "text": "Norovirus",
                      "value": 1
                    },
                    {
                      "text": "Salmonella",
                      "value": 4
                    },
                    {
                      "text": "Campylobacter",
                      "value": 2
                    }
                  ]
                }
              ]
            },
            {
              "text": "Guam",
              "children": [{
                  "text": "1998",
                  "children": [{
                      "text": "Undeclared",
                      "value": 3
                    },
                    {
                      "text": "Vibrio",
                      "value": 1
                    }
                  ]
                },
                {
                  "text": "1999",
                  "children": [
    
                  ]
                },
                {
                  "text": "2000",
                  "children": [{
                      "text": "Undeclared",
                      "value": 3
                    },
                    {
                      "text": "Staphylococcus",
                      "value": 1
                    },
                    {
                      "text": "Scombroid",
                      "value": 1
                    },
                    {
                      "text": "Bacillus",
                      "value": 1
                    }
                  ]
                },
                {
                  "text": "2001",
                  "children": [
    
                  ]
                },
                {
                  "text": "2002",
                  "children": [{
                      "text": "Scombroid",
                      "value": 2
                    },
                    {
                      "text": "Undeclared",
                      "value": 8
                    },
                    {
                      "text": "Vibrio",
                      "value": 2
                    },
                    {
                      "text": "Salmonella",
                      "value": 1
                    }
                  ]
                },
                {
                  "text": "2003",
                  "children": [{
                      "text": "Ciguatoxin",
                      "value": 1
                    },
                    {
                      "text": "Undeclared",
                      "value": 1
                    }
                  ]
                },
                {
                  "text": "2004",
                  "children": [
    
                  ]
                },
                {
                  "text": "2005",
                  "children": [
    
                  ]
                },
                {
                  "text": "2006",
                  "children": [
    
                  ]
                },
                {
                  "text": "2007",
                  "children": [
    
                  ]
                },
                {
                  "text": "2008",
                  "children": [
    
                  ]
                },
                {
                  "text": "2009",
                  "children": [
    
                  ]
                },
                {
                  "text": "2010",
                  "children": [
    
                  ]
                },
                {
                  "text": "2011",
                  "children": [
    
                  ]
                },
                {
                  "text": "2012",
                  "children": [
    
                  ]
                }
              ]
            },
            {
              "text": "Georgia",
              "children": [{
                  "text": "1998",
                  "children": [{
                      "text": "Cyclospora",
                      "value": 1
                    },
                    {
                      "text": "Norovirus",
                      "value": 3
                    },
                    {
                      "text": "Undeclared",
                      "value": 5
                    },
                    {
                      "text": "Shigella",
                      "value": 1
                    },
                    {
                      "text": "Salmonella",
                      "value": 3
                    }
                  ]
                },
                {
                  "text": "1999",
                  "children": [{
                      "text": "Norovirus",
                      "value": 6
                    },
                    {
                      "text": "Undeclared",
                      "value": 4
                    },
                    {
                      "text": "Salmonella",
                      "value": 5
                    },
                    {
                      "text": "Staphylococcus",
                      "value": 1
                    },
                    {
                      "text": "Clostridium",
                      "value": 1
                    }
                  ]
                },
                {
                  "text": "2000",
                  "children": [{
                      "text": "Norovirus",
                      "value": 12
                    },
                    {
                      "text": "Undeclared",
                      "value": 20
                    },
                    {
                      "text": "Salmonella",
                      "value": 3
                    },
                    {
                      "text": "Staphylococcus",
                      "value": 6
                    },
                    {
                      "text": "Cyclospora",
                      "value": 1
                    }
                  ]
                },
                {
                  "text": "2001",
                  "children": [{
                      "text": "Norovirus",
                      "value": 13
                    },
                    {
                      "text": "Undeclared",
                      "value": 13
                    },
                    {
                      "text": "Clostridium",
                      "value": 2
                    },
                    {
                      "text": "Staphylococcus",
                      "value": 6
                    },
                    {
                      "text": "Yersinia",
                      "value": 1
                    },
                    {
                      "text": "E.coli",
                      "value": 1
                    }
                  ]
                },
                {
                  "text": "2002",
                  "children": [{
                      "text": "Norovirus",
                      "value": 7
                    },
                    {
                      "text": "Undeclared",
                      "value": 9
                    },
                    {
                      "text": "E.coli",
                      "value": 1
                    },
                    {
                      "text": "Hepatitis",
                      "value": 1
                    },
                    {
                      "text": "Staphylococcus",
                      "value": 1
                    },
                    {
                      "text": "Clostridium",
                      "value": 2
                    },
                    {
                      "text": "Salmonella",
                      "value": 3
                    },
                    {
                      "text": "Cryptosporidium",
                      "value": 1
                    },
                    {
                      "text": "Scombroid",
                      "value": 1
                    }
                  ]
                },
                {
                  "text": "2003",
                  "children": [{
                      "text": "Clostridium",
                      "value": 2
                    },
                    {
                      "text": "Undeclared",
                      "value": 9
                    },
                    {
                      "text": "Norovirus",
                      "value": 5
                    },
                    {
                      "text": "Staphylococcus",
                      "value": 4
                    },
                    {
                      "text": "Other",
                      "value": 2
                    },
                    {
                      "text": "Scombroid",
                      "value": 1
                    },
                    {
                      "text": "Salmonella",
                      "value": 5
                    },
                    {
                      "text": "Vibrio",
                      "value": 1
                    },
                    {
                      "text": "Bacillus",
                      "value": 1
                    }
                  ]
                },
                {
                  "text": "2004",
                  "children": [{
                      "text": "Norovirus",
                      "value": 8
                    },
                    {
                      "text": "Undeclared",
                      "value": 6
                    },
                    {
                      "text": "Staphylococcus",
                      "value": 2
                    },
                    {
                      "text": "E.coli",
                      "value": 1
                    },
                    {
                      "text": "Scombroid",
                      "value": 1
                    },
                    {
                      "text": "Salmonella",
                      "value": 6
                    },
                    {
                      "text": "Other",
                      "value": 3
                    },
                    {
                      "text": "Clostridium",
                      "value": 1
                    },
                    {
                      "text": "Yersinia",
                      "value": 1
                    }
                  ]
                },
                {
                  "text": "2005",
                  "children": [{
                      "text": "Norovirus",
                      "value": 8
                    },
                    {
                      "text": "Undeclared",
                      "value": 8
                    },
                    {
                      "text": "Staphylococcus",
                      "value": 4
                    },
                    {
                      "text": "Salmonella",
                      "value": 6
                    },
                    {
                      "text": "Clostridium",
                      "value": 1
                    },
                    {
                      "text": "E.coli",
                      "value": 1
                    },
                    {
                      "text": "Other",
                      "value": 1
                    }
                  ]
                },
                {
                  "text": "2006",
                  "children": [{
                      "text": "Norovirus",
                      "value": 8
                    },
                    {
                      "text": "Staphylococcus",
                      "value": 3
                    },
                    {
                      "text": "Bacillus",
                      "value": 1
                    },
                    {
                      "text": "Clostridium",
                      "value": 2
                    },
                    {
                      "text": "Undeclared",
                      "value": 4
                    },
                    {
                      "text": "Salmonella",
                      "value": 2
                    },
                    {
                      "text": "Cyclospora",
                      "value": 1
                    }
                  ]
                },
                {
                  "text": "2007",
                  "children": [{
                      "text": "Clostridium",
                      "value": 4
                    },
                    {
                      "text": "Undeclared",
                      "value": 2
                    },
                    {
                      "text": "Salmonella",
                      "value": 8
                    },
                    {
                      "text": "Norovirus",
                      "value": 5
                    },
                    {
                      "text": "Campylobacter",
                      "value": 1
                    },
                    {
                      "text": "E.coli",
                      "value": 1
                    }
                  ]
                },
                {
                  "text": "2008",
                  "children": [{
                      "text": "Norovirus",
                      "value": 15
                    },
                    {
                      "text": "Salmonella",
                      "value": 2
                    },
                    {
                      "text": "E.coli",
                      "value": 1
                    },
                    {
                      "text": "Undeclared",
                      "value": 1
                    },
                    {
                      "text": "Bacillus",
                      "value": 2
                    },
                    {
                      "text": "Heavy",
                      "value": 1
                    }
                  ]
                },
                {
                  "text": "2009",
                  "children": [{
                      "text": "Norovirus",
                      "value": 4
                    },
                    {
                      "text": "Campylobacter",
                      "value": 1
                    },
                    {
                      "text": "Salmonella",
                      "value": 1
                    }
                  ]
                },
                {
                  "text": "2010",
                  "children": [{
                      "text": "Undeclared",
                      "value": 2
                    },
                    {
                      "text": "Salmonella",
                      "value": 4
                    },
                    {
                      "text": "Scombroid",
                      "value": 1
                    },
                    {
                      "text": "Clostridium",
                      "value": 1
                    },
                    {
                      "text": "Shigella",
                      "value": 1
                    },
                    {
                      "text": "E.coli",
                      "value": 1
                    }
                  ]
                },
                {
                  "text": "2011",
                  "children": [{
                      "text": "Norovirus",
                      "value": 6
                    },
                    {
                      "text": "Salmonella",
                      "value": 8
                    },
                    {
                      "text": "Cyclospora",
                      "value": 1
                    },
                    {
                      "text": "Staphylococcus",
                      "value": 1
                    }
                  ]
                },
                {
                  "text": "2012",
                  "children": [{
                      "text": "Norovirus",
                      "value": 4
                    },
                    {
                      "text": "Salmonella",
                      "value": 1
                    },
                    {
                      "text": "Undeclared",
                      "value": 4
                    },
                    {
                      "text": "E.coli",
                      "value": 1
                    }
                  ]
                }
              ]
            },
            {
              "text": "Washington DC",
              "children": [{
                  "text": "1998",
                  "children": [{
                      "text": "Cryptosporidium",
                      "value": 1
                    },
                    {
                      "text": "Undeclared",
                      "value": 1
                    }
                  ]
                },
                {
                  "text": "1999",
                  "children": [
    
                  ]
                },
                {
                  "text": "2000",
                  "children": [{
                      "text": "Undeclared",
                      "value": 1
                    },
                    {
                      "text": "Rotavirus",
                      "value": 1
                    }
                  ]
                },
                {
                  "text": "2001",
                  "children": [{
                    "text": "Salmonella",
                    "value": 1
                  }]
                },
                {
                  "text": "2002",
                  "children": [{
                      "text": "Undeclared",
                      "value": 3
                    },
                    {
                      "text": "Staphylococcus",
                      "value": 1
                    },
                    {
                      "text": "Norovirus",
                      "value": 1
                    },
                    {
                      "text": "Salmonella",
                      "value": 2
                    },
                    {
                      "text": "Campylobacter",
                      "value": 1
                    },
                    {
                      "text": "E.coli",
                      "value": 1
                    },
                    {
                      "text": "Scombroid",
                      "value": 1
                    }
                  ]
                },
                {
                  "text": "2003",
                  "children": [{
                      "text": "Adenovirus",
                      "value": 1
                    },
                    {
                      "text": "Norovirus",
                      "value": 3
                    }
                  ]
                },
                {
                  "text": "2004",
                  "children": [{
                    "text": "Norovirus",
                    "value": 9
                  }]
                },
                {
                  "text": "2005",
                  "children": [
    
                  ]
                },
                {
                  "text": "2006",
                  "children": [
    
                  ]
                },
                {
                  "text": "2007",
                  "children": [{
                      "text": "Ciguatoxin",
                      "value": 1
                    },
                    {
                      "text": "Salmonella",
                      "value": 1
                    },
                    {
                      "text": "Undeclared",
                      "value": 1
                    }
                  ]
                },
                {
                  "text": "2008",
                  "children": [{
                      "text": "Undeclared",
                      "value": 1
                    },
                    {
                      "text": "Norovirus",
                      "value": 1
                    }
                  ]
                },
                {
                  "text": "2009",
                  "children": [
    
                  ]
                },
                {
                  "text": "2010",
                  "children": [
    
                  ]
                },
                {
                  "text": "2011",
                  "children": [
    
                  ]
                },
                {
                  "text": "2012",
                  "children": [
    
                  ]
                }
              ]
            },
            {
              "text": "Arizona",
              "children": [{
                  "text": "1998",
                  "children": [{
                    "text": "Salmonella",
                    "value": 1
                  }]
                },
                {
                  "text": "1999",
                  "children": [{
                      "text": "Bacillus",
                      "value": 1
                    },
                    {
                      "text": "Clostridium",
                      "value": 1
                    },
                    {
                      "text": "Salmonella",
                      "value": 1
                    }
                  ]
                },
                {
                  "text": "2000",
                  "children": [{
                      "text": "Undeclared",
                      "value": 1
                    },
                    {
                      "text": "Salmonella",
                      "value": 1
                    }
                  ]
                },
                {
                  "text": "2001",
                  "children": [{
                      "text": "Campylobacter",
                      "value": 2
                    },
                    {
                      "text": "Undeclared",
                      "value": 1
                    },
                    {
                      "text": "Salmonella",
                      "value": 2
                    }
                  ]
                },
                {
                  "text": "2002",
                  "children": [{
                      "text": "Norovirus",
                      "value": 2
                    },
                    {
                      "text": "E.coli",
                      "value": 1
                    }
                  ]
                },
                {
                  "text": "2003",
                  "children": [{
                      "text": "Salmonella",
                      "value": 1
                    },
                    {
                      "text": "Hepatitis",
                      "value": 1
                    }
                  ]
                },
                {
                  "text": "2004",
                  "children": [{
                      "text": "Norovirus",
                      "value": 9
                    },
                    {
                      "text": "Other",
                      "value": 3
                    },
                    {
                      "text": "Clostridium",
                      "value": 1
                    },
                    {
                      "text": "Undeclared",
                      "value": 5
                    },
                    {
                      "text": "Salmonella",
                      "value": 2
                    }
                  ]
                },
                {
                  "text": "2005",
                  "children": [{
                      "text": "Undeclared",
                      "value": 5
                    },
                    {
                      "text": "Campylobacter",
                      "value": 1
                    },
                    {
                      "text": "Norovirus",
                      "value": 1
                    }
                  ]
                },
                {
                  "text": "2006",
                  "children": [{
                      "text": "Norovirus",
                      "value": 6
                    },
                    {
                      "text": "Hepatitis",
                      "value": 1
                    },
                    {
                      "text": "Clostridium",
                      "value": 1
                    },
                    {
                      "text": "Undeclared",
                      "value": 4
                    },
                    {
                      "text": "Shigella",
                      "value": 2
                    },
                    {
                      "text": "Histamine",
                      "value": 1
                    },
                    {
                      "text": "Salmonella",
                      "value": 2
                    }
                  ]
                },
                {
                  "text": "2007",
                  "children": [{
                      "text": "Undeclared",
                      "value": 15
                    },
                    {
                      "text": "Clostridium",
                      "value": 1
                    },
                    {
                      "text": "Norovirus",
                      "value": 8
                    },
                    {
                      "text": "Salmonella",
                      "value": 1
                    },
                    {
                      "text": "Bacillus",
                      "value": 1
                    }
                  ]
                },
                {
                  "text": "2008",
                  "children": [{
                      "text": "Undeclared",
                      "value": 21
                    },
                    {
                      "text": "Salmonella",
                      "value": 3
                    },
                    {
                      "text": "Norovirus",
                      "value": 9
                    },
                    {
                      "text": "Bacillus",
                      "value": 2
                    }
                  ]
                },
                {
                  "text": "2009",
                  "children": [{
                      "text": "Enterococcus",
                      "value": 1
                    },
                    {
                      "text": "Undeclared",
                      "value": 14
                    },
                    {
                      "text": "Norovirus",
                      "value": 4
                    },
                    {
                      "text": "Salmonella",
                      "value": 5
                    }
                  ]
                },
                {
                  "text": "2010",
                  "children": [{
                      "text": "Norovirus",
                      "value": 18
                    },
                    {
                      "text": "Undeclared",
                      "value": 22
                    },
                    {
                      "text": "Campylobacter",
                      "value": 1
                    },
                    {
                      "text": "Salmonella",
                      "value": 1
                    },
                    {
                      "text": "E.coli",
                      "value": 1
                    }
                  ]
                },
                {
                  "text": "2011",
                  "children": [{
                      "text": "Norovirus",
                      "value": 14
                    },
                    {
                      "text": "Undeclared",
                      "value": 14
                    },
                    {
                      "text": "Clostridium",
                      "value": 1
                    }
                  ]
                },
                {
                  "text": "2012",
                  "children": [{
                      "text": "Undeclared",
                      "value": 16
                    },
                    {
                      "text": "Norovirus",
                      "value": 15
                    },
                    {
                      "text": "Clostridium",
                      "value": 4
                    },
                    {
                      "text": "Other",
                      "value": 2
                    }
                  ]
                }
              ]
            },
            {
              "text": "Arkansas",
              "children": [{
                  "text": "1998",
                  "children": [{
                      "text": "Streptococcus",
                      "value": 1
                    },
                    {
                      "text": "Undeclared",
                      "value": 1
                    }
                  ]
                },
                {
                  "text": "1999",
                  "children": [{
                      "text": "Other",
                      "value": 2
                    },
                    {
                      "text": "Salmonella",
                      "value": 1
                    }
                  ]
                },
                {
                  "text": "2000",
                  "children": [{
                      "text": "Salmonella",
                      "value": 1
                    },
                    {
                      "text": "E.coli",
                      "value": 1
                    }
                  ]
                },
                {
                  "text": "2001",
                  "children": [{
                    "text": "Staphylococcus",
                    "value": 2
                  }]
                },
                {
                  "text": "2002",
                  "children": [{
                      "text": "Campylobacter",
                      "value": 1
                    },
                    {
                      "text": "Norovirus",
                      "value": 3
                    },
                    {
                      "text": "Staphylococcus",
                      "value": 1
                    },
                    {
                      "text": "Salmonella",
                      "value": 1
                    }
                  ]
                },
                {
                  "text": "2003",
                  "children": [{
                      "text": "Salmonella",
                      "value": 1
                    },
                    {
                      "text": "Staphylococcus",
                      "value": 1
                    }
                  ]
                },
                {
                  "text": "2004",
                  "children": [{
                    "text": "Salmonella",
                    "value": 1
                  }]
                },
                {
                  "text": "2005",
                  "children": [{
                      "text": "E.coli",
                      "value": 1
                    },
                    {
                      "text": "Salmonella",
                      "value": 3
                    }
                  ]
                },
                {
                  "text": "2006",
                  "children": [{
                      "text": "Salmonella",
                      "value": 2
                    },
                    {
                      "text": "Undeclared",
                      "value": 1
                    }
                  ]
                },
                {
                  "text": "2007",
                  "children": [{
                      "text": "Salmonella",
                      "value": 1
                    },
                    {
                      "text": "Clostridium",
                      "value": 1
                    }
                  ]
                },
                {
                  "text": "2008",
                  "children": [{
                    "text": "Salmonella",
                    "value": 1
                  }]
                },
                {
                  "text": "2009",
                  "children": [{
                      "text": "Salmonella",
                      "value": 1
                    },
                    {
                      "text": "Undeclared",
                      "value": 1
                    }
                  ]
                },
                {
                  "text": "2010",
                  "children": [{
                    "text": "Salmonella",
                    "value": 1
                  }]
                },
                {
                  "text": "2011",
                  "children": [{
                    "text": "Undeclared",
                    "value": 7
                  }]
                },
                {
                  "text": "2012",
                  "children": [{
                      "text": "Undeclared",
                      "value": 4
                    },
                    {
                      "text": "Salmonella",
                      "value": 2
                    }
                  ]
                }
              ]
            },
            {
              "text": "Alabama",
              "children": [{
                  "text": "1998",
                  "children": [{
                    "text": "Undeclared",
                    "value": 2
                  }]
                },
                {
                  "text": "1999",
                  "children": [{
                      "text": "Undeclared",
                      "value": 51
                    },
                    {
                      "text": "Salmonella",
                      "value": 1
                    },
                    {
                      "text": "Bacillus",
                      "value": 1
                    }
                  ]
                },
                {
                  "text": "2000",
                  "children": [{
                      "text": "Undeclared",
                      "value": 38
                    },
                    {
                      "text": "Salmonella",
                      "value": 2
                    },
                    {
                      "text": "Norovirus",
                      "value": 1
                    },
                    {
                      "text": "Staphylococcus",
                      "value": 1
                    },
                    {
                      "text": "Bacillus",
                      "value": 1
                    }
                  ]
                },
                {
                  "text": "2001",
                  "children": [{
                    "text": "Hepatitis",
                    "value": 1
                  }]
                },
                {
                  "text": "2002",
                  "children": [{
                      "text": "Undeclared",
                      "value": 45
                    },
                    {
                      "text": "Bacillus",
                      "value": 1
                    },
                    {
                      "text": "Norovirus",
                      "value": 1
                    }
                  ]
                },
                {
                  "text": "2003",
                  "children": [{
                      "text": "Undeclared",
                      "value": 32
                    },
                    {
                      "text": "Other",
                      "value": 1
                    }
                  ]
                },
                {
                  "text": "2004",
                  "children": [{
                    "text": "Undeclared",
                    "value": 27
                  }]
                },
                {
                  "text": "2005",
                  "children": [{
                    "text": "Norovirus",
                    "value": 1
                  }]
                },
                {
                  "text": "2006",
                  "children": [{
                    "text": "Clostridium",
                    "value": 1
                  }]
                },
                {
                  "text": "2007",
                  "children": [{
                      "text": "Salmonella",
                      "value": 2
                    },
                    {
                      "text": "E.coli",
                      "value": 2
                    },
                    {
                      "text": "Undeclared",
                      "value": 2
                    }
                  ]
                },
                {
                  "text": "2008",
                  "children": [{
                      "text": "E.coli",
                      "value": 1
                    },
                    {
                      "text": "Staphylococcus",
                      "value": 1
                    },
                    {
                      "text": "Campylobacter",
                      "value": 1
                    },
                    {
                      "text": "Clostridium",
                      "value": 1
                    }
                  ]
                },
                {
                  "text": "2009",
                  "children": [{
                      "text": "Bacillus",
                      "value": 1
                    },
                    {
                      "text": "Norovirus",
                      "value": 2
                    }
                  ]
                },
                {
                  "text": "2010",
                  "children": [{
                    "text": "Undeclared",
                    "value": 2
                  }]
                },
                {
                  "text": "2011",
                  "children": [{
                      "text": "Norovirus",
                      "value": 2
                    },
                    {
                      "text": "Salmonella",
                      "value": 1
                    },
                    {
                      "text": "Campylobacter",
                      "value": 1
                    }
                  ]
                },
                {
                  "text": "2012",
                  "children": [{
                      "text": "Undeclared",
                      "value": 1
                    },
                    {
                      "text": "Salmonella",
                      "value": 1
                    }
                  ]
                }
              ]
            },
            {
              "text": "Alaska",
              "children": [{
                  "text": "1998",
                  "children": [{
                    "text": "Clostridium",
                    "value": 1
                  }]
                },
                {
                  "text": "1999",
                  "children": [{
                    "text": "Norovirus",
                    "value": 1
                  }]
                },
                {
                  "text": "2000",
                  "children": [{
                      "text": "Hepatitis",
                      "value": 1
                    },
                    {
                      "text": "Norovirus",
                      "value": 2
                    },
                    {
                      "text": "Trichinella",
                      "value": 1
                    },
                    {
                      "text": "Undeclared",
                      "value": 1
                    },
                    {
                      "text": "E.coli",
                      "value": 1
                    }
                  ]
                },
                {
                  "text": "2001",
                  "children": [{
                      "text": "Staphylococcus",
                      "value": 1
                    },
                    {
                      "text": "Clostridium",
                      "value": 3
                    }
                  ]
                },
                {
                  "text": "2002",
                  "children": [{
                      "text": "Salmonella",
                      "value": 2
                    },
                    {
                      "text": "Clostridium",
                      "value": 4
                    },
                    {
                      "text": "Trichinella",
                      "value": 1
                    },
                    {
                      "text": "Norovirus",
                      "value": 2
                    },
                    {
                      "text": "Paralytic",
                      "value": 1
                    },
                    {
                      "text": "Undeclared",
                      "value": 2
                    },
                    {
                      "text": "Yersinia",
                      "value": 1
                    }
                  ]
                },
                {
                  "text": "2003",
                  "children": [{
                      "text": "Undeclared",
                      "value": 1
                    },
                    {
                      "text": "Salmonella",
                      "value": 1
                    }
                  ]
                },
                {
                  "text": "2004",
                  "children": [{
                      "text": "Clostridium",
                      "value": 1
                    },
                    {
                      "text": "Vibrio",
                      "value": 1
                    }
                  ]
                },
                {
                  "text": "2005",
                  "children": [{
                      "text": "E.coli",
                      "value": 2
                    },
                    {
                      "text": "Trichinella",
                      "value": 1
                    },
                    {
                      "text": "Clostridium",
                      "value": 2
                    },
                    {
                      "text": "Campylobacter",
                      "value": 1
                    },
                    {
                      "text": "Salmonella",
                      "value": 1
                    }
                  ]
                },
                {
                  "text": "2006",
                  "children": [{
                      "text": "Clostridium",
                      "value": 1
                    },
                    {
                      "text": "Other",
                      "value": 1
                    },
                    {
                      "text": "Undeclared",
                      "value": 1
                    }
                  ]
                },
                {
                  "text": "2007",
                  "children": [{
                      "text": "Salmonella",
                      "value": 2
                    },
                    {
                      "text": "Clostridium",
                      "value": 2
                    }
                  ]
                },
                {
                  "text": "2008",
                  "children": [{
                      "text": "Histamine",
                      "value": 1
                    },
                    {
                      "text": "Undeclared",
                      "value": 1
                    },
                    {
                      "text": "Clostridium",
                      "value": 3
                    },
                    {
                      "text": "E.coli",
                      "value": 1
                    },
                    {
                      "text": "Campylobacter",
                      "value": 1
                    }
                  ]
                },
                {
                  "text": "2009",
                  "children": [{
                      "text": "Norovirus",
                      "value": 1
                    },
                    {
                      "text": "Vibrio",
                      "value": 1
                    },
                    {
                      "text": "Salmonella",
                      "value": 1
                    }
                  ]
                },
                {
                  "text": "2010",
                  "children": [{
                      "text": "Clostridium",
                      "value": 2
                    },
                    {
                      "text": "Undeclared",
                      "value": 1
                    },
                    {
                      "text": "Paralytic",
                      "value": 1
                    },
                    {
                      "text": "Salmonella",
                      "value": 1
                    }
                  ]
                },
                {
                  "text": "2011",
                  "children": [{
                      "text": "Other",
                      "value": 1
                    },
                    {
                      "text": "Campylobacter",
                      "value": 1
                    },
                    {
                      "text": "Clostridium",
                      "value": 1
                    }
                  ]
                },
                {
                  "text": "2012",
                  "children": [{
                      "text": "Other",
                      "value": 1
                    },
                    {
                      "text": "Salmonella",
                      "value": 1
                    },
                    {
                      "text": "Undeclared",
                      "value": 3
                    },
                    {
                      "text": "Vibrio",
                      "value": 1
                    },
                    {
                      "text": "Trichinella",
                      "value": 1
                    }
                  ]
                }
              ]
            },
            {
              "text": "Wyoming",
              "children": [{
                  "text": "1998",
                  "children": [{
                    "text": "Salmonella",
                    "value": 1
                  }]
                },
                {
                  "text": "1999",
                  "children": [
    
                  ]
                },
                {
                  "text": "2000",
                  "children": [{
                      "text": "Norovirus",
                      "value": 2
                    },
                    {
                      "text": "E.coli",
                      "value": 2
                    }
                  ]
                },
                {
                  "text": "2001",
                  "children": [{
                      "text": "Norovirus",
                      "value": 1
                    },
                    {
                      "text": "Campylobacter",
                      "value": 2
                    },
                    {
                      "text": "Salmonella",
                      "value": 1
                    }
                  ]
                },
                {
                  "text": "2002",
                  "children": [{
                      "text": "Clostridium",
                      "value": 1
                    },
                    {
                      "text": "Undeclared",
                      "value": 2
                    },
                    {
                      "text": "Norovirus",
                      "value": 3
                    },
                    {
                      "text": "Salmonella",
                      "value": 1
                    }
                  ]
                },
                {
                  "text": "2003",
                  "children": [{
                    "text": "Salmonella",
                    "value": 1
                  }]
                },
                {
                  "text": "2004",
                  "children": [{
                      "text": "Norovirus",
                      "value": 2
                    },
                    {
                      "text": "Campylobacter",
                      "value": 1
                    },
                    {
                      "text": "Undeclared",
                      "value": 1
                    }
                  ]
                },
                {
                  "text": "2005",
                  "children": [{
                      "text": "Undeclared",
                      "value": 1
                    },
                    {
                      "text": "Campylobacter",
                      "value": 3
                    },
                    {
                      "text": "Salmonella",
                      "value": 1
                    }
                  ]
                },
                {
                  "text": "2006",
                  "children": [{
                      "text": "Salmonella",
                      "value": 1
                    },
                    {
                      "text": "Norovirus",
                      "value": 3
                    }
                  ]
                },
                {
                  "text": "2007",
                  "children": [{
                      "text": "Clostridium",
                      "value": 1
                    },
                    {
                      "text": "Campylobacter",
                      "value": 1
                    },
                    {
                      "text": "Salmonella",
                      "value": 3
                    },
                    {
                      "text": "E.coli",
                      "value": 1
                    }
                  ]
                },
                {
                  "text": "2008",
                  "children": [{
                      "text": "Salmonella",
                      "value": 1
                    },
                    {
                      "text": "Norovirus",
                      "value": 3
                    },
                    {
                      "text": "Undeclared",
                      "value": 2
                    },
                    {
                      "text": "Giardia",
                      "value": 1
                    }
                  ]
                },
                {
                  "text": "2009",
                  "children": [{
                      "text": "Norovirus",
                      "value": 2
                    },
                    {
                      "text": "E.coli",
                      "value": 1
                    },
                    {
                      "text": "Clostridium",
                      "value": 1
                    }
                  ]
                },
                {
                  "text": "2010",
                  "children": [{
                    "text": "Norovirus",
                    "value": 1
                  }]
                },
                {
                  "text": "2011",
                  "children": [{
                      "text": "Norovirus",
                      "value": 2
                    },
                    {
                      "text": "Undeclared",
                      "value": 1
                    }
                  ]
                },
                {
                  "text": "2012",
                  "children": [{
                      "text": "Undeclared",
                      "value": 1
                    },
                    {
                      "text": "Norovirus",
                      "value": 2
                    }
                  ]
                }
              ]
            },
            {
              "text": "Nevada",
              "children": [{
                  "text": "1998",
                  "children": [{
                      "text": "E.coli",
                      "value": 1
                    },
                    {
                      "text": "Salmonella",
                      "value": 1
                    }
                  ]
                },
                {
                  "text": "1999",
                  "children": [
    
                  ]
                },
                {
                  "text": "2000",
                  "children": [{
                    "text": "Salmonella",
                    "value": 3
                  }]
                },
                {
                  "text": "2001",
                  "children": [{
                      "text": "E.coli",
                      "value": 2
                    },
                    {
                      "text": "Salmonella",
                      "value": 1
                    }
                  ]
                },
                {
                  "text": "2002",
                  "children": [{
                    "text": "Norovirus",
                    "value": 3
                  }]
                },
                {
                  "text": "2003",
                  "children": [{
                      "text": "Norovirus",
                      "value": 8
                    },
                    {
                      "text": "Salmonella",
                      "value": 1
                    },
                    {
                      "text": "Clostridium",
                      "value": 1
                    }
                  ]
                },
                {
                  "text": "2004",
                  "children": [{
                      "text": "Norovirus",
                      "value": 10
                    },
                    {
                      "text": "Other",
                      "value": 1
                    },
                    {
                      "text": "Salmonella",
                      "value": 1
                    },
                    {
                      "text": "Undeclared",
                      "value": 2
                    },
                    {
                      "text": "Clostridium",
                      "value": 1
                    },
                    {
                      "text": "Vibrio",
                      "value": 1
                    }
                  ]
                },
                {
                  "text": "2005",
                  "children": [
    
                  ]
                },
                {
                  "text": "2006",
                  "children": [{
                      "text": "Salmonella",
                      "value": 1
                    },
                    {
                      "text": "Clostridium",
                      "value": 1
                    }
                  ]
                },
                {
                  "text": "2007",
                  "children": [
    
                  ]
                },
                {
                  "text": "2008",
                  "children": [{
                      "text": "Histamine",
                      "value": 1
                    },
                    {
                      "text": "Norovirus",
                      "value": 3
                    },
                    {
                      "text": "Undeclared",
                      "value": 1
                    },
                    {
                      "text": "Salmonella",
                      "value": 1
                    }
                  ]
                },
                {
                  "text": "2009",
                  "children": [{
                      "text": "Norovirus",
                      "value": 2
                    },
                    {
                      "text": "Clostridium",
                      "value": 1
                    },
                    {
                      "text": "Salmonella",
                      "value": 1
                    }
                  ]
                },
                {
                  "text": "2010",
                  "children": [{
                    "text": "Norovirus",
                    "value": 1
                  }]
                },
                {
                  "text": "2011",
                  "children": [{
                      "text": "Norovirus",
                      "value": 2
                    },
                    {
                      "text": "Clostridium",
                      "value": 1
                    }
                  ]
                },
                {
                  "text": "2012",
                  "children": [{
                      "text": "Norovirus",
                      "value": 1
                    },
                    {
                      "text": "Salmonella",
                      "value": 1
                    }
                  ]
                }
              ]
            },
            {
              "text": "Delaware",
              "children": [{
                  "text": "1998",
                  "children": [
    
                  ]
                },
                {
                  "text": "1999",
                  "children": [
    
                  ]
                },
                {
                  "text": "2000",
                  "children": [
    
                  ]
                },
                {
                  "text": "2001",
                  "children": [
    
                  ]
                },
                {
                  "text": "2002",
                  "children": [{
                    "text": "Salmonella",
                    "value": 1
                  }]
                },
                {
                  "text": "2003",
                  "children": [{
                      "text": "Norovirus",
                      "value": 1
                    },
                    {
                      "text": "Undeclared",
                      "value": 2
                    }
                  ]
                },
                {
                  "text": "2004",
                  "children": [{
                    "text": "Undeclared",
                    "value": 2
                  }]
                },
                {
                  "text": "2005",
                  "children": [{
                    "text": "Norovirus",
                    "value": 1
                  }]
                },
                {
                  "text": "2006",
                  "children": [{
                    "text": "Undeclared",
                    "value": 1
                  }]
                },
                {
                  "text": "2007",
                  "children": [{
                    "text": "Salmonella",
                    "value": 1
                  }]
                },
                {
                  "text": "2008",
                  "children": [{
                      "text": "Norovirus",
                      "value": 1
                    },
                    {
                      "text": "Undeclared",
                      "value": 1
                    }
                  ]
                },
                {
                  "text": "2009",
                  "children": [
    
                  ]
                },
                {
                  "text": "2010",
                  "children": [
    
                  ]
                },
                {
                  "text": "2011",
                  "children": [
    
                  ]
                },
                {
                  "text": "2012",
                  "children": [{
                    "text": "Norovirus",
                    "value": 1
                  }]
                }
              ]
            },
            {
              "text": "Puerto Rico",
              "children": [{
                  "text": "1998",
                  "children": [
    
                  ]
                },
                {
                  "text": "1999",
                  "children": [
    
                  ]
                },
                {
                  "text": "2000",
                  "children": [
    
                  ]
                },
                {
                  "text": "2001",
                  "children": [
    
                  ]
                },
                {
                  "text": "2002",
                  "children": [
    
                  ]
                },
                {
                  "text": "2003",
                  "children": [
    
                  ]
                },
                {
                  "text": "2004",
                  "children": [
    
                  ]
                },
                {
                  "text": "2005",
                  "children": [
    
                  ]
                },
                {
                  "text": "2006",
                  "children": [
    
                  ]
                },
                {
                  "text": "2007",
                  "children": [{
                      "text": "Staphylococcus",
                      "value": 1
                    },
                    {
                      "text": "Undeclared",
                      "value": 10
                    }
                  ]
                },
                {
                  "text": "2008",
                  "children": [{
                      "text": "Undeclared",
                      "value": 9
                    },
                    {
                      "text": "Vibrio",
                      "value": 1
                    },
                    {
                      "text": "Salmonella",
                      "value": 3
                    },
                    {
                      "text": "Ciguatoxin",
                      "value": 1
                    },
                    {
                      "text": "Bacillus",
                      "value": 1
                    }
                  ]
                },
                {
                  "text": "2009",
                  "children": [{
                      "text": "Undeclared",
                      "value": 2
                    },
                    {
                      "text": "Staphylococcus",
                      "value": 1
                    }
                  ]
                },
                {
                  "text": "2010",
                  "children": [{
                    "text": "Undeclared",
                    "value": 4
                  }]
                },
                {
                  "text": "2011",
                  "children": [{
                      "text": "Undeclared",
                      "value": 5
                    },
                    {
                      "text": "Ciguatoxin",
                      "value": 4
                    }
                  ]
                },
                {
                  "text": "2012",
                  "children": [{
                      "text": "Histamine",
                      "value": 1
                    },
                    {
                      "text": "Undeclared",
                      "value": 6
                    },
                    {
                      "text": "Ciguatoxin",
                      "value": 5
                    },
                    {
                      "text": "Staphylococcus",
                      "value": 2
                    }
                  ]
                }
              ]
            }
          ]
        }]
      };
    
      // render chart
      zingchart.render({
        id: 'myChart',
        data: chartConfig
      });
    });