{"id":15293,"date":"2016-01-05T17:36:49","date_gmt":"2016-01-05T12:06:49","guid":{"rendered":"http:\/\/blog.fusioncharts.com\/?p=15293"},"modified":"2024-07-23T17:13:34","modified_gmt":"2024-07-23T11:43:34","slug":"3-new-chart-types-with-fusioncharts-3-10-0","status":"publish","type":"post","link":"\/blog\/3-new-chart-types-with-fusioncharts-3-10-0\/","title":{"rendered":"Bringing in 2016 with 3 new chart types and much more&#8230;"},"content":{"rendered":"<p><span style=\"font-weight: 400\">It is the new year and we at FusionCharts are super-excited! Not just because it is time for new beginnings and new resolutions, but also because FusionCharts Suite XT v3.10 is now out!<\/span><\/p>\n<p><span style=\"font-weight: 400\">It\u2019s been a while since we introduced a new chart. So this time around, we thought why not surprise you and bring in three new charts, highly requested by customers, that aid in visualizing newer and bigger forms of data. \u00a0<\/span><\/p>\n<p><span style=\"font-weight: 400\">Read on to know what\u2019s new!<\/span><\/p>\n<div id=\"ez-toc-container\" class=\"ez-toc-v2_0_71 counter-hierarchy ez-toc-counter ez-toc-grey ez-toc-container-direction\">\n<div class=\"ez-toc-title-container\"><p class=\"ez-toc-title\" style=\"cursor:inherit\">Table of Contents<\/p>\n<\/div><nav><ul class='ez-toc-list ez-toc-list-level-1 ' ><li class='ez-toc-page-1 ez-toc-heading-level-2'><a class=\"ez-toc-link ez-toc-heading-1\" href=\"\/blog\/3-new-chart-types-with-fusioncharts-3-10-0\/#The_Treemap_Chart\" title=\"The Treemap Chart\">The Treemap Chart<\/a><ul class='ez-toc-list-level-3' ><li class='ez-toc-heading-level-3'><a class=\"ez-toc-link ez-toc-heading-2\" href=\"\/blog\/3-new-chart-types-with-fusioncharts-3-10-0\/#Applications_of_a_Treemap_Chart\" title=\"Applications of a Treemap Chart\">Applications of a Treemap Chart<\/a><\/li><\/ul><\/li><li class='ez-toc-page-1 ez-toc-heading-level-2'><a class=\"ez-toc-link ez-toc-heading-3\" href=\"\/blog\/3-new-chart-types-with-fusioncharts-3-10-0\/#The_Zoom_Scatter_Chart\" title=\"The Zoom Scatter Chart\">The Zoom Scatter Chart<\/a><\/li><li class='ez-toc-page-1 ez-toc-heading-level-2'><a class=\"ez-toc-link ez-toc-heading-4\" href=\"\/blog\/3-new-chart-types-with-fusioncharts-3-10-0\/#The_Zoom-line_Dual_Y-Axis_Chart\" title=\"The Zoom-line Dual Y-Axis Chart\">The Zoom-line Dual Y-Axis Chart<\/a><\/li><\/ul><\/nav><\/div>\n<h2><span class=\"ez-toc-section\" id=\"The_Treemap_Chart\"><\/span>The Treemap Chart<span class=\"ez-toc-section-end\"><\/span><\/h2>\n<p><span style=\"font-weight: 400\">The treemap chart is modeled on the <\/span><a href=\"https:\/\/en.wikipedia.org\/wiki\/Tree_(data_structure)\"><span style=\"font-weight: 400\">tree data structure<\/span><\/a><span style=\"font-weight: 400\"> and is used to plot hierarchical information. It is created using 2D nested rectangles, which represent the nodes and leaves of the information tree and can be compared to gain insights from the information rendered on the chart.<\/span><\/p>\n<p>Take a look at the live sample of a treemap chart below:<\/p>\n<div id='fc_div1'><\/div>\n<p><script type='text\/javascript' src='https:\/\/blog.fusioncharts.com\/wp-content\/plugins\/fc-wp\/assets\/fc-assets\/fusioncharts.js'><\/script><br \/>\n        <script type=\"text\/javascript\">\n            FusionCharts.ready(function () {\n                new FusionCharts({\"id\":\"chart1\",\"width\":\"100%\",\"height\":\"400\",\"renderAt\":\"fc_div1\",\"type\":\"treemap\",\"dataFormat\":\"json\",\"dataSource\":{ \"chart\": { \"animation\": \"0\", \"hideTitle\": \"1\", \"plotToolText\": \"$label Sale: $$valueGrowth: $svalue%\", \"spacex\": \"0\", \"spacey\": \"0\", \"horizontalPadding\": \"1\", \"verticalPadding\": \"1\", \"hoveronallsiblingleaves\": \"1\", \"plotborderthickness\": \".5\", \"plotbordercolor\": \"666666\", \"legendpadding\": \"0\", \"legendItemFontSize\": \"10\", \"legendItemFontBold\": \"1\", \"showLegend\": \"1\", \"legendPointerWidth\": \"8\", \"legenditemfontcolor\": \"3d5c5c\", \"algorithm\": \"squarified\", \"caption\": \"Harry's SuperMart: Sales Team Performance Analysis\", \"legendScaleLineThickness\": \"0\", \"legendCaptionFontSize\": \"10\", \"subcaption\": \"Year Till Date\", \"legendCaption\": \"Growth in sales - Compared to previous year\", \"theme\": \"fint\" }, \"data\": [{ \"label\": \"USA\", \"fillcolor\": \"8c8c8c\", \"value\": \"8635000\", \"data\": [{ \"label\": \"Northern Region\", \"value\": \"4140000\", \"data\": [{ \"label\": \"Carol Francis\", \"value\": \"84000\", \"sValue\": \"15\" }, { \"label\": \"Otis Newman\", \"value\": \"60000\", \"sValue\": \"10\" }, { \"label\": \"Darlene Alvarez\", \"value\": \"50000\", \"sValue\": \"11\" }, { \"label\": \"Lucas Cannon\", \"value\": \"58000\", \"sValue\": \"5\" }, { \"label\": \"Rosalie Huff\", \"value\": \"36000\", \"sValue\": \"-5\" }, { \"label\": \"Jerome Vargas\", \"value\": \"72000\", \"sValue\": \"14\" }, { \"label\": \"Becky Barton\", \"value\": \"18000\", \"sValue\": \"-10\" }, { \"label\": \"Ben Rios\", \"value\": \"14000\", \"sValue\": \"-5\" }, { \"label\": \"Donnie Patton\", \"value\": \"37000\", \"sValue\": \"2\" }, { \"label\": \"Dana Freeman\", \"value\": \"41000\", \"sValue\": \"5\" }, { \"label\": \"Darren Barrett\", \"value\": \"54000\", \"sValue\": \"7\" }, { \"label\": \"Steve Vaughn\", \"value\": \"35000\", \"sValue\": \"12\" }, { \"label\": \"Roosevelt Rhodes\", \"value\": \"48000\", \"sValue\": \"15\" }, { \"label\": \"Moses Sparks\", \"value\": \"38000\", \"sValue\": \"-4\" }, { \"label\": \"Hope Cox\", \"value\": \"32000\", \"sValue\": \"-10\" }, { \"label\": \"Hector Lowe\", \"value\": \"66000\", \"sValue\": \"15\" }, { \"label\": \"Lori Christensen\", \"value\": \"47000\", \"sValue\": \"10\" }, { \"label\": \"Roman Aguilar\", \"value\": \"14000\", \"sValue\": \"-15\" }, { \"label\": \"Brittany Chandler\", \"value\": \"21000\", \"sValue\": \"-12\" }, { \"label\": \"Tiffaney Battle\", \"value\": \"60000\", \"sValue\": \"10\" }, { \"label\": \"Elin Stamps\", \"value\": \"54000\", \"sValue\": \"5\" }, { \"label\": \"Donnetta Coley\", \"value\": \"59000\", \"sValue\": \"+14\" }, { \"label\": \"Emmaline Halcomb\", \"value\": \"34000\", \"sValue\": \"-5\" }, { \"label\": \"Natosha Hammett\", \"value\": \"39000\", \"sValue\": \"-7\" }, { \"label\": \"Kimi Stegall\", \"value\": \"15000\", \"sValue\": \"-19\" }, { \"label\": \"Norberto Kirk\", \"value\": \"46000\", \"sValue\": \"2\" }, { \"label\": \"Noma Martindale\", \"value\": \"52000\", \"sValue\": \"12\" }, { \"label\": \"Coreen Numbers\", \"value\": \"30000\", \"sValue\": \"-1\" }, { \"label\": \"Chas Irvin\", \"value\": \"26000\", \"sValue\": \"-17\" }, { \"label\": \"Carlo Tobin\", \"value\": \"31000\", \"sValue\": \"-14\" }, { \"label\": \"Ayanna Mclain\", \"value\": \"29000\", \"sValue\": \"-5\" }, { \"label\": \"Rolland Turney\", \"value\": \"42000\", \"sValue\": \"+5\" }, { \"label\": \"Ona Roden\", \"value\": \"64000\", \"sValue\": \"+20\" }, { \"label\": \"Drew Clarkson\", \"value\": \"24000\", \"sValue\": \"-20\" }, { \"label\": \"Samuel Adler\", \"value\": \"29000\", \"sValue\": \"-15\" }, { \"label\": \"Adrian Steen\", \"value\": \"51000\", \"sValue\": \"2\" }, { \"label\": \"Xiao Batson\", \"value\": \"35000\", \"sValue\": \"-2\" }, { \"label\": \"Britney Hammonds\", \"value\": \"45000\", \"sValue\": \"3\" }, { \"label\": \"Roslyn Wilhelm\", \"value\": \"28000\", \"sValue\": \"-5\" }, { \"label\": \"Alva Puente\", \"value\": \"26000\", \"sValue\": \"-8\" }, { \"label\": \"Daina Horvath\", \"value\": \"49000\", \"sValue\": \"9\" }, { \"label\": \"Louie Chaney\", \"value\": \"54000\", \"sValue\": \"15\" }, { \"label\": \"Olympia Mcmullen\", \"value\": \"71000\", \"sValue\": \"14\" }, { \"label\": \"Nichol Leclair\", \"value\": \"38000\", \"sValue\": \"-10\" }, { \"label\": \"Marylou Messenger\", \"value\": \"41000\", \"sValue\": \"5\" }, { \"label\": \"Christoper Crowley\", \"value\": \"34000\", \"sValue\": \"-4\" }, { \"label\": \"Neville Venable\", \"value\": \"37000\", \"sValue\": \"-10\" }, { \"label\": \"Brock Rowell\", \"value\": \"35000\", \"sValue\": \"-4\" }, { \"label\": \"Gisele Pelletier\", \"value\": \"32000\", \"sValue\": \"-5\" }, { \"label\": \"Thelma Caldwell\", \"value\": \"35000\", \"sValue\": \"5\" }, { \"label\": \"Shyla Plunkett\", \"value\": \"84000\", \"sValue\": \"15\" }, { \"label\": \"Joie Dickson\", \"value\": \"60000\", \"sValue\": \"10\" }, { \"label\": \"Shana Nabors\", \"value\": \"50000\", \"sValue\": \"11\" }, { \"label\": \"Catina Burris\", \"value\": \"58000\", \"sValue\": \"5\" }, { \"label\": \"Man Spearman\", \"value\": \"36000\", \"sValue\": \"-5\" }, { \"label\": \"Shaunna Hamby\", \"value\": \"72000\", \"sValue\": \"14\" }, { \"label\": \"Stormy Read\", \"value\": \"18000\", \"sValue\": \"-10\" }, { \"label\": \"Wen Coe\", \"value\": \"14000\", \"sValue\": \"-5\" }, { \"label\": \"Elizebeth Poston\", \"value\": \"37000\", \"sValue\": \"2\" }, { \"label\": \"Breanna Stringer\", \"value\": \"41000\", \"sValue\": \"5\" }, { \"label\": \"Allyn Holly\", \"value\": \"54000\", \"sValue\": \"7\" }, { \"label\": \"Lera Gaylord\", \"value\": \"35000\", \"sValue\": \"12\" }, { \"label\": \"Lashunda Dowd\", \"value\": \"48000\", \"sValue\": \"15\" }, { \"label\": \"Kiesha Tyner\", \"value\": \"38000\", \"sValue\": \"-4\" }, { \"label\": \"Lamont Allman\", \"value\": \"32000\", \"sValue\": \"-10\" }, { \"label\": \"Sun Switzer\", \"value\": \"66000\", \"sValue\": \"15\" }, { \"label\": \"Dorene Small\", \"value\": \"47000\", \"sValue\": \"10\" }, { \"label\": \"Cherlyn Bozeman\", \"value\": \"14000\", \"sValue\": \"-15\" }, { \"label\": \"Stephani Contreras\", \"value\": \"21000\", \"sValue\": \"-12\" }, { \"label\": \"Bebe Holcomb\", \"value\": \"60000\", \"sValue\": \"10\" }, { \"label\": \"Shenika Barham\", \"value\": \"54000\", \"sValue\": \"5\" }, { \"label\": \"Troy Hobbs\", \"value\": \"59000\", \"sValue\": \"+14\" }, { \"label\": \"Thomas Tom\", \"value\": \"34000\", \"sValue\": \"-5\" }, { \"label\": \"Sunshine Libby\", \"value\": \"39000\", \"sValue\": \"-7\" }, { \"label\": \"Tambra Patten\", \"value\": \"15000\", \"sValue\": \"-19\" }, { \"label\": \"Marlyn Cato\", \"value\": \"46000\", \"sValue\": \"2\" }, { \"label\": \"Jeanelle Ham\", \"value\": \"52000\", \"sValue\": \"12\" }, { \"label\": \"Armanda Kimble\", \"value\": \"30000\", \"sValue\": \"-1\" }, { \"label\": \"Danna Fitzpatrick\", \"value\": \"26000\", \"sValue\": \"-17\" }, { \"label\": \"Elmira Nagle\", \"value\": \"31000\", \"sValue\": \"-14\" }, { \"label\": \"Bella Marx\", \"value\": \"29000\", \"sValue\": \"-5\" }, { \"label\": \"Vania Meeks\", \"value\": \"42000\", \"sValue\": \"+5\" }, { \"label\": \"Florencio Heffner\", \"value\": \"64000\", \"sValue\": \"+20\" }, { \"label\": \"Amie Peoples\", \"value\": \"24000\", \"sValue\": \"-20\" }, { \"label\": \"Chrystal Downs\", \"value\": \"29000\", \"sValue\": \"-15\" }, { \"label\": \"Glennis Chisholm\", \"value\": \"51000\", \"sValue\": \"2\" }, { \"label\": \"Sydney Castaneda\", \"value\": \"35000\", \"sValue\": \"-2\" }, { \"label\": \"Gregory Drummond\", \"value\": \"45000\", \"sValue\": \"3\" }, { \"label\": \"Birdie Neely\", \"value\": \"28000\", \"sValue\": \"-5\" }, { \"label\": \"Ciera Mcafee\", \"value\": \"26000\", \"sValue\": \"-8\" }, { \"label\": \"Martin Larose\", \"value\": \"49000\", \"sValue\": \"9\" }, { \"label\": \"Bobette Dutton\", \"value\": \"54000\", \"sValue\": \"15\" }, { \"label\": \"Numbers Yarbrough\", \"value\": \"71000\", \"sValue\": \"14\" }, { \"label\": \"Sanjuanita Croteau\", \"value\": \"38000\", \"sValue\": \"-10\" }, { \"label\": \"Alysha Aguirre\", \"value\": \"41000\", \"sValue\": \"5\" }, { \"label\": \"Beau Welker\", \"value\": \"34000\", \"sValue\": \"-4\" }, { \"label\": \"Yuri Brannon\", \"value\": \"37000\", \"sValue\": \"-10\" }, { \"label\": \"Breana Marion\", \"value\": \"35000\", \"sValue\": \"-4\" }, { \"label\": \"Bernardina Fennell\", \"value\": \"32000\", \"sValue\": \"-5\" }, { \"label\": \"Bridgette Gould\", \"value\": \"35000\", \"sValue\": \"5\" }] }, { \"label\": \"Eastern Region\", \"value\": \"1110000\", \"data\": [{ \"label\": \"Lee Miles\", \"value\": \"18000\", \"sValue\": \"-5\" }, { \"label\": \"Eduardo Day\", \"value\": \"21000\", \"sValue\": \"5\" }, { \"label\": \"Darrell Schultz\", \"value\": \"29500\", \"sValue\": \"10\" }, { \"label\": \"Troy Patrick\", \"value\": \"25500\", \"sValue\": \"12\" }, { \"label\": \"Kerry Smith\", \"value\": \"30000\", \"sValue\": \"15\" }, { \"label\": \"Franklin Walker\", \"value\": \"18500\", \"sValue\": \"-5\" }, { \"label\": \"Toby Brady\", \"value\": \"28500\", \"sValue\": \"-2\" }, { \"label\": \"Kenneth Wilkerson\", \"value\": \"25000\", \"sValue\": \"5\" }, { \"label\": \"Ralph Goodman\", \"value\": \"36000\", \"sValue\": \"10\" }, { \"label\": \"Lela Glover\", \"value\": \"15500\", \"sValue\": \"-14\" }, { \"label\": \"Warren Gordon\", \"value\": \"25500\", \"sValue\": \"-10\" }, { \"label\": \"Gladys Ruiz\", \"value\": \"33000\", \"sValue\": \"15\" }, { \"label\": \"Mabel Norris\", \"value\": \"14000\", \"sValue\": \"-5\" }, { \"label\": \"Darrel Rodgers\", \"value\": \"17500\", \"sValue\": \"-15\" }, { \"label\": \"Barry Larson\", \"value\": \"20000\", \"sValue\": \"2\" }, { \"label\": \"Alma Houston\", \"value\": \"31000\", \"sValue\": \"-3\" }, { \"label\": \"Rochelle Burke\", \"value\": \"12500\", \"sValue\": \"5\" }, { \"label\": \"Orville Garza\", \"value\": \"34500\", \"sValue\": \"-7\" }, { \"label\": \"Rex Nichols\", \"value\": \"14500\", \"sValue\": \"-10\" }, { \"label\": \"Jenna Burton\", \"value\": \"18500\", \"sValue\": \"8\" }, { \"label\": \"Jordan Little\", \"value\": \"21000\", \"sValue\": \"3\" }, { \"label\": \"Rodolfo Dawson\", \"value\": \"28500\", \"sValue\": \"10\" }, { \"label\": \"Darryl Bowen\", \"value\": \"15500\", \"sValue\": \"-10\" }, { \"label\": \"Marsha Foster\", \"value\": \"12500\", \"sValue\": \"-18\" }, { \"label\": \"Sandra Curtis\", \"value\": \"32000\", \"sValue\": \"19\" }, { \"label\": \"Alexis Robinson\", \"value\": \"19500\", \"sValue\": \"-4\" }, { \"label\": \"Courtney Stokes\", \"value\": \"27500\", \"sValue\": \"10\" }, { \"label\": \"Kelli Miller\", \"value\": \"34500\", \"sValue\": \"14\" }, { \"label\": \"Cathy Davis\", \"value\": \"14500\", \"sValue\": \"-16\" }, { \"label\": \"Gaynell Mcafee\", \"value\": \"14000\", \"sValue\": \"-5\" }, { \"label\": \"Trinidad Iverson\", \"value\": \"24500\", \"sValue\": \"5\" }, { \"label\": \"Anjelica Kilpatrick\", \"value\": \"27000\", \"sValue\": \"15\" }, { \"label\": \"Cheryle Hearn\", \"value\": \"17500\", \"sValue\": \"-10\" }, { \"label\": \"Rosamond Gass\", \"value\": \"21000\", \"sValue\": \"5\" }, { \"label\": \"Katharine Perrin\", \"value\": \"12500\", \"sValue\": \"-20\" }, { \"label\": \"Heide Matteson\", \"value\": \"32000\", \"sValue\": \"20\" }, { \"label\": \"Amparo Fortin\", \"value\": \"25500\", \"sValue\": \"10\" }, { \"label\": \"Charlena Bills\", \"value\": \"19500\", \"sValue\": \"-2\" }, { \"label\": \"Ronna Irizarry\", \"value\": \"30000\", \"sValue\": \"15\" }, { \"label\": \"Fidelia Hummel\", \"value\": \"28000\", \"sValue\": \"5\" }, { \"label\": \"Darlena Maher\", \"value\": \"14500\", \"sValue\": \"-7\" }, { \"label\": \"Isa Browning\", \"value\": \"17000\", \"sValue\": \"-10\" }, { \"label\": \"Dalene Baron\", \"value\": \"22500\", \"sValue\": \"10\" }, { \"label\": \"Ghislaine Loy\", \"value\": \"12000\", \"sValue\": \"-18\" }, { \"label\": \"Alexander Eldridge\", \"value\": \"18500\", \"sValue\": \"-2\" }, { \"label\": \"Brett Clemmons\", \"value\": \"13000\", \"sValue\": \"-15\" }, { \"label\": \"Mellie Hackney\", \"value\": \"13000\", \"sValue\": \"-18\" }, { \"label\": \"Gerry Felder\", \"value\": \"35500\", \"sValue\": \"15\" }, { \"label\": \"Librada Creighton\", \"value\": \"17500\", \"sValue\": \"-7\" }, { \"label\": \"Florence Pierce\", \"value\": \"21000\", \"sValue\": \"5\" }] }, { \"label\": \"Southern Region\", \"value\": \"1555000\", \"data\": [{ \"label\": \"Derek Sandoval\", \"value\": \"12000\", \"sValue\": \"-15\" }, { \"label\": \"Bertha Bishop\", \"value\": \"55000\", \"sValue\": \"10\" }, { \"label\": \"Dominick Price\", \"value\": \"24500\", \"sValue\": \"10\" }, { \"label\": \"Sylvia Rodriquez\", \"value\": \"15000\", \"sValue\": \"-2\" }, { \"label\": \"Leland Jennings\", \"value\": \"63000\", \"sValue\": \"-5\" }, { \"label\": \"Dean Collins\", \"value\": \"56000\", \"sValue\": \"3\" }, { \"label\": \"Jamie Cohen\", \"value\": \"19500\", \"sValue\": \"4\" }, { \"label\": \"Elias Hammond\", \"value\": \"29500\", \"sValue\": \"12\" }, { \"label\": \"Kristy Stone\", \"value\": \"24500\", \"sValue\": \"5\" }, { \"label\": \"Jeanette Wood\", \"value\": \"17500\", \"sValue\": \"-10\" }, { \"label\": \"Salvador Colon\", \"value\": \"75000\", \"sValue\": \"18\" }, { \"label\": \"Victor Ferguson\", \"value\": \"60000\", \"sValue\": \"10\" }, { \"label\": \"Marion Hernandez\", \"value\": \"14500\", \"sValue\": \"-18\" }, { \"label\": \"Javier Erickson\", \"value\": \"18000\", \"sValue\": \"-19\" }, { \"label\": \"Stephanie Matthews\", \"value\": \"16500\", \"sValue\": \"5\" }, { \"label\": \"Deanna Russell\", \"value\": \"25500\", \"sValue\": \"1\" }, { \"label\": \"Nettie Holt\", \"value\": \"32500\", \"sValue\": \"-10\" }, { \"label\": \"Lynne Mack\", \"value\": \"50000\", \"sValue\": \"8\" }, { \"label\": \"Carrie Stevens\", \"value\": \"47000\", \"sValue\": \"14\" }, { \"label\": \"Janyce Hildebrand\", \"value\": \"29000\", \"sValue\": \"-5\" }, { \"label\": \"Emery Underhill\", \"value\": \"67000\", \"sValue\": \"20\" }, { \"label\": \"Priscila Coy\", \"value\": \"72000\", \"sValue\": \"15\" }, { \"label\": \"Dede Moffett\", \"value\": \"12500\", \"sValue\": \"-15\" }, { \"label\": \"Sydney Merchant\", \"value\": \"65500\", \"sValue\": \"10\" }, { \"label\": \"Daryl Farrar\", \"value\": \"65000\", \"sValue\": \"5\" }, { \"label\": \"Nella Nickerson\", \"value\": \"27000\", \"sValue\": \"14\" }, { \"label\": \"Octavia Mccorkle\", \"value\": \"17500\", \"sValue\": \"-2\" }, { \"label\": \"Lynsey Boren\", \"value\": \"22500\", \"sValue\": \"5\" }, { \"label\": \"Argentina Ireland\", \"value\": \"15500\", \"sValue\": \"-8\" }, { \"label\": \"Tonda Ricks\", \"value\": \"14500\", \"sValue\": \"-10\" }, { \"label\": \"Shira Laporte\", \"value\": \"25500\", \"sValue\": \"-5\" }, { \"label\": \"Reuben Upshaw\", \"value\": \"12000\", \"sValue\": \"-15\" }, { \"label\": \"Angelia Mcalister\", \"value\": \"23500\", \"sValue\": \"15\" }, { \"label\": \"Ludivina Teel\", \"value\": \"19000\", \"sValue\": \"-10\" }, { \"label\": \"Darcel Scarbrough\", \"value\": \"13000\", \"sValue\": \"-20\" }, { \"label\": \"Chantelle Carl\", \"value\": \"14000\", \"sValue\": \"2\" }, { \"label\": \"Young Chestnut\", \"value\": \"14500\", \"sValue\": \"-7\" }, { \"label\": \"Janetta Gilman\", \"value\": \"17000\", \"sValue\": \"-8\" }, { \"label\": \"Otto Pfeifer\", \"value\": \"29500\", \"sValue\": \"10\" }, { \"label\": \"Queen Trudeau\", \"value\": \"70000\", \"sValue\": \"15\" }, { \"label\": \"Candie Vang\", \"value\": \"17000\", \"sValue\": \"-12\" }, { \"label\": \"Tia Burgos\", \"value\": \"21000\", \"sValue\": \"12\" }, { \"label\": \"Teresita Sprague\", \"value\": \"46500\", \"sValue\": \"18\" }, { \"label\": \"Tomoko Shull\", \"value\": \"17000\", \"sValue\": \"-4\" }, { \"label\": \"Yahaira Snider\", \"value\": \"24500\", \"sValue\": \"8\" }, { \"label\": \"Zina Espinoza\", \"value\": \"51000\", \"sValue\": \"5\" }, { \"label\": \"Jamal Crespo\", \"value\": \"12000\", \"sValue\": \"-20\" }, { \"label\": \"Ariel Jorgensen\", \"value\": \"16000\", \"sValue\": \"5\" }, { \"label\": \"Fredda Tuttle\", \"value\": \"14000\", \"sValue\": \"-10\" }, { \"label\": \"Gerardo Carter\", \"value\": \"34500\", \"sValue\": \"-16\" }] }, { \"label\": \"Western Region\", \"value\": \"1830000\", \"data\": [{ \"label\": \"Sadie Wells\", \"value\": \"30000\", \"sValue\": \"-10\" }, { \"label\": \"Jacqueline Griffith\", \"value\": \"45000\", \"sValue\": \"2\" }, { \"label\": \"Malcolm Lee\", \"value\": \"55000\", \"sValue\": \"18\" }, { \"label\": \"Martin Hudson\", \"value\": \"59000\", \"sValue\": \"-15\" }, { \"label\": \"Carlos Hart\", \"value\": \"64000\", \"sValue\": \"18\" }, { \"label\": \"Alison Luna\", \"value\": \"35000\", \"sValue\": \"-20\" }, { \"label\": \"Pablo Paul\", \"value\": \"72000\", \"sValue\": \"20\" }, { \"label\": \"Arlene Fox\", \"value\": \"33000\", \"sValue\": \"-15\" }, { \"label\": \"Lillian Young\", \"value\": \"39000\", \"sValue\": \"-5\" }, { \"label\": \"Annie Ford\", \"value\": \"66000\", \"sValue\": \"10\" }, { \"label\": \"Manuel Delgado\", \"value\": \"46000\", \"sValue\": \"-5\" }, { \"label\": \"Arthur Pope\", \"value\": \"28000\", \"sValue\": \"-15\" }, { \"label\": \"Antonia Marshall\", \"value\": \"24000\", \"sValue\": \"-17\" }, { \"label\": \"Glen Alexander\", \"value\": \"29000\", \"sValue\": \"15\" }, { \"label\": \"Myrtle Bass\", \"value\": \"40000\", \"sValue\": \"10\" }, { \"label\": \"Garry Palmer\", \"value\": \"27000\", \"sValue\": \"-18\" }, { \"label\": \"Dianne Blair\", \"value\": \"35000\", \"sValue\": \"-1\" }, { \"label\": \"Melba Page\", \"value\": \"36000\", \"sValue\": \"5\" }, { \"label\": \"Darla Nelson\", \"value\": \"60000\", \"sValue\": \"14\" }, { \"label\": \"Winston Brewer\", \"value\": \"43000\", \"sValue\": \"17\" }, { \"label\": \"Drew Osborne\", \"value\": \"21000\", \"sValue\": \"-12\" }, { \"label\": \"Jesus Sullivan\", \"value\": \"46000\", \"sValue\": \"18\" }, { \"label\": \"Jeremiah Flowers\", \"value\": \"15000\", \"sValue\": \"-20\" }, { \"label\": \"Suzanne Richardson\", \"value\": \"24000\", \"sValue\": \"-15\" }, { \"label\": \"Nicholas Mathis\", \"value\": \"71000\", \"sValue\": \"20\" }, { \"label\": \"Della King\", \"value\": \"28000\", \"sValue\": \"-10\" }, { \"label\": \"Beth Boone\", \"value\": \"40000\", \"sValue\": \"15\" }, { \"label\": \"Ruben Powell\", \"value\": \"35000\", \"sValue\": \"6\" }, { \"label\": \"Marlon Harrington\", \"value\": \"14000\", \"sValue\": \"-7\" }, { \"label\": \"Sharice Kang\", \"value\": \"25000\", \"sValue\": \"-20\" }, { \"label\": \"Lizette Stout\", \"value\": \"55000\", \"sValue\": \"15\" }, { \"label\": \"Jimmy Cho\", \"value\": \"41000\", \"sValue\": \"10\" }, { \"label\": \"Weston Alcorn\", \"value\": \"21000\", \"sValue\": \"-5\" }, { \"label\": \"Omer Whitfield\", \"value\": \"18000\", \"sValue\": \"-10\" }, { \"label\": \"Delora Downs\", \"value\": \"35000\", \"sValue\": \"2\" }, { \"label\": \"Rea Booker\", \"value\": \"22000\", \"sValue\": \"12\" }, { \"label\": \"Jon Blue\", \"value\": \"73000\", \"sValue\": \"20\" }, { \"label\": \"Haley Cameron\", \"value\": \"17000\", \"sValue\": \"-15\" }, { \"label\": \"Jani Fortune\", \"value\": \"23000\", \"sValue\": \"-15\" }, { \"label\": \"Theressa Talbot\", \"value\": \"26000\", \"sValue\": \"8\" }, { \"label\": \"Tashia Crane\", \"value\": \"38000\", \"sValue\": \"-2\" }, { \"label\": \"Latonya Grey\", \"value\": \"19000\", \"sValue\": \"-20\" }, { \"label\": \"Lyndsey Song\", \"value\": \"40000\", \"sValue\": \"15\" }, { \"label\": \"Lan Bean\", \"value\": \"48000\", \"sValue\": \"5\" }, { \"label\": \"Ethelene Haas\", \"value\": \"52000\", \"sValue\": \"10\" }, { \"label\": \"Lauran Dunaway\", \"value\": \"29000\", \"sValue\": \"8\" }, { \"label\": \"Williams Hodge\", \"value\": \"14000\", \"sValue\": \"-18\" }, { \"label\": \"Elwanda Archuleta\", \"value\": \"24000\", \"sValue\": \"-5\" }, { \"label\": \"Florida Andersen\", \"value\": \"30000\", \"sValue\": \"5\" }, { \"label\": \"Scott Perry\", \"value\": \"20000\", \"sValue\": \"2\" }] }] }], \"colorrange\": { \"mapbypercent\": \"1\", \"gradient\": \"1\", \"minvalue\": \"-25\", \"code\": \"e24b1a\", \"startlabel\": \"Decline\", \"endlabel\": \"Rise\", \"color\": [{ \"code\": \"ffffff\", \"maxvalue\": \"0\", \"label\": \"Static\" }, { \"code\": \"6da81e\", \"maxvalue\": \"25\", \"label\": \"AVERAGE\" }] } }});\n            });\n        <\/script><\/p>\n<p>        <script type=\"text\/javascript\">\n            FusionCharts.ready(function () {\n                FusionCharts(\"chart1\").render();\n            });\n        <\/script><\/p>\n<p><span style=\"font-weight: 400\">This treemap chart compares the sales team&#8217;s performance in the present year with their performance in the previous year. The employees are categorized region-wise.<\/span><br \/>\n<span style=\"font-weight: 400\">Drilling down and up the nodes is the mode of traversal through the treemap chart. To drill-down to a leaf node, you can directly click that node. For example, when any rectangle (node) in the <b>Northern Region<\/b> is clicked, the chart drills down to the following view:<\/span><\/p>\n<p><a href=\"https:\/\/blog.fusioncharts.com\/wp-content\/uploads\/2016\/01\/drilldown1.jpg\"><img loading=\"lazy\" class=\"aligncenter size-full wp-image-15341\" src=\"https:\/\/blog.fusioncharts.com\/wp-content\/uploads\/2016\/01\/drilldown1.jpg\" alt=\"drilldown\" width=\"790\" height=\"441\" \/><\/a><\/p>\n<p><span style=\"font-weight: 400\">Another way to drill down the chart is to click on a parent node to view the complete cluster of nodes belonging to the parent node.<\/span><\/p>\n<p><span style=\"font-weight: 400\">There are two methods for you to drill back up.<\/span><\/p>\n<p><span style=\"font-weight: 400\"><span style=\"text-decoration: underline\">Method 1:<\/span>\u00a0Traverse up one level at a time<\/span><\/p>\n<ul>\n<li>Click the parent node to traverse one level up at a time.<\/li>\n<\/ul>\n<p style=\"text-align: center\">OR<\/p>\n<ul>\n<li style=\"text-align: left\">Click the icon below to go one level up.<br \/>\n<img loading=\"lazy\" class=\"alignnone size-full wp-image-15296\" src=\"https:\/\/blog.fusioncharts.com\/wp-content\/uploads\/2016\/01\/chart-guide-treemap-chart-introducing-the-treemap-chart-image-2.png\" alt=\"chart-guide-treemap-chart-introducing-the-treemap-chart-image-2\" width=\"23\" height=\"22\" \/><\/li>\n<\/ul>\n<p><span style=\"font-weight: 400\"><span style=\"font-weight: 400;text-decoration: underline\">Method 2:<\/span>\u00a0Traverse up directly to the initial stage<\/span><\/p>\n<ul>\n<li><span style=\"font-weight: 400\">Click the icon below to go directly to the initial stage.<br \/>\n<\/span><a href=\"https:\/\/blog.fusioncharts.com\/wp-content\/uploads\/2016\/01\/chart-guide-treemap-chart-introducing-the-treemap-chart-image-3.png\"><img loading=\"lazy\" class=\"alignnone size-full wp-image-15297\" src=\"https:\/\/blog.fusioncharts.com\/wp-content\/uploads\/2016\/01\/chart-guide-treemap-chart-introducing-the-treemap-chart-image-3.png\" alt=\"chart-guide-treemap-chart-introducing-the-treemap-chart-image-3\" width=\"24\" height=\"22\" \/><\/a><\/li>\n<\/ul>\n<h3><span class=\"ez-toc-section\" id=\"Applications_of_a_Treemap_Chart\"><\/span>Applications of a Treemap Chart<span class=\"ez-toc-section-end\"><\/span><\/h3>\n<p><span style=\"font-weight: 400\">Common use-cases represented using the treemap chart include showing the folder structure of a system. It is also used to study patterns and occurrences in a large data set. This is because the colour and the size dimensions are correlated.<\/span><\/p>\n<p><span style=\"font-weight: 400\">Click <a href=\"https:\/\/www.fusioncharts.com\/dev\/chart-guide\/treemap-chart\/introducing-the-treemap-chart.html\">here<\/a> to read more on the treemap chart.<\/span><\/p>\n<h2><span class=\"ez-toc-section\" id=\"The_Zoom_Scatter_Chart\"><\/span>The Zoom Scatter Chart<span class=\"ez-toc-section-end\"><\/span><\/h2>\n<p><span style=\"font-weight: 400\">The FusionCharts Suite XT zoom-scatter chart is a special type of chart that extends the capabilities of the scatter chart to include the zooming and panning features. It can be seen as an extension of the scatter chart with the ability of displaying millions of data points because of the zoom and pan feature.<\/span><\/p>\n<p><span style=\"font-weight: 400\">Take a look at the sample zoom scatter chart shown below:<\/span><\/p>\n<div id='fc_div2'><\/div>\n<p><script type='text\/javascript' src='https:\/\/blog.fusioncharts.com\/wp-content\/plugins\/fc-wp\/assets\/fc-assets\/fusioncharts.js'><\/script><br \/>\n        <script type=\"text\/javascript\">\n            FusionCharts.ready(function () {\n                new FusionCharts({\"id\":\"chart2\",\"width\":\"100%\",\"height\":\"400\",\"renderAt\":\"fc_div2\",\"type\":\"zoomscatter\",\"dataFormat\":\"json\",\"dataSource\":{ \"chart\": { \"caption\": \"Selectivity and returns of majors\", \"subcaption\": \"Last 20 years\", \"yaxisname\": \"Average-annual return(%)\", \"xaxisname\": \"Admission rate(%)\", \"anchorBgColor\": \"#FF0000\", \"yaxismaxvalue\": \"25\", \"showzeroplane\": \"0\", \"yaxisminvalue\": \"-15\", \"anchorradius\": \"2\", \"plotTooltext\": \"$seriesName, Admission rate % : $xDataValue, Return % : $yDataValue\" }, \"dataset\": [{ \"seriesname\": \"Major A\", \"anchorBgColor\": \"#addef7\", \"anchorBordercolor\": \"#17a1e8\", \"anchorBorderThickness\": \"1\", \"data\": [{ \"y\": 14.42, \"x\": 18.88 }, { \"y\": 10.54, \"x\": 17.29 }, { \"y\": 12.51, \"x\": 4.72 }, { \"y\": 10.89, \"x\": 18.94 }, { \"y\": 13.21, \"x\": 15.05 }, { \"y\": 11.43, \"x\": 14.84 }, { \"y\": 10.21, \"x\": 10.38 }, { \"y\": 11, \"x\": 9.15 }, { \"y\": 13.18, \"x\": 9.03 }, { \"y\": 14.71, \"x\": 4.13 }, { \"y\": 14.85, \"x\": 14.94 }, { \"y\": 14.34, \"x\": 13.14 }, { \"y\": 10.91, \"x\": 10.03 }, { \"y\": 12.21, \"x\": 2.29 }, { \"y\": 12.75, \"x\": 11.39 }, { \"y\": 14.29, \"x\": 17.86 }, { \"y\": 11.91, \"x\": 19.51 }, { \"y\": 14.66, \"x\": 9.11 }, { \"y\": 10.51, \"x\": 18.2 }, { \"y\": 10.4, \"x\": 19.97 }, { \"y\": 15.47, \"x\": 34.02 }, { \"y\": 19.92, \"x\": 26.37 }, { \"y\": 19.93, \"x\": 23.42 }, { \"y\": 19.14, \"x\": 38.48 }, { \"y\": 15.01, \"x\": 24.58 }, { \"y\": 19.96, \"x\": 28.15 }, { \"y\": 15.22, \"x\": 25.02 }, { \"y\": 18.34, \"x\": 23 }, { \"y\": 17.33, \"x\": 38.41 }, { \"y\": 19.02, \"x\": 34.98 }, { \"y\": 16.84, \"x\": 20.66 }, { \"y\": 19.43, \"x\": 34.41 }, { \"y\": 18.52, \"x\": 31.38 }, { \"y\": 18.13, \"x\": 34.91 }, { \"y\": 16.1, \"x\": 34.89 }, { \"y\": 17.79, \"x\": 25.96 }, { \"y\": 16.54, \"x\": 31.88 }, { \"y\": 19.51, \"x\": 21.06 }, { \"y\": 17.02, \"x\": 24.89 }, { \"y\": 18.95, \"x\": 34.95 }, { \"y\": 15.71, \"x\": 38.97 }, { \"y\": 18.37, \"x\": 22.5 }, { \"y\": 17.88, \"x\": 23.5 }, { \"y\": 18.13, \"x\": 33.36 }, { \"y\": 15.11, \"x\": 36.18 }, { \"y\": 17.77, \"x\": 26.97 }, { \"y\": 18.24, \"x\": 39.97 }, { \"y\": 17.81, \"x\": 37.79 }, { \"y\": 16.07, \"x\": 21.2 }, { \"y\": 18.08, \"x\": 31.98 }, { \"y\": 11.95, \"x\": 20.31 }, { \"y\": 13.72, \"x\": 23.69 }, { \"y\": 13.65, \"x\": 20.07 }, { \"y\": 10.33, \"x\": 30.96 }, { \"y\": 12.96, \"x\": 30.17 }, { \"y\": 11.88, \"x\": 24.36 }, { \"y\": 13.32, \"x\": 21.96 }, { \"y\": 12.68, \"x\": 35.58 }, { \"y\": 10.81, \"x\": 36.92 }, { \"y\": 11.25, \"x\": 22.46 }, { \"y\": 11.58, \"x\": 39.52 }, { \"y\": 10.92, \"x\": 36.97 }, { \"y\": 12.73, \"x\": 28.36 }, { \"y\": 12.75, \"x\": 36.94 }, { \"y\": 11.63, \"x\": 28.67 }, { \"y\": 13.5, \"x\": 20.75 }, { \"y\": 12.17, \"x\": 33.59 }, { \"y\": 11.99, \"x\": 37.67 }, { \"y\": 13.64, \"x\": 32.74 }, { \"y\": 14.77, \"x\": 22.47 }, { \"y\": 13.23, \"x\": 33.35 }, { \"y\": 10.24, \"x\": 29.83 }, { \"y\": 10.39, \"x\": 35.56 }, { \"y\": 11.57, \"x\": 27.05 }, { \"y\": 12.26, \"x\": 23.56 }, { \"y\": 11.04, \"x\": 25.84 }, { \"y\": 11.62, \"x\": 35.72 }, { \"y\": 12.02, \"x\": 20.71 }, { \"y\": 10.11, \"x\": 24.93 }, { \"y\": 11.64, \"x\": 37.29 }, { \"y\": 11.03, \"x\": 22.51 }, { \"y\": 10.98, \"x\": 38.91 }, { \"y\": 12.48, \"x\": 37.26 }, { \"y\": 11.4, \"x\": 36.88 }, { \"y\": 14.34, \"x\": 21.15 }, { \"y\": 14.42, \"x\": 38.97 }, { \"y\": 12.15, \"x\": 30.39 }, { \"y\": 13.46, \"x\": 36.12 }, { \"y\": 12.41, \"x\": 31.19 }, { \"y\": 13.51, \"x\": 30.78 }, { \"y\": 14.42, \"x\": 22.29 }, { \"y\": 14.82, \"x\": 30.57 }, { \"y\": 11.66, \"x\": 35.71 }, { \"y\": 12.01, \"x\": 22.73 }, { \"y\": 12.34, \"x\": 35.14 }, { \"y\": 14.45, \"x\": 22.49 }, { \"y\": 13.87, \"x\": 35.05 }, { \"y\": 10.43, \"x\": 37.16 }, { \"y\": 13.91, \"x\": 29.36 }, { \"y\": 10.27, \"x\": 39.74 }, { \"y\": 9.79, \"x\": 37.76 }, { \"y\": 6.13, \"x\": 23.31 }, { \"y\": 9.69, \"x\": 39.87 }, { \"y\": 8.74, \"x\": 38.88 }, { \"y\": 6.34, \"x\": 31.3 }, { \"y\": 6.01, \"x\": 22.06 }, { \"y\": 7.49, \"x\": 36.19 }, { \"y\": 8.21, \"x\": 26.68 }, { \"y\": 7.98, \"x\": 35.62 }, { \"y\": 6.79, \"x\": 36.18 }, { \"y\": 5.65, \"x\": 30.38 }, { \"y\": 8.57, \"x\": 39.68 }, { \"y\": 8.97, \"x\": 30.4 }, { \"y\": 9.79, \"x\": 34.67 }, { \"y\": 5.61, \"x\": 23.04 }, { \"y\": 8.03, \"x\": 29.02 }, { \"y\": 6.76, \"x\": 22.11 }, { \"y\": 5.73, \"x\": 37.63 }, { \"y\": 7.97, \"x\": 35.07 }, { \"y\": 6.43, \"x\": 27.44 }, { \"y\": 6.52, \"x\": 25.09 }, { \"y\": 9.18, \"x\": 24.47 }, { \"y\": 5.58, \"x\": 23.18 }, { \"y\": 8.37, \"x\": 28.06 }, { \"y\": 5.63, \"x\": 21.78 }, { \"y\": 7.74, \"x\": 30.88 }, { \"y\": 8.01, \"x\": 34.91 }, { \"y\": 7.67, \"x\": 29.85 }, { \"y\": 9.89, \"x\": 29.04 }, { \"y\": 5.64, \"x\": 29.88 }, { \"y\": 0.11, \"x\": 29.4 }, { \"y\": 3.67, \"x\": 22.94 }, { \"y\": 4.06, \"x\": 20.52 }, { \"y\": 2.28, \"x\": 37.78 }, { \"y\": 0.63, \"x\": 30.68 }, { \"y\": 3.15, \"x\": 24.89 }, { \"y\": 4.44, \"x\": 35.65 }, { \"y\": 2.84, \"x\": 29.96 }, { \"y\": 1.48, \"x\": 38.5 }, { \"y\": 1.35, \"x\": 20.72 }, { \"y\": 4.59, \"x\": 25.56 }, { \"y\": 3.82, \"x\": 24.88 }, { \"y\": 3.17, \"x\": 30.16 }, { \"y\": 0.66, \"x\": 28.51 }, { \"y\": 1.97, \"x\": 23.14 }, { \"y\": 4.72, \"x\": 23.58 }, { \"y\": 2.43, \"x\": 21.28 }, { \"y\": 4.72, \"x\": 39.2 }, { \"y\": 2.95, \"x\": 22.36 }, { \"y\": 4.94, \"x\": 30.32 }, { \"y\": 16.26, \"x\": 54.4 }, { \"y\": 16.45, \"x\": 53.58 }, { \"y\": 19.22, \"x\": 57.06 }, { \"y\": 17.62, \"x\": 58.95 }, { \"y\": 16.98, \"x\": 46.33 }, { \"y\": 19.05, \"x\": 40.03 }, { \"y\": 16.84, \"x\": 43.06 }, { \"y\": 19.29, \"x\": 52.02 }, { \"y\": 18.37, \"x\": 55.36 }, { \"y\": 15.49, \"x\": 43.6 }, { \"y\": 18.14, \"x\": 55.07 }, { \"y\": 18.82, \"x\": 41.81 }, { \"y\": 19.63, \"x\": 51.44 }, { \"y\": 15.48, \"x\": 44.99 }, { \"y\": 19.36, \"x\": 40.54 }, { \"y\": 19.95, \"x\": 55.44 }, { \"y\": 17.36, \"x\": 46.14 }, { \"y\": 17.97, \"x\": 56.57 }, { \"y\": 16.68, \"x\": 44.38 }, { \"y\": 17.14, \"x\": 48.7 }, { \"y\": 16.29, \"x\": 52.58 }, { \"y\": 17.61, \"x\": 40.02 }, { \"y\": 15.23, \"x\": 47.43 }, { \"y\": 16.3, \"x\": 53.05 }, { \"y\": 15.24, \"x\": 47.56 }, { \"y\": 18.12, \"x\": 49.14 }, { \"y\": 15.08, \"x\": 45.45 }, { \"y\": 17.61, \"x\": 59.5 }, { \"y\": 16.27, \"x\": 54.04 }, { \"y\": 18.37, \"x\": 46.09 }, { \"y\": 18.94, \"x\": 50.08 }, { \"y\": 16.83, \"x\": 52.08 }, { \"y\": 17.07, \"x\": 54.42 }, { \"y\": 17.38, \"x\": 45.58 }, { \"y\": 17.47, \"x\": 54.94 }, { \"y\": 18.23, \"x\": 53.97 }, { \"y\": 17.26, \"x\": 53.11 }, { \"y\": 15.19, \"x\": 58.69 }, { \"y\": 16.64, \"x\": 50.81 }, { \"y\": 18.99, \"x\": 46.92 }, { \"y\": 15.64, \"x\": 49.58 }, { \"y\": 16.14, \"x\": 48.94 }, { \"y\": 18.66, \"x\": 49.27 }, { \"y\": 16.77, \"x\": 56.75 }, { \"y\": 18.4, \"x\": 56.8 }, { \"y\": 17.74, \"x\": 40.22 }, { \"y\": 15.06, \"x\": 58.65 }, { \"y\": 15.94, \"x\": 53.13 }, { \"y\": 16.13, \"x\": 54.33 }, { \"y\": 19.9, \"x\": 54.3 }, { \"y\": 17.33, \"x\": 41.32 }, { \"y\": 16.65, \"x\": 45.81 }, { \"y\": 19.09, \"x\": 41.78 }, { \"y\": 17.92, \"x\": 52.37 }, { \"y\": 19.09, \"x\": 57.74 }, { \"y\": 18.69, \"x\": 55.27 }, { \"y\": 16.97, \"x\": 43.86 }, { \"y\": 15.88, \"x\": 53.97 }, { \"y\": 16.36, \"x\": 57.62 }, { \"y\": 19.35, \"x\": 45.45 }, { \"y\": 18.75, \"x\": 59.37 }, { \"y\": 16.27, \"x\": 45.98 }, { \"y\": 17.37, \"x\": 58.69 }, { \"y\": 18.45, \"x\": 48.28 }, { \"y\": 16.1, \"x\": 42.13 }, { \"y\": 19.11, \"x\": 55.91 }, { \"y\": 16.71, \"x\": 47.54 }, { \"y\": 15.99, \"x\": 58.46 }, { \"y\": 17.7, \"x\": 53.77 }, { \"y\": 17.88, \"x\": 53.27 }, { \"y\": 16.24, \"x\": 42.08 }, { \"y\": 17.91, \"x\": 45.63 }, { \"y\": 15.42, \"x\": 50.54 }, { \"y\": 15.73, \"x\": 57.8 }, { \"y\": 15.66, \"x\": 40.32 }, { \"y\": 15.33, \"x\": 49.86 }, { \"y\": 18.91, \"x\": 41.39 }, { \"y\": 16.28, \"x\": 40.79 }, { \"y\": 19.75, \"x\": 59.83 }, { \"y\": 18.78, \"x\": 48.94 }, { \"y\": 17.15, \"x\": 55.8 }, { \"y\": 17.75, \"x\": 56.24 }, { \"y\": 15.22, \"x\": 48.48 }, { \"y\": 19.32, \"x\": 46.1 }, { \"y\": 18.42, \"x\": 43.55 }, { \"y\": 15.36, \"x\": 47.16 }, { \"y\": 15.96, \"x\": 53.96 }, { \"y\": 17.16, \"x\": 41.93 }, { \"y\": 16.37, \"x\": 40.79 }, { \"y\": 16.83, \"x\": 51.82 }, { \"y\": 18.12, \"x\": 49.31 }, { \"y\": 15.64, \"x\": 51.28 }, { \"y\": 17.93, \"x\": 47.86 }, { \"y\": 17.74, \"x\": 57.36 }, { \"y\": 16.52, \"x\": 58.6 }, { \"y\": 15.53, \"x\": 59.97 }, { \"y\": 19.07, \"x\": 59.4 }, { \"y\": 19.76, \"x\": 40.86 }, { \"y\": 16.86, \"x\": 43.94 }, { \"y\": 16.45, \"x\": 43.49 }, { \"y\": 12.86, \"x\": 58.81 }, { \"y\": 12.42, \"x\": 51.23 }, { \"y\": 13.13, \"x\": 52.09 }, { \"y\": 13.66, \"x\": 49.87 }, { \"y\": 14.89, \"x\": 47.7 }, { \"y\": 10.03, \"x\": 42.21 }, { \"y\": 10.96, \"x\": 49.49 }, { \"y\": 12.05, \"x\": 41.43 }, { \"y\": 14.29, \"x\": 46.67 }, { \"y\": 10.36, \"x\": 47.16 }, { \"y\": 12.02, \"x\": 58.95 }, { \"y\": 14.79, \"x\": 44.61 }, { \"y\": 14.76, \"x\": 58.26 }, { \"y\": 11.79, \"x\": 47.82 }, { \"y\": 14.44, \"x\": 40 }, { \"y\": 14.79, \"x\": 49.62 }, { \"y\": 14.81, \"x\": 41.42 }, { \"y\": 14.72, \"x\": 45.37 }, { \"y\": 10.13, \"x\": 54.7 }, { \"y\": 10.01, \"x\": 55.85 }, { \"y\": 11.94, \"x\": 42.61 }, { \"y\": 10.22, \"x\": 53.64 }, { \"y\": 11.04, \"x\": 53.49 }, { \"y\": 12.29, \"x\": 41.12 }, { \"y\": 13.99, \"x\": 52.53 }, { \"y\": 13.74, \"x\": 44.77 }, { \"y\": 13.07, \"x\": 46.94 }, { \"y\": 10.72, \"x\": 45.11 }, { \"y\": 13.09, \"x\": 44.33 }, { \"y\": 12.75, \"x\": 51.42 }, { \"y\": 11.31, \"x\": 44.83 }, { \"y\": 13.78, \"x\": 49.08 }, { \"y\": 11.76, \"x\": 56.22 }, { \"y\": 13.72, \"x\": 57.87 }, { \"y\": 13.85, \"x\": 43.23 }, { \"y\": 14.65, \"x\": 57.44 }, { \"y\": 10.57, \"x\": 47.66 }, { \"y\": 12.72, \"x\": 59.97 }, { \"y\": 10.1, \"x\": 43.92 }, { \"y\": 12.98, \"x\": 50.72 }, { \"y\": 12.06, \"x\": 51.12 }, { \"y\": 10.42, \"x\": 58.97 }, { \"y\": 11.97, \"x\": 42.83 }, { \"y\": 13.8, \"x\": 52.56 }, { \"y\": 11.09, \"x\": 41.49 }, { \"y\": 14.88, \"x\": 48.27 }, { \"y\": 14.64, \"x\": 44.18 }, { \"y\": 10.67, \"x\": 47.11 }, { \"y\": 11.37, \"x\": 45.97 }, { \"y\": 10.26, \"x\": 51.92 }, { \"y\": 13.47, \"x\": 44.9 }, { \"y\": 14.17, \"x\": 46.25 }, { \"y\": 10.49, \"x\": 53.15 }, { \"y\": 12.69, \"x\": 46.96 }, { \"y\": 14.8, \"x\": 41.01 }, { \"y\": 11.07, \"x\": 45.09 }, { \"y\": 12.96, \"x\": 41.53 }, { \"y\": 11, \"x\": 48.33 }, { \"y\": 13.77, \"x\": 59.91 }, { \"y\": 11.68, \"x\": 43.68 }, { \"y\": 13.1, \"x\": 56.6 }, { \"y\": 13.58, \"x\": 43.22 }, { \"y\": 11.81, \"x\": 47.65 }, { \"y\": 10.43, \"x\": 47.32 }, { \"y\": 11.77, \"x\": 58.78 }, { \"y\": 14.39, \"x\": 42.61 }, { \"y\": 13.98, \"x\": 43.5 }, { \"y\": 10.28, \"x\": 45.95 }, { \"y\": 14.96, \"x\": 40.58 }, { \"y\": 14.99, \"x\": 47.1 }, { \"y\": 8.13, \"x\": 44.33 }, { \"y\": 9.84, \"x\": 56.39 }, { \"y\": 6.49, \"x\": 42.65 }, { \"y\": 7.66, \"x\": 51.48 }, { \"y\": 7.2, \"x\": 41.28 }, { \"y\": 7.83, \"x\": 41.56 }, { \"y\": 7.12, \"x\": 47.14 }, { \"y\": 5.46, \"x\": 58.24 }, { \"y\": 5.61, \"x\": 40.26 }, { \"y\": 5.47, \"x\": 43.79 }, { \"y\": 6.76, \"x\": 53.71 }, { \"y\": 7.82, \"x\": 40.87 }, { \"y\": 7.36, \"x\": 50.69 }, { \"y\": 6.17, \"x\": 48.99 }, { \"y\": 6.02, \"x\": 40.09 }, { \"y\": 6.29, \"x\": 49.48 }, { \"y\": 8.21, \"x\": 54.7 }, { \"y\": 9.07, \"x\": 48.42 }, { \"y\": 6.67, \"x\": 44.72 }, { \"y\": 9.49, \"x\": 48.47 }, { \"y\": 9.97, \"x\": 42.86 }, { \"y\": 5.78, \"x\": 55.99 }, { \"y\": 8.78, \"x\": 56.43 }, { \"y\": 7.51, \"x\": 40.36 }, { \"y\": 5.82, \"x\": 59.28 }, { \"y\": 6.79, \"x\": 45.59 }, { \"y\": 8.65, \"x\": 56.65 }, { \"y\": 6.63, \"x\": 45.82 }, { \"y\": 8.38, \"x\": 43.06 }, { \"y\": 7.08, \"x\": 59 }, { \"y\": 7.94, \"x\": 56.04 }, { \"y\": 6.15, \"x\": 53.05 }, { \"y\": 5.33, \"x\": 56.16 }, { \"y\": 7.04, \"x\": 55.85 }, { \"y\": 6.45, \"x\": 56.15 }, { \"y\": 8.4, \"x\": 53.92 }, { \"y\": 5.59, \"x\": 42.69 }, { \"y\": 9.67, \"x\": 45.95 }, { \"y\": 6.52, \"x\": 47.42 }, { \"y\": 6.82, \"x\": 45.66 }, { \"y\": 9.76, \"x\": 46.13 }, { \"y\": 7.24, \"x\": 54.09 }, { \"y\": 7.34, \"x\": 41.62 }, { \"y\": 9.88, \"x\": 51.59 }, { \"y\": 9.02, \"x\": 40.87 }, { \"y\": 7.92, \"x\": 46.91 }, { \"y\": 7.36, \"x\": 59.07 }, { \"y\": 6.07, \"x\": 50.58 }, { \"y\": 5.11, \"x\": 58.03 }, { \"y\": 7.96, \"x\": 56.33 }, { \"y\": 6.98, \"x\": 48.8 }, { \"y\": 9.51, \"x\": 55.09 }, { \"y\": 9.07, \"x\": 50.73 }, { \"y\": 7.88, \"x\": 48.25 }, { \"y\": 5.73, \"x\": 55.86 }, { \"y\": 8.35, \"x\": 56.13 }, { \"y\": 7.73, \"x\": 44.55 }, { \"y\": 5.34, \"x\": 57.59 }, { \"y\": 9.19, \"x\": 55.78 }, { \"y\": 9.63, \"x\": 47.63 }, { \"y\": 9.64, \"x\": 57.55 }, { \"y\": 9.74, \"x\": 52.02 }, { \"y\": 6.54, \"x\": 55.07 }, { \"y\": 9.96, \"x\": 57.72 }, { \"y\": 5.22, \"x\": 42.66 }, { \"y\": 6.15, \"x\": 49.25 }, { \"y\": 5.16, \"x\": 56.23 }, { \"y\": 5.92, \"x\": 58.4 }, { \"y\": 9.62, \"x\": 54.76 }, { \"y\": 6.36, \"x\": 46.13 }, { \"y\": 8.67, \"x\": 57.05 }, { \"y\": 9.74, \"x\": 58.5 }, { \"y\": 5.54, \"x\": 52.81 }, { \"y\": 9.59, \"x\": 41 }, { \"y\": 8.2, \"x\": 51.33 }, { \"y\": 6.84, \"x\": 42.54 }, { \"y\": 7.85, \"x\": 53.22 }, { \"y\": 6.42, \"x\": 56.84 }, { \"y\": 9.51, \"x\": 42.56 }, { \"y\": 7.74, \"x\": 56.08 }, { \"y\": 6.7, \"x\": 55.99 }, { \"y\": 6.53, \"x\": 58.55 }, { \"y\": 6.43, \"x\": 59.49 }, { \"y\": 7.56, \"x\": 50.92 }, { \"y\": 5.72, \"x\": 54.6 }, { \"y\": 5.11, \"x\": 43.54 }, { \"y\": 8.28, \"x\": 40.17 }, { \"y\": 6.71, \"x\": 40.47 }, { \"y\": 9.91, \"x\": 52.46 }, { \"y\": 7.33, \"x\": 50.53 }, { \"y\": 7.67, \"x\": 57.77 }, { \"y\": 5.85, \"x\": 40.9 }, { \"y\": 6.01, \"x\": 41.83 }, { \"y\": 5.26, \"x\": 54.41 }, { \"y\": 5.64, \"x\": 49.24 }, { \"y\": 7.77, \"x\": 52.11 }, { \"y\": 9.84, \"x\": 40.06 }, { \"y\": 5.26, \"x\": 44.43 }, { \"y\": 9.39, \"x\": 44.9 }, { \"y\": 9.76, \"x\": 43.22 }, { \"y\": 8.98, \"x\": 41.16 }, { \"y\": 6.99, \"x\": 51.67 }, { \"y\": 7.54, \"x\": 47.59 }, { \"y\": 5.47, \"x\": 48.03 }, { \"y\": 7.02, \"x\": 49.69 }, { \"y\": 5.76, \"x\": 59.72 }, { \"y\": 7.23, \"x\": 42.39 }, { \"y\": 8.93, \"x\": 49.77 }, { \"y\": 6.4, \"x\": 55.74 }, { \"y\": 6.31, \"x\": 41.97 }, { \"y\": 7.19, \"x\": 51.18 }, { \"y\": 5.64, \"x\": 57.02 }, { \"y\": 8.3, \"x\": 43.29 }, { \"y\": 6.67, \"x\": 55.46 }, { \"y\": 9.31, \"x\": 52.64 }, { \"y\": 9.85, \"x\": 41.61 }, { \"y\": 6.97, \"x\": 54.62 }, { \"y\": 7.57, \"x\": 55.26 }, { \"y\": 8.59, \"x\": 45.95 }, { \"y\": 6.44, \"x\": 49.33 }, { \"y\": 9.71, \"x\": 41.5 }, { \"y\": 6.59, \"x\": 51.73 }, { \"y\": 5.91, \"x\": 57.81 }, { \"y\": 9.13, \"x\": 57.54 }, { \"y\": 6.43, \"x\": 59.76 }, { \"y\": 8.66, \"x\": 44.24 }, { \"y\": 5.54, \"x\": 57.49 }, { \"y\": 8.85, \"x\": 43.44 }, { \"y\": 6.85, \"x\": 54.44 }, { \"y\": 6.55, \"x\": 57.03 }, { \"y\": 6.04, \"x\": 48.74 }, { \"y\": 9.6, \"x\": 43.87 }, { \"y\": 6.3, \"x\": 55.35 }, { \"y\": 7.94, \"x\": 41.5 }, { \"y\": 8.62, \"x\": 54.57 }, { \"y\": 8.7, \"x\": 55.78 }, { \"y\": 8.61, \"x\": 52.55 }, { \"y\": 9.19, \"x\": 49.31 }, { \"y\": 6.39, \"x\": 43.09 }, { \"y\": 7.1, \"x\": 56.23 }, { \"y\": 7.42, \"x\": 43.01 }, { \"y\": 7.16, \"x\": 47.66 }, { \"y\": 9.07, \"x\": 50.11 }, { \"y\": 7.33, \"x\": 58.43 }, { \"y\": 7.84, \"x\": 48.23 }, { \"y\": 5.28, \"x\": 55.34 }, { \"y\": 6.97, \"x\": 40.89 }, { \"y\": 9.15, \"x\": 46.06 }, { \"y\": 9.87, \"x\": 55.5 }, { \"y\": 8.47, \"x\": 52.78 }, { \"y\": 15.74, \"x\": 65.22 }, { \"y\": 18.16, \"x\": 76.93 }, { \"y\": 16.31, \"x\": 74.35 }, { \"y\": 19.01, \"x\": 71.74 }, { \"y\": 18.25, \"x\": 72.72 }, { \"y\": 18.79, \"x\": 64.74 }, { \"y\": 19.12, \"x\": 63.97 }, { \"y\": 16.71, \"x\": 73.34 }, { \"y\": 15.7, \"x\": 71.23 }, { \"y\": 16.71, \"x\": 71.92 }, { \"y\": 19.17, \"x\": 79.89 }, { \"y\": 19.39, \"x\": 66.56 }, { \"y\": 17.66, \"x\": 67.12 }, { \"y\": 19.69, \"x\": 76.42 }, { \"y\": 15.49, \"x\": 66.18 }, { \"y\": 15.69, \"x\": 77.29 }, { \"y\": 18.77, \"x\": 74.03 }, { \"y\": 18.52, \"x\": 78.23 }, { \"y\": 19.7, \"x\": 63.52 }, { \"y\": 16.14, \"x\": 62.96 }, { \"y\": 16.87, \"x\": 62.99 }, { \"y\": 15.63, \"x\": 77.98 }, { \"y\": 17.61, \"x\": 71.11 }, { \"y\": 18.99, \"x\": 75.56 }, { \"y\": 18.3, \"x\": 68.35 }, { \"y\": 16.05, \"x\": 65.71 }, { \"y\": 17.09, \"x\": 73.75 }, { \"y\": 16.96, \"x\": 67.94 }, { \"y\": 19.93, \"x\": 79.98 }, { \"y\": 15.49, \"x\": 73.87 }, { \"y\": 19.98, \"x\": 77.93 }, { \"y\": 19.98, \"x\": 75.7 }, { \"y\": 15.69, \"x\": 65.86 }, { \"y\": 15.44, \"x\": 65.1 }, { \"y\": 19.59, \"x\": 61.72 }, { \"y\": 15.71, \"x\": 72.87 }, { \"y\": 18.19, \"x\": 75.77 }, { \"y\": 15.95, \"x\": 68.64 }, { \"y\": 18.98, \"x\": 68 }, { \"y\": 19.31, \"x\": 73.2 }, { \"y\": 15.47, \"x\": 73.46 }, { \"y\": 19.24, \"x\": 72.17 }, { \"y\": 19.92, \"x\": 61.09 }, { \"y\": 15.82, \"x\": 65.59 }, { \"y\": 17.31, \"x\": 66.01 }, { \"y\": 15.65, \"x\": 78.15 }, { \"y\": 18.28, \"x\": 62.43 }, { \"y\": 17.55, \"x\": 70.53 }, { \"y\": 18.94, \"x\": 79.2 }, { \"y\": 15.68, \"x\": 65.62 }, { \"y\": 17.77, \"x\": 79.13 }, { \"y\": 17.02, \"x\": 69.73 }, { \"y\": 16.79, \"x\": 74.16 }, { \"y\": 19.18, \"x\": 69.27 }, { \"y\": 16.08, \"x\": 70.09 }, { \"y\": 19.34, \"x\": 73.02 }, { \"y\": 16.91, \"x\": 61.9 }, { \"y\": 18.56, \"x\": 78.41 }, { \"y\": 16.47, \"x\": 71.6 }, { \"y\": 15.24, \"x\": 78.89 }, { \"y\": 19.91, \"x\": 71.76 }, { \"y\": 17.18, \"x\": 71.72 }, { \"y\": 18.4, \"x\": 75.12 }, { \"y\": 16.53, \"x\": 62.22 }, { \"y\": 15.71, \"x\": 64.75 }, { \"y\": 19.37, \"x\": 66.21 }, { \"y\": 16.22, \"x\": 72.9 }, { \"y\": 16.87, \"x\": 77.25 }, { \"y\": 19.02, \"x\": 72.52 }, { \"y\": 16.37, \"x\": 64.58 }, { \"y\": 15.94, \"x\": 70.19 }, { \"y\": 16.72, \"x\": 63.91 }, { \"y\": 18.2, \"x\": 74.13 }, { \"y\": 19.58, \"x\": 77.15 }, { \"y\": 15.65, \"x\": 65.52 }, { \"y\": 17.14, \"x\": 77.15 }, { \"y\": 19.42, \"x\": 69.79 }, { \"y\": 17.17, \"x\": 77.06 }, { \"y\": 18.67, \"x\": 68.45 }, { \"y\": 15.33, \"x\": 67.04 }, { \"y\": 15.15, \"x\": 73.52 }, { \"y\": 15.9, \"x\": 71.74 }, { \"y\": 17.17, \"x\": 75.14 }, { \"y\": 15.62, \"x\": 78.64 }, { \"y\": 18.52, \"x\": 73.49 }, { \"y\": 16.08, \"x\": 65.52 }, { \"y\": 19.58, \"x\": 76.57 }, { \"y\": 16.23, \"x\": 78.02 }, { \"y\": 15.43, \"x\": 73.98 }, { \"y\": 16.11, \"x\": 77.16 }, { \"y\": 17.56, \"x\": 70.41 }, { \"y\": 19.11, \"x\": 61.75 }, { \"y\": 18.61, \"x\": 60.48 }, { \"y\": 17.24, \"x\": 72.28 }, { \"y\": 15.39, \"x\": 63 }, { \"y\": 15.76, \"x\": 60.07 }, { \"y\": 16.19, \"x\": 77.71 }, { \"y\": 18.64, \"x\": 69.89 }, { \"y\": 15.19, \"x\": 75.3 }, { \"y\": 15.55, \"x\": 78.38 }, { \"y\": 19.84, \"x\": 62.3 }, { \"y\": 15.83, \"x\": 69.45 }, { \"y\": 15.98, \"x\": 64.52 }, { \"y\": 15.12, \"x\": 65.7 }, { \"y\": 15.23, \"x\": 71.29 }, { \"y\": 16.79, \"x\": 61.59 }, { \"y\": 18.75, \"x\": 79.4 }, { \"y\": 16.69, \"x\": 73.49 }, { \"y\": 16.38, \"x\": 62.52 }, { \"y\": 17.42, \"x\": 74.56 }, { \"y\": 17.33, \"x\": 63.37 }, { \"y\": 18.78, \"x\": 61.56 }, { \"y\": 16.65, \"x\": 73.91 }, { \"y\": 15.87, \"x\": 71.76 }, { \"y\": 18.71, \"x\": 61.82 }, { \"y\": 19.32, \"x\": 69.58 }, { \"y\": 19.42, \"x\": 62.64 }, { \"y\": 18.52, \"x\": 65.84 }, { \"y\": 15.89, \"x\": 61.03 }, { \"y\": 19.6, \"x\": 77.56 }, { \"y\": 19.65, \"x\": 74.35 }, { \"y\": 19.69, \"x\": 61.64 }, { \"y\": 16.97, \"x\": 63.44 }, { \"y\": 17.85, \"x\": 61.74 }, { \"y\": 19.49, \"x\": 74.61 }, { \"y\": 15.62, \"x\": 71.07 }, { \"y\": 15.26, \"x\": 79.63 }, { \"y\": 19.44, \"x\": 75.68 }, { \"y\": 18.77, \"x\": 76.89 }, { \"y\": 16.66, \"x\": 70.18 }, { \"y\": 18.28, \"x\": 66.23 }, { \"y\": 16.96, \"x\": 65.43 }, { \"y\": 18.66, \"x\": 75.04 }, { \"y\": 19.28, \"x\": 68.97 }, { \"y\": 17.71, \"x\": 76.91 }, { \"y\": 15.27, \"x\": 71.2 }, { \"y\": 15.82, \"x\": 78.49 }, { \"y\": 15.24, \"x\": 65.37 }, { \"y\": 17.97, \"x\": 63.75 }, { \"y\": 16.01, \"x\": 73.46 }, { \"y\": 19.75, \"x\": 74.22 }, { \"y\": 19.55, \"x\": 69.85 }, { \"y\": 19.96, \"x\": 70.17 }, { \"y\": 15.44, \"x\": 74.81 }, { \"y\": 18.04, \"x\": 63.46 }, { \"y\": 17.52, \"x\": 60.68 }, { \"y\": 19.54, \"x\": 64.1 }, { \"y\": 15.44, \"x\": 70.16 }, { \"y\": 19.25, \"x\": 77.39 }, { \"y\": 18.38, \"x\": 63.47 }, { \"y\": 15.66, \"x\": 67.75 }, { \"y\": 15.41, \"x\": 67.53 }, { \"y\": 18.53, \"x\": 60.65 }, { \"y\": 16.24, \"x\": 63.78 }, { \"y\": 15.36, \"x\": 62.08 }, { \"y\": 19.13, \"x\": 65.03 }, { \"y\": 18.47, \"x\": 62.86 }, { \"y\": 19.32, \"x\": 76.08 }, { \"y\": 19.56, \"x\": 63.44 }, { \"y\": 19.25, \"x\": 78.31 }, { \"y\": 18.35, \"x\": 63.94 }, { \"y\": 16.77, \"x\": 72.46 }, { \"y\": 19.49, \"x\": 66.42 }, { \"y\": 19.73, \"x\": 69.96 }, { \"y\": 17.43, \"x\": 70.52 }, { \"y\": 18.25, \"x\": 76.24 }, { \"y\": 17.28, \"x\": 78.22 }, { \"y\": 18.92, \"x\": 62.33 }, { \"y\": 16.68, \"x\": 68.51 }, { \"y\": 18.5, \"x\": 76.56 }, { \"y\": 18.34, \"x\": 68.94 }, { \"y\": 17.32, \"x\": 70.68 }, { \"y\": 15.46, \"x\": 73.67 }, { \"y\": 17.44, \"x\": 74.2 }, { \"y\": 16.79, \"x\": 79.32 }, { \"y\": 19.99, \"x\": 65.09 }, { \"y\": 18.04, \"x\": 75.35 }, { \"y\": 18.79, \"x\": 69.57 }, { \"y\": 15.73, \"x\": 77.23 }, { \"y\": 16.79, \"x\": 69.22 }, { \"y\": 18.13, \"x\": 64.63 }, { \"y\": 15.38, \"x\": 74.12 }, { \"y\": 18.72, \"x\": 75.38 }, { \"y\": 19.56, \"x\": 68.91 }, { \"y\": 15.78, \"x\": 66.21 }, { \"y\": 19.44, \"x\": 65.82 }, { \"y\": 15.24, \"x\": 70.49 }, { \"y\": 17.87, \"x\": 78.64 }, { \"y\": 16, \"x\": 75.91 }, { \"y\": 17.28, \"x\": 64.38 }, { \"y\": 15.49, \"x\": 79.6 }, { \"y\": 15.98, \"x\": 62.97 }, { \"y\": 16.04, \"x\": 76.46 }, { \"y\": 16.43, \"x\": 62 }, { \"y\": 16.79, \"x\": 66.21 }, { \"y\": 15.86, \"x\": 70.33 }, { \"y\": 15.51, \"x\": 69.4 }, { \"y\": 19.47, \"x\": 61.58 }, { \"y\": 15.69, \"x\": 65.48 }, { \"y\": 15.38, \"x\": 67.52 }, { \"y\": 19.69, \"x\": 64.69 }, { \"y\": 15.76, \"x\": 77.16 }, { \"y\": 15.58, \"x\": 60.17 }, { \"y\": 17.93, \"x\": 62.03 }, { \"y\": 17.61, \"x\": 64.58 }, { \"y\": 17.53, \"x\": 70.46 }, { \"y\": 19.37, \"x\": 63.13 }, { \"y\": 18.73, \"x\": 66.68 }, { \"y\": 18.35, \"x\": 70.25 }, { \"y\": 18.91, \"x\": 63.45 }, { \"y\": 15.59, \"x\": 65.43 }, { \"y\": 15.2, \"x\": 62.27 }, { \"y\": 15.37, \"x\": 71.38 }, { \"y\": 17.59, \"x\": 73.32 }, { \"y\": 17.14, \"x\": 72.03 }, { \"y\": 17.12, \"x\": 60.43 }, { \"y\": 15.04, \"x\": 78.09 }, { \"y\": 15.82, \"x\": 68.46 }, { \"y\": 15.41, \"x\": 70.29 }, { \"y\": 18.1, \"x\": 68.93 }, { \"y\": 17.54, \"x\": 68.96 }, { \"y\": 17.1, \"x\": 65.14 }, { \"y\": 16.18, \"x\": 64.15 }, { \"y\": 17.74, \"x\": 73.66 }, { \"y\": 18.02, \"x\": 79.5 }, { \"y\": 17.49, \"x\": 73.39 }, { \"y\": 18.89, \"x\": 78.23 }, { \"y\": 18.06, \"x\": 64.07 }, { \"y\": 15.58, \"x\": 61.14 }, { \"y\": 15.59, \"x\": 76.72 }, { \"y\": 12.73, \"x\": 78.12 }, { \"y\": 11.81, \"x\": 70.27 }, { \"y\": 11.87, \"x\": 77.07 }, { \"y\": 11.05, \"x\": 70 }, { \"y\": 10.43, \"x\": 60.69 }, { \"y\": 13.14, \"x\": 62.51 }, { \"y\": 12.07, \"x\": 65.01 }, { \"y\": 13.83, \"x\": 70.04 }, { \"y\": 11.47, \"x\": 62.33 }, { \"y\": 10.78, \"x\": 78.98 }, { \"y\": 14.33, \"x\": 78.23 }, { \"y\": 11.25, \"x\": 71.33 }, { \"y\": 10.09, \"x\": 76.63 }, { \"y\": 10.36, \"x\": 72.39 }, { \"y\": 11.9, \"x\": 76.38 }, { \"y\": 11.63, \"x\": 60.94 }, { \"y\": 14.99, \"x\": 64.96 }, { \"y\": 14.25, \"x\": 79.92 }, { \"y\": 10.96, \"x\": 63.37 }, { \"y\": 12.87, \"x\": 67.23 }, { \"y\": 12.28, \"x\": 74.5 }, { \"y\": 11.15, \"x\": 68.59 }, { \"y\": 11.5, \"x\": 78.35 }, { \"y\": 10.34, \"x\": 74.42 }, { \"y\": 13.58, \"x\": 66.64 }, { \"y\": 13.72, \"x\": 77.82 }, { \"y\": 10.04, \"x\": 65.36 }, { \"y\": 11.73, \"x\": 72.79 }, { \"y\": 13.6, \"x\": 66.33 }, { \"y\": 12.82, \"x\": 73.57 }, { \"y\": 14.66, \"x\": 71.51 }, { \"y\": 14.11, \"x\": 74.43 }, { \"y\": 10.34, \"x\": 71.95 }, { \"y\": 13.4, \"x\": 71.36 }, { \"y\": 10.62, \"x\": 73.13 }, { \"y\": 14.17, \"x\": 68.68 }, { \"y\": 14.04, \"x\": 73.83 }, { \"y\": 10.01, \"x\": 70.81 }, { \"y\": 14.7, \"x\": 73.32 }, { \"y\": 12.84, \"x\": 79.1 }, { \"y\": 12.52, \"x\": 69.1 }, { \"y\": 10.64, \"x\": 76.09 }, { \"y\": 10.3, \"x\": 74.4 }, { \"y\": 13.17, \"x\": 73.41 }, { \"y\": 11.01, \"x\": 72.15 }, { \"y\": 10.65, \"x\": 69.78 }, { \"y\": 10.84, \"x\": 65.84 }, { \"y\": 14.02, \"x\": 74.24 }, { \"y\": 11, \"x\": 70.85 }, { \"y\": 10.56, \"x\": 73.32 }, { \"y\": 14.91, \"x\": 62.77 }, { \"y\": 10.11, \"x\": 61.87 }, { \"y\": 10.83, \"x\": 75.85 }, { \"y\": 11.51, \"x\": 69.78 }, { \"y\": 10.7, \"x\": 78.31 }, { \"y\": 11.97, \"x\": 79.47 }, { \"y\": 10.15, \"x\": 72.54 }, { \"y\": 13.29, \"x\": 74.14 }, { \"y\": 11.5, \"x\": 62.22 }, { \"y\": 12.03, \"x\": 72.82 }, { \"y\": 7.3, \"x\": 68.8 }, { \"y\": 5.09, \"x\": 73.61 }, { \"y\": 5.42, \"x\": 60.77 }, { \"y\": 8.11, \"x\": 74.7 }, { \"y\": 7.59, \"x\": 71.87 }, { \"y\": 5.57, \"x\": 77.79 }, { \"y\": 6.51, \"x\": 74.33 }, { \"y\": 8.11, \"x\": 60.55 }, { \"y\": 5.87, \"x\": 63.14 }, { \"y\": 6.82, \"x\": 67.52 }, { \"y\": 8, \"x\": 67.78 }, { \"y\": 6.94, \"x\": 70 }, { \"y\": 8.32, \"x\": 64.51 }, { \"y\": 5.89, \"x\": 61.28 }, { \"y\": 7.59, \"x\": 76.88 }, { \"y\": 9.58, \"x\": 79.56 }, { \"y\": 9.02, \"x\": 67.11 }, { \"y\": 6.98, \"x\": 76.58 }, { \"y\": 8.89, \"x\": 75.33 }, { \"y\": 8.31, \"x\": 60.75 }, { \"y\": 5.98, \"x\": 73.15 }, { \"y\": 8.01, \"x\": 75.65 }, { \"y\": 5.12, \"x\": 60.78 }, { \"y\": 9.56, \"x\": 78.94 }, { \"y\": 8.93, \"x\": 76.14 }, { \"y\": 7.85, \"x\": 64.01 }, { \"y\": 6.5, \"x\": 73.48 }, { \"y\": 7.59, \"x\": 64.05 }, { \"y\": 9.61, \"x\": 62.9 }, { \"y\": 8.24, \"x\": 77.29 }, { \"y\": 6.58, \"x\": 78.01 }, { \"y\": 6.4, \"x\": 65.02 }, { \"y\": 7.51, \"x\": 78.81 }, { \"y\": 5.28, \"x\": 74.82 }, { \"y\": 8.9, \"x\": 64.02 }, { \"y\": 9.06, \"x\": 76.2 }, { \"y\": 5.96, \"x\": 62.7 }, { \"y\": 5.25, \"x\": 67.42 }, { \"y\": 8.12, \"x\": 66 }, { \"y\": 6.68, \"x\": 68.05 }, { \"y\": 6.89, \"x\": 73.21 }, { \"y\": 7.16, \"x\": 77.63 }, { \"y\": 8.62, \"x\": 77.66 }, { \"y\": 9.94, \"x\": 75.3 }, { \"y\": 8.83, \"x\": 60.4 }, { \"y\": 9.3, \"x\": 78.13 }, { \"y\": 9.06, \"x\": 70.31 }, { \"y\": 8.08, \"x\": 60.84 }, { \"y\": 8.54, \"x\": 79.51 }, { \"y\": 9.88, \"x\": 77.24 }, { \"y\": 8.61, \"x\": 64.75 }, { \"y\": 8.93, \"x\": 69.23 }, { \"y\": 5.29, \"x\": 66.69 }, { \"y\": 6.36, \"x\": 75.59 }, { \"y\": 7.88, \"x\": 60.65 }, { \"y\": 9.8, \"x\": 78.14 }, { \"y\": 9.02, \"x\": 64.5 }, { \"y\": 7.67, \"x\": 72.75 }, { \"y\": 5.95, \"x\": 75.47 }, { \"y\": 9.09, \"x\": 60.47 }, { \"y\": 7.24, \"x\": 70.66 }, { \"y\": 8.15, \"x\": 74.67 }, { \"y\": 8.13, \"x\": 65.67 }, { \"y\": 7.83, \"x\": 75.97 }, { \"y\": 9.67, \"x\": 70.03 }, { \"y\": 8.72, \"x\": 62.6 }, { \"y\": 6.01, \"x\": 65.35 }, { \"y\": 5.46, \"x\": 65.04 }, { \"y\": 8.3, \"x\": 61.98 }, { \"y\": 9.98, \"x\": 67.04 }, { \"y\": 9.55, \"x\": 77.66 }, { \"y\": 6.9, \"x\": 64.46 }, { \"y\": 8.86, \"x\": 74.18 }, { \"y\": 7.77, \"x\": 70.63 }, { \"y\": 6.39, \"x\": 76.21 }, { \"y\": 6.32, \"x\": 62.57 }, { \"y\": 5.65, \"x\": 78.17 }, { \"y\": 6.69, \"x\": 67.59 }, { \"y\": 9.17, \"x\": 74.75 }, { \"y\": 5.23, \"x\": 73.22 }, { \"y\": 7.96, \"x\": 78.91 }, { \"y\": 7.68, \"x\": 73.33 }, { \"y\": 9.29, \"x\": 71.1 }, { \"y\": 9.79, \"x\": 66.09 }, { \"y\": 7.81, \"x\": 63.33 }, { \"y\": 6.12, \"x\": 77.38 }, { \"y\": 7.19, \"x\": 64.47 }, { \"y\": 8.18, \"x\": 69.03 }, { \"y\": 5.62, \"x\": 66.65 }, { \"y\": 5.9, \"x\": 60.92 }, { \"y\": 6.75, \"x\": 76.94 }, { \"y\": 8.48, \"x\": 76.03 }, { \"y\": 5.23, \"x\": 66.25 }, { \"y\": 6.53, \"x\": 63.88 }, { \"y\": 8.98, \"x\": 67.52 }, { \"y\": 8.95, \"x\": 67.49 }, { \"y\": 6.74, \"x\": 74.96 }, { \"y\": 8.78, \"x\": 74.39 }, { \"y\": 6.09, \"x\": 65.16 }, { \"y\": 7.28, \"x\": 64.85 }, { \"y\": 16.14, \"x\": 82.04 }, { \"y\": 16.18, \"x\": 86.97 }, { \"y\": 17.44, \"x\": 87.9 }, { \"y\": 18.02, \"x\": 84.27 }, { \"y\": 17.54, \"x\": 85.87 }, { \"y\": 19.63, \"x\": 92.16 }, { \"y\": 18.55, \"x\": 88.04 }, { \"y\": 18.25, \"x\": 94.59 }, { \"y\": 18.51, \"x\": 91.97 }, { \"y\": 19.26, \"x\": 99.19 }, { \"y\": 13.22, \"x\": 90.09 }, { \"y\": 10.97, \"x\": 85.32 }, { \"y\": 10.39, \"x\": 88.48 }, { \"y\": 13.82, \"x\": 95.65 }, { \"y\": 14.09, \"x\": 91.86 }, { \"y\": 10.14, \"x\": 83.65 }, { \"y\": 11.03, \"x\": 95.2 }, { \"y\": 12.23, \"x\": 83.24 }, { \"y\": 13.08, \"x\": 90.39 }, { \"y\": 14.65, \"x\": 98.57 }, { \"y\": 13.11, \"x\": 80.3 }, { \"y\": 12.21, \"x\": 88.44 }, { \"y\": 11.9, \"x\": 95.03 }, { \"y\": 10.62, \"x\": 94.24 }, { \"y\": 14.88, \"x\": 80.94 }, { \"y\": 13.17, \"x\": 90.98 }, { \"y\": 14.25, \"x\": 97.64 }, { \"y\": 13.8, \"x\": 80.48 }, { \"y\": 12.49, \"x\": 85.04 }, { \"y\": 14.28, \"x\": 88.61 }, { \"y\": 12.61, \"x\": 80.46 }, { \"y\": 13.74, \"x\": 96.77 }, { \"y\": 12.59, \"x\": 86.69 }, { \"y\": 14.53, \"x\": 86.15 }, { \"y\": 10.09, \"x\": 86.38 }, { \"y\": 14.89, \"x\": 96.28 }, { \"y\": 12.8, \"x\": 90.55 }, { \"y\": 10.28, \"x\": 97.56 }, { \"y\": 12.45, \"x\": 99.04 }, { \"y\": 12.78, \"x\": 84.64 }, { \"y\": 10.85, \"x\": 81.37 }, { \"y\": 14.07, \"x\": 83.47 }, { \"y\": 13.18, \"x\": 95.45 }, { \"y\": 10.67, \"x\": 93.21 }, { \"y\": 12.97, \"x\": 99.74 }, { \"y\": 12.44, \"x\": 83.5 }, { \"y\": 13.67, \"x\": 89.04 }, { \"y\": 10.97, \"x\": 94.5 }, { \"y\": 12.05, \"x\": 82.24 }, { \"y\": 14.48, \"x\": 99.43 }, { \"y\": 10.07, \"x\": 94.81 }, { \"y\": 11.78, \"x\": 86.23 }, { \"y\": 13.49, \"x\": 92.48 }, { \"y\": 14.26, \"x\": 80.6 }, { \"y\": 13.6, \"x\": 84.86 }, { \"y\": 14.96, \"x\": 98.79 }, { \"y\": 13.3, \"x\": 91.85 }, { \"y\": 13.5, \"x\": 96.88 }, { \"y\": 13.45, \"x\": 89.03 }, { \"y\": 13.31, \"x\": 93.7 }, { \"y\": 8.1, \"x\": 92.74 }, { \"y\": 8.24, \"x\": 99.3 }, { \"y\": 9.53, \"x\": 91.65 }, { \"y\": 7.78, \"x\": 91.77 }, { \"y\": 7.32, \"x\": 88.39 }, { \"y\": 6.68, \"x\": 88.75 }, { \"y\": 6.1, \"x\": 97.22 }, { \"y\": 9.77, \"x\": 92.4 }, { \"y\": 9.54, \"x\": 81.74 }, { \"y\": 6.17, \"x\": 97.22 }, { \"y\": 6.6, \"x\": 86.78 }, { \"y\": 5.39, \"x\": 85.82 }, { \"y\": 5.47, \"x\": 80.31 }, { \"y\": 9.4, \"x\": 91.35 }, { \"y\": 8.71, \"x\": 81.49 }, { \"y\": 5.42, \"x\": 83.53 }, { \"y\": 8.66, \"x\": 94.5 }, { \"y\": 7.54, \"x\": 83.2 }, { \"y\": 9.04, \"x\": 96.4 }, { \"y\": 6.26, \"x\": 95.55 }] }, { \"seriesname\": \"Major B\", \"anchorBgColor\": \"#f68c6b\", \"anchorBordercolor\": \"#f0440f\", \"anchorBorderThickness\": \"1\", \"data\": [{ \"y\": 11.56, \"x\": 9.45 }, { \"y\": 14.83, \"x\": 11.78 }, { \"y\": 11.7, \"x\": 5.22 }, { \"y\": 12.97, \"x\": 1.72 }, { \"y\": 13.67, \"x\": 14.07 }, { \"y\": 12.24, \"x\": 10.75 }, { \"y\": 14.94, \"x\": 5.68 }, { \"y\": 12.19, \"x\": 11.34 }, { \"y\": 14.47, \"x\": 19.04 }, { \"y\": 10.9, \"x\": 1.88 }, { \"y\": 17.57, \"x\": 34.32 }, { \"y\": 15.89, \"x\": 35.72 }, { \"y\": 18.7, \"x\": 27.66 }, { \"y\": 17.4, \"x\": 36.66 }, { \"y\": 15.17, \"x\": 25.06 }, { \"y\": 18.91, \"x\": 36.79 }, { \"y\": 16.8, \"x\": 39.51 }, { \"y\": 18.72, \"x\": 28.96 }, { \"y\": 18.92, \"x\": 29.21 }, { \"y\": 17.2, \"x\": 31.18 }, { \"y\": 15.64, \"x\": 32.95 }, { \"y\": 19.38, \"x\": 29.29 }, { \"y\": 16.69, \"x\": 38.33 }, { \"y\": 19.83, \"x\": 37.16 }, { \"y\": 19.13, \"x\": 38.3 }, { \"y\": 15.55, \"x\": 32.3 }, { \"y\": 18.57, \"x\": 20.39 }, { \"y\": 18.04, \"x\": 38.48 }, { \"y\": 19.57, \"x\": 37.58 }, { \"y\": 15.01, \"x\": 30.3 }, { \"y\": 11.15, \"x\": 31.46 }, { \"y\": 11.84, \"x\": 22.42 }, { \"y\": 11.58, \"x\": 23 }, { \"y\": 12.25, \"x\": 37.93 }, { \"y\": 11.41, \"x\": 22.98 }, { \"y\": 12.88, \"x\": 25.44 }, { \"y\": 11.94, \"x\": 29.13 }, { \"y\": 11.33, \"x\": 29.67 }, { \"y\": 11.89, \"x\": 23.75 }, { \"y\": 14.09, \"x\": 23.68 }, { \"y\": 10.68, \"x\": 22.71 }, { \"y\": 13.22, \"x\": 23.14 }, { \"y\": 13.84, \"x\": 24.73 }, { \"y\": 13.47, \"x\": 21.97 }, { \"y\": 11.55, \"x\": 39.86 }, { \"y\": 14.62, \"x\": 28.4 }, { \"y\": 11.55, \"x\": 39.16 }, { \"y\": 11.37, \"x\": 32.44 }, { \"y\": 11.49, \"x\": 23.16 }, { \"y\": 14.48, \"x\": 32.96 }, { \"y\": 10.58, \"x\": 28.02 }, { \"y\": 12.32, \"x\": 22.12 }, { \"y\": 13.5, \"x\": 33.38 }, { \"y\": 13.92, \"x\": 39.04 }, { \"y\": 13.93, \"x\": 32.37 }, { \"y\": 14.23, \"x\": 38.93 }, { \"y\": 14.76, \"x\": 27.31 }, { \"y\": 14.1, \"x\": 33.45 }, { \"y\": 14.23, \"x\": 31.3 }, { \"y\": 10.74, \"x\": 21.32 }, { \"y\": 6.74, \"x\": 21.21 }, { \"y\": 6.27, \"x\": 39.03 }, { \"y\": 5.02, \"x\": 36.71 }, { \"y\": 7.32, \"x\": 20.12 }, { \"y\": 6, \"x\": 24.56 }, { \"y\": 6.35, \"x\": 21 }, { \"y\": 8.69, \"x\": 36.21 }, { \"y\": 9.8, \"x\": 33.35 }, { \"y\": 5.45, \"x\": 36.79 }, { \"y\": 5.43, \"x\": 30.34 }, { \"y\": 18.06, \"x\": 42.47 }, { \"y\": 18.63, \"x\": 59.51 }, { \"y\": 18.32, \"x\": 52.5 }, { \"y\": 18.9, \"x\": 45.81 }, { \"y\": 19.43, \"x\": 44.8 }, { \"y\": 15.54, \"x\": 57.17 }, { \"y\": 19.08, \"x\": 47.8 }, { \"y\": 19.47, \"x\": 56.4 }, { \"y\": 15, \"x\": 59.59 }, { \"y\": 18.03, \"x\": 45.25 }, { \"y\": 11.74, \"x\": 45.84 }, { \"y\": 10.56, \"x\": 47.02 }, { \"y\": 12.42, \"x\": 43.28 }, { \"y\": 11.47, \"x\": 43.87 }, { \"y\": 14.29, \"x\": 44.78 }, { \"y\": 11.29, \"x\": 51.84 }, { \"y\": 10.77, \"x\": 43.62 }, { \"y\": 13.63, \"x\": 44.98 }, { \"y\": 14.18, \"x\": 44.76 }, { \"y\": 13.64, \"x\": 48.62 }, { \"y\": 11.36, \"x\": 49.58 }, { \"y\": 14.6, \"x\": 57.8 }, { \"y\": 13.09, \"x\": 58.86 }, { \"y\": 10.89, \"x\": 57.94 }, { \"y\": 13.24, \"x\": 55.36 }, { \"y\": 12.49, \"x\": 45.52 }, { \"y\": 13.69, \"x\": 46.01 }, { \"y\": 12.44, \"x\": 48.36 }, { \"y\": 11.68, \"x\": 44.77 }, { \"y\": 13.82, \"x\": 40.18 }, { \"y\": 14.3, \"x\": 56.4 }, { \"y\": 11.64, \"x\": 42.49 }, { \"y\": 10.78, \"x\": 47.28 }, { \"y\": 12, \"x\": 49.6 }, { \"y\": 13.22, \"x\": 41.39 }, { \"y\": 13.19, \"x\": 53.08 }, { \"y\": 12.76, \"x\": 58.29 }, { \"y\": 12.97, \"x\": 45.69 }, { \"y\": 11.17, \"x\": 52.87 }, { \"y\": 14.37, \"x\": 50.77 }, { \"y\": 13.04, \"x\": 59.75 }, { \"y\": 13.53, \"x\": 55.03 }, { \"y\": 13.76, \"x\": 58.18 }, { \"y\": 10.56, \"x\": 46.73 }, { \"y\": 10.02, \"x\": 51.29 }, { \"y\": 14.18, \"x\": 54.75 }, { \"y\": 13.34, \"x\": 54.84 }, { \"y\": 12.98, \"x\": 40.96 }, { \"y\": 10.08, \"x\": 51.67 }, { \"y\": 12.28, \"x\": 51.85 }, { \"y\": 13.72, \"x\": 45.76 }, { \"y\": 11.74, \"x\": 48.48 }, { \"y\": 14.91, \"x\": 51.83 }, { \"y\": 14.38, \"x\": 49.01 }, { \"y\": 11.09, \"x\": 46.93 }, { \"y\": 13.26, \"x\": 43.62 }, { \"y\": 10.66, \"x\": 45.8 }, { \"y\": 10.24, \"x\": 55.63 }, { \"y\": 12.94, \"x\": 57.93 }, { \"y\": 11.85, \"x\": 49.93 }, { \"y\": 10.83, \"x\": 50.2 }, { \"y\": 13.83, \"x\": 58.18 }, { \"y\": 12.21, \"x\": 51.35 }, { \"y\": 10.61, \"x\": 49.09 }, { \"y\": 13.31, \"x\": 41.27 }, { \"y\": 14.18, \"x\": 54.26 }, { \"y\": 11.87, \"x\": 58.99 }, { \"y\": 12.58, \"x\": 49.36 }, { \"y\": 11.98, \"x\": 48.66 }, { \"y\": 13.39, \"x\": 41.43 }, { \"y\": 11.54, \"x\": 57.86 }, { \"y\": 12.15, \"x\": 43.7 }, { \"y\": 13.9, \"x\": 42.67 }, { \"y\": 14.68, \"x\": 45.43 }, { \"y\": 14.35, \"x\": 50.87 }, { \"y\": 12.14, \"x\": 55.09 }, { \"y\": 14.74, \"x\": 49.97 }, { \"y\": 14.31, \"x\": 40.24 }, { \"y\": 12.67, \"x\": 42.55 }, { \"y\": 12.96, \"x\": 55.27 }, { \"y\": 7.43, \"x\": 59.28 }, { \"y\": 5.03, \"x\": 52.31 }, { \"y\": 5.53, \"x\": 57.13 }, { \"y\": 5.41, \"x\": 58.23 }, { \"y\": 9.24, \"x\": 59.24 }, { \"y\": 6.58, \"x\": 51.16 }, { \"y\": 6.83, \"x\": 58.7 }, { \"y\": 8.86, \"x\": 42.8 }, { \"y\": 5.31, \"x\": 58.03 }, { \"y\": 5.95, \"x\": 48.04 }, { \"y\": 9.46, \"x\": 48.25 }, { \"y\": 5.25, \"x\": 54.3 }, { \"y\": 8.62, \"x\": 43.3 }, { \"y\": 9.42, \"x\": 49.75 }, { \"y\": 8.78, \"x\": 52.64 }, { \"y\": 6.96, \"x\": 48.95 }, { \"y\": 8.77, \"x\": 59.09 }, { \"y\": 8.18, \"x\": 44.84 }, { \"y\": 6.5, \"x\": 47.78 }, { \"y\": 6.84, \"x\": 49.92 }, { \"y\": 4.93, \"x\": 52.38 }, { \"y\": 0.51, \"x\": 40.39 }, { \"y\": 0.63, \"x\": 42.88 }, { \"y\": 2.45, \"x\": 56.55 }, { \"y\": 4.41, \"x\": 50.7 }, { \"y\": 3.39, \"x\": 56.98 }, { \"y\": 0.41, \"x\": 50.29 }, { \"y\": 3.8, \"x\": 55.3 }, { \"y\": 2.67, \"x\": 57.44 }, { \"y\": 1.96, \"x\": 40.22 }, { \"y\": 4.64, \"x\": 48.39 }, { \"y\": 3.44, \"x\": 52.69 }, { \"y\": 3.36, \"x\": 40.93 }, { \"y\": 3.65, \"x\": 52.17 }, { \"y\": 0.21, \"x\": 49.73 }, { \"y\": 1.49, \"x\": 40.16 }, { \"y\": 0.15, \"x\": 50.2 }, { \"y\": 4.01, \"x\": 44.27 }, { \"y\": 1.5, \"x\": 49.08 }, { \"y\": 0.8, \"x\": 41.06 }, { \"y\": 19.02, \"x\": 76.58 }, { \"y\": 16.12, \"x\": 75.53 }, { \"y\": 19.47, \"x\": 72.97 }, { \"y\": 18.42, \"x\": 70.37 }, { \"y\": 15.92, \"x\": 64.83 }, { \"y\": 15.16, \"x\": 62.51 }, { \"y\": 16.78, \"x\": 69.58 }, { \"y\": 19.89, \"x\": 64.94 }, { \"y\": 17.89, \"x\": 64.5 }, { \"y\": 19.97, \"x\": 64.91 }, { \"y\": 13.11, \"x\": 70.94 }, { \"y\": 14.92, \"x\": 63.53 }, { \"y\": 14.78, \"x\": 74.36 }, { \"y\": 11.46, \"x\": 60.32 }, { \"y\": 11.79, \"x\": 62.92 }, { \"y\": 13.41, \"x\": 77.84 }, { \"y\": 13.93, \"x\": 64.48 }, { \"y\": 13.67, \"x\": 63.49 }, { \"y\": 12.16, \"x\": 67.42 }, { \"y\": 12.24, \"x\": 79.85 }, { \"y\": 11.7, \"x\": 71.28 }, { \"y\": 13, \"x\": 76.11 }, { \"y\": 11.24, \"x\": 78.11 }, { \"y\": 10.7, \"x\": 74.54 }, { \"y\": 14.91, \"x\": 77.24 }, { \"y\": 10.39, \"x\": 64.4 }, { \"y\": 13.48, \"x\": 71.28 }, { \"y\": 14.85, \"x\": 68.74 }, { \"y\": 14.37, \"x\": 78.33 }, { \"y\": 10.13, \"x\": 75.74 }, { \"y\": 11.37, \"x\": 72.28 }, { \"y\": 11.8, \"x\": 64.67 }, { \"y\": 10.04, \"x\": 64.82 }, { \"y\": 10.86, \"x\": 76.5 }, { \"y\": 10.47, \"x\": 65.17 }, { \"y\": 10.51, \"x\": 64.87 }, { \"y\": 11.17, \"x\": 74.7 }, { \"y\": 11.1, \"x\": 76.69 }, { \"y\": 11.35, \"x\": 73.59 }, { \"y\": 12.93, \"x\": 68.4 }, { \"y\": 13.49, \"x\": 70.97 }, { \"y\": 12.71, \"x\": 78.79 }, { \"y\": 11.95, \"x\": 61.87 }, { \"y\": 10.71, \"x\": 68.36 }, { \"y\": 12.58, \"x\": 66.25 }, { \"y\": 11.29, \"x\": 64.36 }, { \"y\": 13.32, \"x\": 61.37 }, { \"y\": 10.91, \"x\": 78.48 }, { \"y\": 11.81, \"x\": 63.51 }, { \"y\": 10.9, \"x\": 75.23 }, { \"y\": 10.6, \"x\": 63.78 }, { \"y\": 12.83, \"x\": 61.39 }, { \"y\": 13.03, \"x\": 61.9 }, { \"y\": 13.63, \"x\": 76.86 }, { \"y\": 12.88, \"x\": 62.91 }, { \"y\": 14.66, \"x\": 61.67 }, { \"y\": 11.33, \"x\": 77.42 }, { \"y\": 11.08, \"x\": 60.17 }, { \"y\": 10.28, \"x\": 68.75 }, { \"y\": 10.04, \"x\": 78.13 }, { \"y\": 10.23, \"x\": 74.26 }, { \"y\": 12.54, \"x\": 74.54 }, { \"y\": 11.47, \"x\": 75.54 }, { \"y\": 11.72, \"x\": 71.68 }, { \"y\": 12.13, \"x\": 77.05 }, { \"y\": 14.04, \"x\": 72.28 }, { \"y\": 13.28, \"x\": 73.06 }, { \"y\": 11.49, \"x\": 61.59 }, { \"y\": 11.33, \"x\": 68.29 }, { \"y\": 13.21, \"x\": 70.12 }, { \"y\": 13.64, \"x\": 60.39 }, { \"y\": 13.57, \"x\": 75.76 }, { \"y\": 14.79, \"x\": 67.92 }, { \"y\": 14.77, \"x\": 72.31 }, { \"y\": 11.57, \"x\": 75.93 }, { \"y\": 10.97, \"x\": 76.43 }, { \"y\": 13.94, \"x\": 76.41 }, { \"y\": 10.97, \"x\": 79.43 }, { \"y\": 12.36, \"x\": 64.16 }, { \"y\": 10.52, \"x\": 71.03 }, { \"y\": 14.87, \"x\": 69.45 }, { \"y\": 14.69, \"x\": 70.34 }, { \"y\": 14.77, \"x\": 64.48 }, { \"y\": 14.98, \"x\": 66.45 }, { \"y\": 13.62, \"x\": 64.41 }, { \"y\": 12.67, \"x\": 63.89 }, { \"y\": 12.56, \"x\": 67.8 }, { \"y\": 10.72, \"x\": 75.12 }, { \"y\": 13.33, \"x\": 79.45 }, { \"y\": 14.85, \"x\": 66.91 }, { \"y\": 12.46, \"x\": 68.01 }, { \"y\": 10.95, \"x\": 70.32 }, { \"y\": 10.95, \"x\": 63.27 }, { \"y\": 14.67, \"x\": 63.06 }, { \"y\": 12.67, \"x\": 77.18 }, { \"y\": 14.95, \"x\": 74.95 }, { \"y\": 10.45, \"x\": 70.82 }, { \"y\": 13.15, \"x\": 70.94 }, { \"y\": 13.17, \"x\": 68.87 }, { \"y\": 10.85, \"x\": 66.27 }, { \"y\": 10.43, \"x\": 64.08 }, { \"y\": 14.45, \"x\": 76.7 }, { \"y\": 12.89, \"x\": 73.65 }, { \"y\": 13.84, \"x\": 64.99 }, { \"y\": 12.57, \"x\": 60.49 }, { \"y\": 14.02, \"x\": 64.52 }, { \"y\": 13.37, \"x\": 64.12 }, { \"y\": 13.02, \"x\": 76.28 }, { \"y\": 10.74, \"x\": 63.43 }, { \"y\": 12.62, \"x\": 68.93 }, { \"y\": 12.8, \"x\": 60.64 }, { \"y\": 10.96, \"x\": 63.59 }, { \"y\": 11.42, \"x\": 67.51 }, { \"y\": 14.21, \"x\": 64.57 }, { \"y\": 11.48, \"x\": 77.44 }, { \"y\": 11.07, \"x\": 77.15 }, { \"y\": 13.85, \"x\": 62.38 }, { \"y\": 13.86, \"x\": 60.26 }, { \"y\": 10.01, \"x\": 78.45 }, { \"y\": 12.08, \"x\": 66.82 }, { \"y\": 6.82, \"x\": 78.97 }, { \"y\": 6.62, \"x\": 63.68 }, { \"y\": 7.58, \"x\": 68.5 }, { \"y\": 5.33, \"x\": 69.77 }, { \"y\": 7.7, \"x\": 78.52 }, { \"y\": 6.79, \"x\": 78.99 }, { \"y\": 9.42, \"x\": 75.19 }, { \"y\": 6.3, \"x\": 71.27 }, { \"y\": 9.79, \"x\": 69.2 }, { \"y\": 6.03, \"x\": 69.77 }, { \"y\": 7.2, \"x\": 67.26 }, { \"y\": 5.82, \"x\": 68.38 }, { \"y\": 6.26, \"x\": 78.1 }, { \"y\": 8.8, \"x\": 65.18 }, { \"y\": 9.78, \"x\": 78.09 }, { \"y\": 5.97, \"x\": 75.73 }, { \"y\": 5.07, \"x\": 63.72 }, { \"y\": 7.2, \"x\": 69.3 }, { \"y\": 5.77, \"x\": 79.56 }, { \"y\": 6.2, \"x\": 65.73 }, { \"y\": 6.58, \"x\": 63.82 }, { \"y\": 5.34, \"x\": 79.88 }, { \"y\": 6.69, \"x\": 66.82 }, { \"y\": 5.09, \"x\": 66.44 }, { \"y\": 6.34, \"x\": 69.17 }, { \"y\": 7.9, \"x\": 74.93 }, { \"y\": 9.63, \"x\": 79.14 }, { \"y\": 5.22, \"x\": 68.06 }, { \"y\": 8.39, \"x\": 79.98 }, { \"y\": 8.26, \"x\": 76.16 }, { \"y\": 8.35, \"x\": 63.72 }, { \"y\": 7.36, \"x\": 68.59 }, { \"y\": 9.15, \"x\": 75.33 }, { \"y\": 8.84, \"x\": 65.42 }, { \"y\": 6.2, \"x\": 67.16 }, { \"y\": 7.85, \"x\": 64.43 }, { \"y\": 9.38, \"x\": 68.61 }, { \"y\": 7.26, \"x\": 65.05 }, { \"y\": 6.52, \"x\": 64.54 }, { \"y\": 8.91, \"x\": 63.35 }, { \"y\": 9.33, \"x\": 63.64 }, { \"y\": 8.08, \"x\": 75.52 }, { \"y\": 8.19, \"x\": 78.61 }, { \"y\": 9.21, \"x\": 74.21 }, { \"y\": 8.65, \"x\": 65.33 }, { \"y\": 9.25, \"x\": 77.47 }, { \"y\": 7.71, \"x\": 63.87 }, { \"y\": 8.4, \"x\": 65.26 }, { \"y\": 5.67, \"x\": 66.01 }, { \"y\": 9.27, \"x\": 78.7 }, { \"y\": 5.14, \"x\": 68.14 }, { \"y\": 5.69, \"x\": 64.92 }, { \"y\": 8.29, \"x\": 67.31 }, { \"y\": 8.54, \"x\": 74.53 }, { \"y\": 7.08, \"x\": 64.12 }, { \"y\": 9.7, \"x\": 61.49 }, { \"y\": 9.73, \"x\": 60.25 }, { \"y\": 9.3, \"x\": 74.73 }, { \"y\": 5.88, \"x\": 78.38 }, { \"y\": 6.1, \"x\": 68.45 }, { \"y\": 6.78, \"x\": 61.11 }, { \"y\": 6.68, \"x\": 77.8 }, { \"y\": 7.72, \"x\": 68.96 }, { \"y\": 5.4, \"x\": 61.39 }, { \"y\": 6.53, \"x\": 62.3 }, { \"y\": 5.6, \"x\": 79.78 }, { \"y\": 9.44, \"x\": 64.88 }, { \"y\": 8.68, \"x\": 74.63 }, { \"y\": 7.83, \"x\": 62.18 }, { \"y\": 8.76, \"x\": 73.32 }, { \"y\": 8.59, \"x\": 72.13 }, { \"y\": 6.24, \"x\": 78.56 }, { \"y\": 5.25, \"x\": 74.08 }, { \"y\": 6.12, \"x\": 70.16 }, { \"y\": 9.77, \"x\": 61.49 }, { \"y\": 6.78, \"x\": 76.4 }, { \"y\": 6.82, \"x\": 62.82 }, { \"y\": 5.38, \"x\": 76.28 }, { \"y\": 9.85, \"x\": 66.76 }, { \"y\": 9.79, \"x\": 78.74 }, { \"y\": 9.13, \"x\": 61.44 }, { \"y\": 7.15, \"x\": 61.86 }, { \"y\": 5.89, \"x\": 69.08 }, { \"y\": 9.05, \"x\": 66.56 }, { \"y\": 9.54, \"x\": 74.48 }, { \"y\": 9.08, \"x\": 74.02 }, { \"y\": 8.33, \"x\": 61.62 }, { \"y\": 9.67, \"x\": 76.73 }, { \"y\": 5.68, \"x\": 67.74 }, { \"y\": 7.41, \"x\": 74.31 }, { \"y\": 9.15, \"x\": 61.42 }, { \"y\": 5.16, \"x\": 61.55 }, { \"y\": 8.88, \"x\": 74.89 }, { \"y\": 5.29, \"x\": 64.15 }, { \"y\": 5.99, \"x\": 71.98 }, { \"y\": 8.35, \"x\": 71.59 }, { \"y\": 9.64, \"x\": 65 }, { \"y\": 7.18, \"x\": 71.79 }, { \"y\": 9.42, \"x\": 70.74 }, { \"y\": 7.85, \"x\": 79.25 }, { \"y\": 8.17, \"x\": 61 }, { \"y\": 7.01, \"x\": 77.7 }, { \"y\": 8.21, \"x\": 71.44 }, { \"y\": 9.92, \"x\": 73.46 }, { \"y\": 8.83, \"x\": 78.26 }, { \"y\": 5.87, \"x\": 61.72 }, { \"y\": 7.76, \"x\": 74.04 }, { \"y\": 9.68, \"x\": 72.59 }, { \"y\": 7.43, \"x\": 72.71 }, { \"y\": 5.88, \"x\": 65.49 }, { \"y\": 8.55, \"x\": 69.25 }, { \"y\": 8.78, \"x\": 62.22 }, { \"y\": 5.16, \"x\": 78.12 }, { \"y\": 9.37, \"x\": 73.56 }, { \"y\": 7.06, \"x\": 76.13 }, { \"y\": 8.7, \"x\": 61.71 }, { \"y\": 6.28, \"x\": 62.88 }, { \"y\": 9.46, \"x\": 69.69 }, { \"y\": 6.5, \"x\": 77.97 }, { \"y\": 5.32, \"x\": 69.49 }, { \"y\": 6.75, \"x\": 73.87 }, { \"y\": 7.11, \"x\": 65.95 }, { \"y\": 6.58, \"x\": 61.23 }, { \"y\": 9.07, \"x\": 79.16 }, { \"y\": 7.75, \"x\": 77.14 }, { \"y\": 9.5, \"x\": 78.87 }, { \"y\": 8.83, \"x\": 70.7 }, { \"y\": 5.02, \"x\": 63.26 }, { \"y\": 6.27, \"x\": 79.05 }, { \"y\": 6, \"x\": 73.49 }, { \"y\": 9.26, \"x\": 70.41 }, { \"y\": 8.01, \"x\": 73.17 }, { \"y\": 8.23, \"x\": 72.8 }, { \"y\": 9.97, \"x\": 76.22 }, { \"y\": 8.17, \"x\": 69.86 }, { \"y\": 5.39, \"x\": 70.57 }, { \"y\": 8.87, \"x\": 73.38 }, { \"y\": 5.53, \"x\": 65.71 }, { \"y\": 8.51, \"x\": 77.9 }, { \"y\": 7.38, \"x\": 71.95 }, { \"y\": 6.31, \"x\": 68.24 }, { \"y\": 7.24, \"x\": 73.3 }, { \"y\": 8.85, \"x\": 77.76 }, { \"y\": 9.09, \"x\": 79.77 }, { \"y\": 7.66, \"x\": 71.22 }, { \"y\": 6.79, \"x\": 73.71 }, { \"y\": 9.32, \"x\": 72.96 }, { \"y\": 7.39, \"x\": 64.12 }, { \"y\": 5.43, \"x\": 70.25 }, { \"y\": 8.05, \"x\": 72.63 }, { \"y\": 8.11, \"x\": 76.06 }, { \"y\": 6.44, \"x\": 73.05 }, { \"y\": 7.79, \"x\": 68.32 }, { \"y\": 7.79, \"x\": 63.31 }, { \"y\": 5.99, \"x\": 61.54 }, { \"y\": 7.62, \"x\": 70.82 }, { \"y\": 8.06, \"x\": 72.7 }, { \"y\": 7.65, \"x\": 68.91 }, { \"y\": 8.63, \"x\": 76.43 }, { \"y\": 7.99, \"x\": 71.43 }, { \"y\": 5.81, \"x\": 69.93 }, { \"y\": 6.76, \"x\": 62.65 }, { \"y\": 5.95, \"x\": 60.46 }, { \"y\": 5.4, \"x\": 63.83 }, { \"y\": 5.71, \"x\": 70.07 }, { \"y\": 7.97, \"x\": 64.8 }, { \"y\": 9.99, \"x\": 71.12 }, { \"y\": 5.36, \"x\": 69.15 }, { \"y\": 6.69, \"x\": 73.54 }, { \"y\": 6.61, \"x\": 67.94 }, { \"y\": 8.3, \"x\": 79.55 }, { \"y\": 7.31, \"x\": 73.83 }, { \"y\": 9.22, \"x\": 64.57 }, { \"y\": 7.63, \"x\": 71.82 }, { \"y\": 8.76, \"x\": 62.37 }, { \"y\": 8.93, \"x\": 64.63 }, { \"y\": 6.6, \"x\": 74.68 }, { \"y\": 7.75, \"x\": 78.42 }, { \"y\": 8.69, \"x\": 75.96 }, { \"y\": 9.62, \"x\": 63.47 }, { \"y\": 9.68, \"x\": 78.2 }, { \"y\": 5.92, \"x\": 65 }, { \"y\": 9.49, \"x\": 72.74 }, { \"y\": 5.04, \"x\": 70.55 }, { \"y\": 7.04, \"x\": 62.87 }, { \"y\": 9.74, \"x\": 60.03 }, { \"y\": 5.51, \"x\": 70.76 }, { \"y\": 8, \"x\": 69.42 }, { \"y\": 5.54, \"x\": 62.79 }, { \"y\": 6.25, \"x\": 69.74 }, { \"y\": 6.57, \"x\": 79.03 }, { \"y\": 6.33, \"x\": 69.79 }, { \"y\": 7.64, \"x\": 74.18 }, { \"y\": 9.63, \"x\": 72.37 }, { \"y\": 8.44, \"x\": 70.03 }, { \"y\": 9.29, \"x\": 72.85 }, { \"y\": 8.18, \"x\": 71.95 }, { \"y\": 6.53, \"x\": 60.33 }, { \"y\": 5.27, \"x\": 67.66 }, { \"y\": 8, \"x\": 75.15 }, { \"y\": 7.14, \"x\": 70.12 }, { \"y\": 5.77, \"x\": 63.59 }, { \"y\": 6.07, \"x\": 74.36 }, { \"y\": 5.12, \"x\": 75.22 }, { \"y\": 6.14, \"x\": 65.27 }, { \"y\": 9.34, \"x\": 71.35 }, { \"y\": 6.9, \"x\": 77.2 }, { \"y\": 9.54, \"x\": 74.68 }, { \"y\": 6.83, \"x\": 75.04 }, { \"y\": 8.96, \"x\": 73.31 }, { \"y\": 5.75, \"x\": 74.78 }, { \"y\": 6.65, \"x\": 68.56 }, { \"y\": 5.24, \"x\": 71.4 }, { \"y\": 5.36, \"x\": 70.63 }, { \"y\": 5.43, \"x\": 71.61 }, { \"y\": 9.93, \"x\": 73.81 }, { \"y\": 5.68, \"x\": 71.77 }, { \"y\": 6.01, \"x\": 76.82 }, { \"y\": 7.19, \"x\": 60.31 }, { \"y\": 8.22, \"x\": 72.86 }, { \"y\": 0.56, \"x\": 67.65 }, { \"y\": 4.49, \"x\": 72.34 }, { \"y\": 4.13, \"x\": 71.61 }, { \"y\": 4.46, \"x\": 74.5 }, { \"y\": 3.05, \"x\": 71.64 }, { \"y\": 1.11, \"x\": 73.91 }, { \"y\": 4, \"x\": 73.57 }, { \"y\": 4.71, \"x\": 63.84 }, { \"y\": 4.9, \"x\": 67.94 }, { \"y\": 2.61, \"x\": 65.66 }, { \"y\": 3.69, \"x\": 78.6 }, { \"y\": 2.55, \"x\": 73.22 }, { \"y\": 4.64, \"x\": 69.76 }, { \"y\": 3.42, \"x\": 62.88 }, { \"y\": 3.88, \"x\": 61.99 }, { \"y\": 0.85, \"x\": 62.48 }, { \"y\": 1.25, \"x\": 68.81 }, { \"y\": 1.76, \"x\": 65.74 }, { \"y\": 4.54, \"x\": 69.96 }, { \"y\": 0.37, \"x\": 64.29 }, { \"y\": 0.22, \"x\": 66.52 }, { \"y\": 4.68, \"x\": 63.41 }, { \"y\": 4.76, \"x\": 79.75 }, { \"y\": 0.44, \"x\": 63.63 }, { \"y\": 4.28, \"x\": 74.81 }, { \"y\": 2.22, \"x\": 60.09 }, { \"y\": 2.12, \"x\": 76.68 }, { \"y\": 4.03, \"x\": 73.23 }, { \"y\": 3.55, \"x\": 78.62 }, { \"y\": 1.02, \"x\": 60.97 }, { \"y\": 1.98, \"x\": 71.82 }, { \"y\": 1.06, \"x\": 68.47 }, { \"y\": 2.46, \"x\": 75.39 }, { \"y\": 2.46, \"x\": 73.18 }, { \"y\": 4.79, \"x\": 62.59 }, { \"y\": 2.05, \"x\": 63.32 }, { \"y\": 4.42, \"x\": 67.62 }, { \"y\": 3.06, \"x\": 79.35 }, { \"y\": 2.43, \"x\": 74.24 }, { \"y\": 0.25, \"x\": 72.08 }, { \"y\": 2.64, \"x\": 78.24 }, { \"y\": 0.59, \"x\": 69.47 }, { \"y\": 0.73, \"x\": 71.49 }, { \"y\": 1.18, \"x\": 66.65 }, { \"y\": 3.15, \"x\": 67.81 }, { \"y\": 3.23, \"x\": 64.35 }, { \"y\": 3.88, \"x\": 63.68 }, { \"y\": 2.75, \"x\": 69.66 }, { \"y\": 2.02, \"x\": 76.83 }, { \"y\": 1.46, \"x\": 68.46 }, { \"y\": 12.56, \"x\": 95.17 }, { \"y\": 12.99, \"x\": 83.5 }, { \"y\": 12.13, \"x\": 93.3 }, { \"y\": 11.69, \"x\": 86.08 }, { \"y\": 14.36, \"x\": 97.39 }, { \"y\": 10.12, \"x\": 94.18 }, { \"y\": 10.15, \"x\": 91.14 }, { \"y\": 13.45, \"x\": 95.14 }, { \"y\": 13.22, \"x\": 92.51 }, { \"y\": 13.05, \"x\": 96.61 }, { \"y\": 14.73, \"x\": 90.84 }, { \"y\": 11.69, \"x\": 82.13 }, { \"y\": 14.39, \"x\": 81.65 }, { \"y\": 12.01, \"x\": 82.32 }, { \"y\": 11.87, \"x\": 92.35 }, { \"y\": 12.28, \"x\": 98.87 }, { \"y\": 12.34, \"x\": 88.09 }, { \"y\": 14.26, \"x\": 81.44 }, { \"y\": 13.39, \"x\": 81.07 }, { \"y\": 13.55, \"x\": 93.15 }, { \"y\": 13.07, \"x\": 91.4 }, { \"y\": 10.03, \"x\": 87.91 }, { \"y\": 10.7, \"x\": 92.58 }, { \"y\": 12.64, \"x\": 94.23 }, { \"y\": 11.16, \"x\": 93.72 }, { \"y\": 10.59, \"x\": 98.61 }, { \"y\": 13.52, \"x\": 88.46 }, { \"y\": 11.3, \"x\": 80.85 }, { \"y\": 10.32, \"x\": 81.31 }, { \"y\": 14.07, \"x\": 99.1 }, { \"y\": 14.78, \"x\": 88.45 }, { \"y\": 14.74, \"x\": 94.22 }, { \"y\": 11.5, \"x\": 99.12 }, { \"y\": 10.82, \"x\": 95.6 }, { \"y\": 13.83, \"x\": 98.18 }, { \"y\": 12.38, \"x\": 99.82 }, { \"y\": 10.4, \"x\": 94.67 }, { \"y\": 14.3, \"x\": 94.05 }, { \"y\": 11.05, \"x\": 98.57 }, { \"y\": 12.8, \"x\": 97.88 }, { \"y\": 12.98, \"x\": 82.66 }, { \"y\": 14.47, \"x\": 84.26 }, { \"y\": 12.07, \"x\": 91.43 }, { \"y\": 13.1, \"x\": 92.04 }, { \"y\": 13.86, \"x\": 95.62 }, { \"y\": 11.64, \"x\": 85.84 }, { \"y\": 14.15, \"x\": 94.75 }, { \"y\": 13.34, \"x\": 95.99 }, { \"y\": 14.51, \"x\": 98.77 }, { \"y\": 12.91, \"x\": 80.23 }, { \"y\": 11.73, \"x\": 81.16 }, { \"y\": 13.43, \"x\": 85.76 }, { \"y\": 14.53, \"x\": 91 }, { \"y\": 10.26, \"x\": 84.46 }, { \"y\": 11.88, \"x\": 87.43 }, { \"y\": 14.23, \"x\": 90.91 }, { \"y\": 13.98, \"x\": 83.52 }, { \"y\": 11.32, \"x\": 92.33 }, { \"y\": 12.33, \"x\": 97.67 }, { \"y\": 13.6, \"x\": 93.64 }, { \"y\": 12.25, \"x\": 92.39 }, { \"y\": 14.43, \"x\": 91.29 }, { \"y\": 11.5, \"x\": 82.04 }, { \"y\": 14.93, \"x\": 97.38 }, { \"y\": 10.89, \"x\": 93.31 }, { \"y\": 10.56, \"x\": 92.56 }, { \"y\": 14.8, \"x\": 81.76 }, { \"y\": 14.2, \"x\": 97.04 }, { \"y\": 13.36, \"x\": 85.2 }, { \"y\": 10, \"x\": 88.75 }, { \"y\": 10.41, \"x\": 82.44 }, { \"y\": 10.98, \"x\": 91.19 }, { \"y\": 13.53, \"x\": 87.01 }, { \"y\": 11, \"x\": 81.52 }, { \"y\": 14.7, \"x\": 82.25 }, { \"y\": 13.16, \"x\": 95.47 }, { \"y\": 14.94, \"x\": 88.75 }, { \"y\": 10.29, \"x\": 89.3 }, { \"y\": 14.76, \"x\": 87.84 }, { \"y\": 13.91, \"x\": 88.19 }, { \"y\": 14.84, \"x\": 89.6 }, { \"y\": 13.79, \"x\": 91.49 }, { \"y\": 14.84, \"x\": 99.52 }, { \"y\": 10.26, \"x\": 99.29 }, { \"y\": 14.7, \"x\": 86.15 }, { \"y\": 10.69, \"x\": 98.28 }, { \"y\": 14, \"x\": 99.72 }, { \"y\": 10.16, \"x\": 83.67 }, { \"y\": 13.85, \"x\": 99.72 }, { \"y\": 13.31, \"x\": 97.42 }, { \"y\": 12.15, \"x\": 82.03 }, { \"y\": 12.23, \"x\": 90.68 }, { \"y\": 14.56, \"x\": 85.92 }, { \"y\": 12.56, \"x\": 97.66 }, { \"y\": 13.46, \"x\": 89.19 }, { \"y\": 12.04, \"x\": 99.82 }, { \"y\": 14.71, \"x\": 96.29 }, { \"y\": 10.46, \"x\": 83.91 }, { \"y\": 14.3, \"x\": 90.68 }, { \"y\": 11.29, \"x\": 86.47 }, { \"y\": 9.04, \"x\": 62.55 }, { \"y\": 6.93, \"x\": 69.38 }, { \"y\": 6.79, \"x\": 79.6 }, { \"y\": 8.14, \"x\": 77.12 }, { \"y\": 9.79, \"x\": 73.75 }, { \"y\": 6.18, \"x\": 69.65 }, { \"y\": 9.22, \"x\": 64.08 }, { \"y\": 7.2, \"x\": 78.39 }, { \"y\": 7.9, \"x\": 64.4 }, { \"y\": 8.33, \"x\": 78.88 }, { \"y\": 7.74, \"x\": 63.48 }, { \"y\": 6.56, \"x\": 62.28 }, { \"y\": 8.06, \"x\": 71.5 }, { \"y\": 9.97, \"x\": 64.92 }, { \"y\": 6.05, \"x\": 73.68 }, { \"y\": 8.72, \"x\": 69.97 }, { \"y\": 9.92, \"x\": 75.28 }, { \"y\": 8.5, \"x\": 77.6 }, { \"y\": 5.77, \"x\": 63.86 }, { \"y\": 7.05, \"x\": 78.13 }, { \"y\": 7.79, \"x\": 77.49 }, { \"y\": 5.74, \"x\": 60.5 }, { \"y\": 6.94, \"x\": 62.74 }, { \"y\": 6.94, \"x\": 74.98 }, { \"y\": 6.43, \"x\": 74.15 }, { \"y\": 5.93, \"x\": 65.78 }, { \"y\": 7.83, \"x\": 66.37 }, { \"y\": 8.86, \"x\": 60.02 }, { \"y\": 9.83, \"x\": 77.63 }, { \"y\": 7.18, \"x\": 74.57 }, { \"y\": 9.08, \"x\": 78.65 }, { \"y\": 9.44, \"x\": 63.45 }, { \"y\": 8.67, \"x\": 69.79 }, { \"y\": 7.95, \"x\": 78.95 }, { \"y\": 9.97, \"x\": 60.36 }, { \"y\": 6.65, \"x\": 75.46 }, { \"y\": 8.09, \"x\": 77.93 }, { \"y\": 7.95, \"x\": 60.2 }, { \"y\": 6.98, \"x\": 72.61 }, { \"y\": 8.46, \"x\": 71.92 }, { \"y\": 9.09, \"x\": 66.96 }, { \"y\": 6.27, \"x\": 68.19 }, { \"y\": 7.42, \"x\": 73.69 }, { \"y\": 6.2, \"x\": 61.2 }, { \"y\": 9.05, \"x\": 71.4 }, { \"y\": 5.47, \"x\": 61.4 }, { \"y\": 5.03, \"x\": 68.97 }, { \"y\": 9.48, \"x\": 71.96 }, { \"y\": 7.69, \"x\": 72.52 }, { \"y\": 5.8, \"x\": 73.55 }, { \"y\": 8.66, \"x\": 77.96 }, { \"y\": 5.25, \"x\": 73.81 }, { \"y\": 9.33, \"x\": 62.96 }, { \"y\": 5.78, \"x\": 76.3 }, { \"y\": 9.08, \"x\": 65.36 }, { \"y\": 5.75, \"x\": 71.32 }, { \"y\": 6.81, \"x\": 64.16 }, { \"y\": 7.12, \"x\": 77.29 }, { \"y\": 7.57, \"x\": 63 }, { \"y\": 5.79, \"x\": 63.88 }, { \"y\": 8.8, \"x\": 64.54 }, { \"y\": 6.46, \"x\": 68.65 }, { \"y\": 9.67, \"x\": 72.53 }, { \"y\": 8.69, \"x\": 73.87 }, { \"y\": 6.69, \"x\": 76.34 }, { \"y\": 7.32, \"x\": 63.9 }, { \"y\": 5.18, \"x\": 63.9 }, { \"y\": 7.97, \"x\": 65.97 }, { \"y\": 7.01, \"x\": 77.02 }, { \"y\": 7.75, \"x\": 69.53 }, { \"y\": 8.51, \"x\": 74.07 }, { \"y\": 6.19, \"x\": 73.77 }, { \"y\": 5.67, \"x\": 61.71 }, { \"y\": 6.76, \"x\": 79.64 }, { \"y\": 6.65, \"x\": 72.87 }, { \"y\": 9, \"x\": 65.85 }, { \"y\": 5.56, \"x\": 69.03 }, { \"y\": 6.54, \"x\": 62.92 }, { \"y\": 9.5, \"x\": 71.23 }, { \"y\": 6.84, \"x\": 61.82 }, { \"y\": 6.75, \"x\": 66.47 }, { \"y\": 5.71, \"x\": 65.98 }, { \"y\": 5.04, \"x\": 67.14 }, { \"y\": 7.49, \"x\": 78.86 }, { \"y\": 7.31, \"x\": 72.41 }, { \"y\": 8.46, \"x\": 72.43 }, { \"y\": 5.61, \"x\": 77.29 }, { \"y\": 7.93, \"x\": 68.38 }, { \"y\": 5.03, \"x\": 74.65 }, { \"y\": 8.85, \"x\": 75.26 }, { \"y\": 6.4, \"x\": 60.96 }, { \"y\": 8.83, \"x\": 62.29 }, { \"y\": 7.7, \"x\": 63.43 }, { \"y\": 9.73, \"x\": 73.07 }, { \"y\": 5.35, \"x\": 73.31 }, { \"y\": 6.64, \"x\": 73.41 }, { \"y\": 8.14, \"x\": 78.58 }, { \"y\": 7.32, \"x\": 72.22 }, { \"y\": 6.77, \"x\": 72.33 }, { \"y\": 8.69, \"x\": 74.27 }, { \"y\": 0.26, \"x\": 70.67 }, { \"y\": 4.54, \"x\": 74.36 }, { \"y\": 1.64, \"x\": 65.56 }, { \"y\": 2.91, \"x\": 67.76 }, { \"y\": 1.43, \"x\": 70.93 }, { \"y\": 3.07, \"x\": 65.05 }, { \"y\": 1.08, \"x\": 69.79 }, { \"y\": 0.11, \"x\": 73.15 }, { \"y\": 0.22, \"x\": 67.63 }, { \"y\": 0.94, \"x\": 68.12 }, { \"y\": 0.58, \"x\": 71.38 }, { \"y\": 3.35, \"x\": 66.54 }, { \"y\": 1.31, \"x\": 74.37 }, { \"y\": 2.63, \"x\": 78.66 }, { \"y\": 1.54, \"x\": 60.95 }, { \"y\": 0.28, \"x\": 73.57 }, { \"y\": 2.35, \"x\": 71.01 }, { \"y\": 1.32, \"x\": 69.5 }, { \"y\": 0.47, \"x\": 73.02 }, { \"y\": 4.87, \"x\": 73.6 }, { \"y\": 4.46, \"x\": 79.92 }, { \"y\": 3.33, \"x\": 65.23 }, { \"y\": 1.85, \"x\": 72.21 }, { \"y\": 1.58, \"x\": 66.43 }, { \"y\": 1.41, \"x\": 66.02 }, { \"y\": 1.53, \"x\": 71.49 }, { \"y\": 0.8, \"x\": 74.25 }, { \"y\": 2.09, \"x\": 62.39 }, { \"y\": 0.1, \"x\": 75.39 }, { \"y\": 2.21, \"x\": 75.22 }] }, { \"seriesname\": \"Major C\", \"anchorBgColor\": \"#f7cc63\", \"anchorBordercolor\": \"#f3b00c\", \"anchorBorderThickness\": \"1\", \"data\": [{ \"y\": 8.56, \"x\": 15.75 }, { \"y\": 7.16, \"x\": 15.09 }, { \"y\": 8.23, \"x\": 19.26 }, { \"y\": 7.7, \"x\": 2.84 }, { \"y\": 5.37, \"x\": 8.29 }, { \"y\": 8.83, \"x\": 17.28 }, { \"y\": 6.67, \"x\": 0.86 }, { \"y\": 6.66, \"x\": 13.18 }, { \"y\": 6.46, \"x\": 13.98 }, { \"y\": 7.02, \"x\": 9.79 }, { \"y\": 8.55, \"x\": 27.63 }, { \"y\": 9.32, \"x\": 28.9 }, { \"y\": 6.45, \"x\": 29.32 }, { \"y\": 9.89, \"x\": 26.02 }, { \"y\": 8.56, \"x\": 33.86 }, { \"y\": 5.8, \"x\": 21.32 }, { \"y\": 6.92, \"x\": 33 }, { \"y\": 8.76, \"x\": 35.5 }, { \"y\": 8, \"x\": 38.48 }, { \"y\": 7.12, \"x\": 37.81 }, { \"y\": 9.89, \"x\": 20.46 }, { \"y\": 5.23, \"x\": 38.64 }, { \"y\": 7.13, \"x\": 25.4 }, { \"y\": 9.41, \"x\": 35.99 }, { \"y\": 5.98, \"x\": 24.62 }, { \"y\": 8.33, \"x\": 29 }, { \"y\": 7.83, \"x\": 37.83 }, { \"y\": 9.76, \"x\": 36.5 }, { \"y\": 5.17, \"x\": 26.2 }, { \"y\": 6.9, \"x\": 22.69 }, { \"y\": 2.15, \"x\": 28.86 }, { \"y\": 1.02, \"x\": 20.3 }, { \"y\": 0.01, \"x\": 32.59 }, { \"y\": 4.18, \"x\": 23.84 }, { \"y\": 2.74, \"x\": 23.97 }, { \"y\": 1.28, \"x\": 35.83 }, { \"y\": 1.56, \"x\": 38.29 }, { \"y\": 1.58, \"x\": 20.41 }, { \"y\": 2.92, \"x\": 33.35 }, { \"y\": 3.56, \"x\": 38.39 }, { \"y\": 13.92, \"x\": 59.1 }, { \"y\": 12.9, \"x\": 42.03 }, { \"y\": 10.95, \"x\": 58.44 }, { \"y\": 12.96, \"x\": 52.49 }, { \"y\": 10.05, \"x\": 55.03 }, { \"y\": 10.78, \"x\": 55.65 }, { \"y\": 14.5, \"x\": 57.09 }, { \"y\": 12.64, \"x\": 45.17 }, { \"y\": 11.89, \"x\": 43.15 }, { \"y\": 10.22, \"x\": 47.7 }, { \"y\": 7.64, \"x\": 55.69 }, { \"y\": 6.77, \"x\": 55.85 }, { \"y\": 9.74, \"x\": 51.93 }, { \"y\": 6.44, \"x\": 44.27 }, { \"y\": 6.43, \"x\": 43.9 }, { \"y\": 7.57, \"x\": 45.23 }, { \"y\": 8.74, \"x\": 44.88 }, { \"y\": 8.36, \"x\": 45.63 }, { \"y\": 6.23, \"x\": 57.88 }, { \"y\": 9.45, \"x\": 48.36 }, { \"y\": 9.91, \"x\": 59.95 }, { \"y\": 6.89, \"x\": 53.58 }, { \"y\": 8.71, \"x\": 52.75 }, { \"y\": 9.36, \"x\": 44.2 }, { \"y\": 6.87, \"x\": 51.09 }, { \"y\": 6.87, \"x\": 51.18 }, { \"y\": 6.43, \"x\": 40.26 }, { \"y\": 7.07, \"x\": 49 }, { \"y\": 9.35, \"x\": 52.17 }, { \"y\": 7.96, \"x\": 56.8 }, { \"y\": 7.43, \"x\": 58.91 }, { \"y\": 6.36, \"x\": 43.78 }, { \"y\": 9.41, \"x\": 45.41 }, { \"y\": 7.56, \"x\": 48.59 }, { \"y\": 6.73, \"x\": 58.94 }, { \"y\": 9.49, \"x\": 54.42 }, { \"y\": 5.69, \"x\": 53.91 }, { \"y\": 9.06, \"x\": 55.61 }, { \"y\": 9.1, \"x\": 43.71 }, { \"y\": 5.21, \"x\": 45.31 }, { \"y\": 5.19, \"x\": 50.04 }, { \"y\": 6.96, \"x\": 46.89 }, { \"y\": 5.4, \"x\": 44.89 }, { \"y\": 6.26, \"x\": 52.13 }, { \"y\": 7.37, \"x\": 50.26 }, { \"y\": 8.47, \"x\": 51.51 }, { \"y\": 8.09, \"x\": 41.55 }, { \"y\": 6.03, \"x\": 53.49 }, { \"y\": 6.19, \"x\": 49.1 }, { \"y\": 9.04, \"x\": 52.1 }, { \"y\": 9.65, \"x\": 49.57 }, { \"y\": 5.81, \"x\": 51.46 }, { \"y\": 6.41, \"x\": 58.46 }, { \"y\": 7.48, \"x\": 41.13 }, { \"y\": 9.06, \"x\": 48.69 }, { \"y\": 10, \"x\": 56.79 }, { \"y\": 8.98, \"x\": 40.28 }, { \"y\": 7.42, \"x\": 48.91 }, { \"y\": 9.68, \"x\": 55.63 }, { \"y\": 8.86, \"x\": 44.33 }, { \"y\": 5.35, \"x\": 47.51 }, { \"y\": 9.05, \"x\": 58.12 }, { \"y\": 8.43, \"x\": 59.63 }, { \"y\": 6.91, \"x\": 56.59 }, { \"y\": 7.57, \"x\": 52.86 }, { \"y\": 9.6, \"x\": 50.7 }, { \"y\": 5.53, \"x\": 53.23 }, { \"y\": 7.31, \"x\": 56.72 }, { \"y\": 8.94, \"x\": 53.09 }, { \"y\": 9.53, \"x\": 56.41 }, { \"y\": 3.04, \"x\": 44.46 }, { \"y\": 2.91, \"x\": 53.83 }, { \"y\": 4.7, \"x\": 58.57 }, { \"y\": 2.36, \"x\": 47.91 }, { \"y\": 0.72, \"x\": 55.89 }, { \"y\": 0.92, \"x\": 56.18 }, { \"y\": 0.11, \"x\": 42.78 }, { \"y\": 1.98, \"x\": 59 }, { \"y\": 0.25, \"x\": 45.82 }, { \"y\": 2.27, \"x\": 53.6 }, { \"y\": 3.06, \"x\": 58.62 }, { \"y\": 3.89, \"x\": 55.38 }, { \"y\": 2.4, \"x\": 48.1 }, { \"y\": 2.7, \"x\": 41.29 }, { \"y\": 0.31, \"x\": 59.76 }, { \"y\": 1, \"x\": 56.2 }, { \"y\": 2.34, \"x\": 48.69 }, { \"y\": 4.76, \"x\": 53.35 }, { \"y\": 4.92, \"x\": 40.29 }, { \"y\": 2.98, \"x\": 57.06 }, { \"y\": -4.49, \"x\": 53.9 }, { \"y\": -1.23, \"x\": 44.56 }, { \"y\": -3.6, \"x\": 47.33 }, { \"y\": -2.64, \"x\": 55.01 }, { \"y\": -3.34, \"x\": 47.51 }, { \"y\": -4.71, \"x\": 40.07 }, { \"y\": -3.53, \"x\": 50.42 }, { \"y\": -3.38, \"x\": 57.22 }, { \"y\": -3.89, \"x\": 57.27 }, { \"y\": -0.17, \"x\": 54.46 }, { \"y\": -1.33, \"x\": 44.04 }, { \"y\": -4.16, \"x\": 50.64 }, { \"y\": -2.54, \"x\": 46.14 }, { \"y\": -3.49, \"x\": 51.94 }, { \"y\": -4.19, \"x\": 57.36 }, { \"y\": -2.36, \"x\": 50.89 }, { \"y\": -1.54, \"x\": 54.13 }, { \"y\": -4.8, \"x\": 45.64 }, { \"y\": -3.82, \"x\": 43.1 }, { \"y\": -0.41, \"x\": 56.63 }, { \"y\": -7.57, \"x\": 41.85 }, { \"y\": -9.81, \"x\": 44.77 }, { \"y\": -8.93, \"x\": 41.02 }, { \"y\": -5.19, \"x\": 50.54 }, { \"y\": -6.11, \"x\": 44.22 }, { \"y\": -8.55, \"x\": 55.18 }, { \"y\": -6.02, \"x\": 40.35 }, { \"y\": -6.32, \"x\": 44.15 }, { \"y\": -6.97, \"x\": 57.54 }, { \"y\": -8.43, \"x\": 40.25 }, { \"y\": -5.54, \"x\": 56.09 }, { \"y\": -8.06, \"x\": 44.16 }, { \"y\": -8.83, \"x\": 59.06 }, { \"y\": -5.82, \"x\": 54.05 }, { \"y\": -8.62, \"x\": 51 }, { \"y\": -8.38, \"x\": 46.36 }, { \"y\": -9.07, \"x\": 45.39 }, { \"y\": -8.16, \"x\": 42.78 }, { \"y\": -8.2, \"x\": 49.64 }, { \"y\": -5.24, \"x\": 47.17 }, { \"y\": -5.36, \"x\": 57.65 }, { \"y\": -5.52, \"x\": 45.5 }, { \"y\": -6.96, \"x\": 55.37 }, { \"y\": -6.74, \"x\": 56.54 }, { \"y\": -8.78, \"x\": 56.11 }, { \"y\": -9.17, \"x\": 46.95 }, { \"y\": -6.92, \"x\": 52.08 }, { \"y\": -7.54, \"x\": 40.76 }, { \"y\": -9.1, \"x\": 40.47 }, { \"y\": -9.78, \"x\": 58.91 }, { \"y\": 13.44, \"x\": 73.24 }, { \"y\": 13.24, \"x\": 60.88 }, { \"y\": 14.31, \"x\": 68.45 }, { \"y\": 11.08, \"x\": 79.68 }, { \"y\": 12.5, \"x\": 74.78 }, { \"y\": 12.73, \"x\": 76.26 }, { \"y\": 14.37, \"x\": 78.93 }, { \"y\": 13.7, \"x\": 63.74 }, { \"y\": 11.42, \"x\": 60.77 }, { \"y\": 12.01, \"x\": 66.12 }, { \"y\": 7.7, \"x\": 67.29 }, { \"y\": 5.93, \"x\": 61.23 }, { \"y\": 9.86, \"x\": 64.51 }, { \"y\": 5.7, \"x\": 62.85 }, { \"y\": 9.16, \"x\": 71.51 }, { \"y\": 5.33, \"x\": 60.03 }, { \"y\": 8.84, \"x\": 67.5 }, { \"y\": 8.79, \"x\": 70.58 }, { \"y\": 6.52, \"x\": 78.47 }, { \"y\": 8.76, \"x\": 74.15 }, { \"y\": 6.3, \"x\": 74.83 }, { \"y\": 5.2, \"x\": 74.01 }, { \"y\": 8.08, \"x\": 74.49 }, { \"y\": 9.1, \"x\": 60.46 }, { \"y\": 7.3, \"x\": 64.99 }, { \"y\": 9.15, \"x\": 61.99 }, { \"y\": 8.03, \"x\": 66.32 }, { \"y\": 9.72, \"x\": 70.58 }, { \"y\": 8.79, \"x\": 76.9 }, { \"y\": 7.24, \"x\": 67.15 }, { \"y\": 5.2, \"x\": 76.96 }, { \"y\": 9.04, \"x\": 71.08 }, { \"y\": 6.78, \"x\": 67.95 }, { \"y\": 8.98, \"x\": 67.97 }, { \"y\": 8.05, \"x\": 71.26 }, { \"y\": 10, \"x\": 65.49 }, { \"y\": 5.36, \"x\": 63.08 }, { \"y\": 8.81, \"x\": 71.43 }, { \"y\": 6.04, \"x\": 66.5 }, { \"y\": 9.02, \"x\": 65.71 }, { \"y\": 9.92, \"x\": 75.39 }, { \"y\": 5.83, \"x\": 76.87 }, { \"y\": 6.49, \"x\": 79.46 }, { \"y\": 8.52, \"x\": 72.3 }, { \"y\": 7.08, \"x\": 79.61 }, { \"y\": 7.54, \"x\": 61.36 }, { \"y\": 7.71, \"x\": 72.29 }, { \"y\": 7.37, \"x\": 79.14 }, { \"y\": 7.43, \"x\": 76.88 }, { \"y\": 6.45, \"x\": 65.52 }, { \"y\": 8.9, \"x\": 73.85 }, { \"y\": 6.62, \"x\": 78.95 }, { \"y\": 7.59, \"x\": 64.29 }, { \"y\": 7.27, \"x\": 71.27 }, { \"y\": 6.8, \"x\": 60.23 }, { \"y\": 8.94, \"x\": 77.04 }, { \"y\": 7.15, \"x\": 63.84 }, { \"y\": 9.32, \"x\": 66.78 }, { \"y\": 8.33, \"x\": 61.81 }, { \"y\": 9.58, \"x\": 66.6 }, { \"y\": 8.21, \"x\": 62.2 }, { \"y\": 8.55, \"x\": 63.38 }, { \"y\": 8.12, \"x\": 77.86 }, { \"y\": 5.49, \"x\": 70.77 }, { \"y\": 8.14, \"x\": 74.55 }, { \"y\": 9.48, \"x\": 62.25 }, { \"y\": 9.15, \"x\": 68.89 }, { \"y\": 7.96, \"x\": 77.04 }, { \"y\": 9.72, \"x\": 60.91 }, { \"y\": 7.03, \"x\": 66.87 }, { \"y\": 5.65, \"x\": 60.82 }, { \"y\": 5.51, \"x\": 66.99 }, { \"y\": 6.75, \"x\": 63.76 }, { \"y\": 6.87, \"x\": 77.93 }, { \"y\": 6.31, \"x\": 64.83 }, { \"y\": 9.27, \"x\": 70.63 }, { \"y\": 7.57, \"x\": 63.21 }, { \"y\": 6.63, \"x\": 72.24 }, { \"y\": 9.46, \"x\": 78.52 }, { \"y\": 8.61, \"x\": 76.41 }, { \"y\": 9.54, \"x\": 77.31 }, { \"y\": 7.59, \"x\": 73.09 }, { \"y\": 9.73, \"x\": 68.9 }, { \"y\": 6.34, \"x\": 68.88 }, { \"y\": 5.58, \"x\": 64.83 }, { \"y\": 8.37, \"x\": 78.71 }, { \"y\": 6.85, \"x\": 66.84 }, { \"y\": 8.81, \"x\": 74.54 }, { \"y\": 5.97, \"x\": 76.96 }, { \"y\": 8.19, \"x\": 69.64 }, { \"y\": 9.04, \"x\": 76.91 }, { \"y\": 9.95, \"x\": 73.22 }, { \"y\": 9.28, \"x\": 67.45 }, { \"y\": 8.41, \"x\": 66.84 }, { \"y\": 7.81, \"x\": 76.22 }, { \"y\": 7.43, \"x\": 79.04 }, { \"y\": 8.84, \"x\": 61.09 }, { \"y\": 5.34, \"x\": 61.34 }, { \"y\": 7.66, \"x\": 66.26 }, { \"y\": 6.27, \"x\": 73.29 }, { \"y\": 8.61, \"x\": 63.58 }, { \"y\": 9.44, \"x\": 68.9 }, { \"y\": 9.01, \"x\": 75.96 }, { \"y\": 6.66, \"x\": 78.51 }, { \"y\": 5.6, \"x\": 61.21 }, { \"y\": 9.92, \"x\": 60.29 }, { \"y\": 9.22, \"x\": 63.65 }, { \"y\": 7.71, \"x\": 62.5 }, { \"y\": 9.9, \"x\": 76.95 }, { \"y\": 9.11, \"x\": 72.62 }, { \"y\": 9.99, \"x\": 78.15 }, { \"y\": 6.53, \"x\": 60.28 }, { \"y\": 5.09, \"x\": 71.71 }, { \"y\": 6.44, \"x\": 66.4 }, { \"y\": 9.87, \"x\": 69.74 }, { \"y\": 7.19, \"x\": 70.21 }, { \"y\": 6.29, \"x\": 71.17 }, { \"y\": 8.52, \"x\": 64.24 }, { \"y\": 5.16, \"x\": 75.01 }, { \"y\": 9.39, \"x\": 60.74 }, { \"y\": 5.15, \"x\": 67.43 }, { \"y\": 8.6, \"x\": 73.14 }, { \"y\": 6.69, \"x\": 67.59 }, { \"y\": 8.23, \"x\": 68.38 }, { \"y\": 5.61, \"x\": 77.5 }, { \"y\": 5.48, \"x\": 71.12 }, { \"y\": 5.1, \"x\": 69.71 }, { \"y\": 7.44, \"x\": 69.44 }, { \"y\": 8.78, \"x\": 63.36 }, { \"y\": 5.53, \"x\": 79.99 }, { \"y\": 2.68, \"x\": 64.39 }, { \"y\": 3.77, \"x\": 74.23 }, { \"y\": 3.31, \"x\": 70.78 }, { \"y\": 4.67, \"x\": 71.71 }, { \"y\": 0.55, \"x\": 66.13 }, { \"y\": 3.57, \"x\": 67.9 }, { \"y\": 0, \"x\": 76.93 }, { \"y\": 0.76, \"x\": 67.4 }, { \"y\": 0.66, \"x\": 74.18 }, { \"y\": 3.42, \"x\": 66.27 }, { \"y\": 2.73, \"x\": 74.63 }, { \"y\": 1.21, \"x\": 69.3 }, { \"y\": 1.65, \"x\": 64.18 }, { \"y\": 3.77, \"x\": 79.61 }, { \"y\": 2.5, \"x\": 78.4 }, { \"y\": 3.77, \"x\": 61.46 }, { \"y\": 4.34, \"x\": 78.75 }, { \"y\": 0.08, \"x\": 77.71 }, { \"y\": 0.8, \"x\": 76.8 }, { \"y\": 2.3, \"x\": 60.75 }, { \"y\": 4.6, \"x\": 74.43 }, { \"y\": 0.6, \"x\": 61.35 }, { \"y\": 3.63, \"x\": 63.82 }, { \"y\": 4.9, \"x\": 65.82 }, { \"y\": 1.58, \"x\": 79.54 }, { \"y\": 4.5, \"x\": 74.29 }, { \"y\": 0.61, \"x\": 69.8 }, { \"y\": 2.64, \"x\": 67.84 }, { \"y\": 2.62, \"x\": 79.45 }, { \"y\": 4.8, \"x\": 62.02 }, { \"y\": 0.28, \"x\": 72.5 }, { \"y\": 2.82, \"x\": 67.23 }, { \"y\": 3.68, \"x\": 63.78 }, { \"y\": 3.45, \"x\": 73.37 }, { \"y\": 4.63, \"x\": 62.21 }, { \"y\": 2.46, \"x\": 60.49 }, { \"y\": 0.98, \"x\": 72.89 }, { \"y\": 0.68, \"x\": 64.81 }, { \"y\": 3.95, \"x\": 75.63 }, { \"y\": 1.46, \"x\": 71.66 }, { \"y\": 4.05, \"x\": 66.08 }, { \"y\": 0.04, \"x\": 74.56 }, { \"y\": 4.41, \"x\": 63.24 }, { \"y\": 1.96, \"x\": 66.69 }, { \"y\": 4.79, \"x\": 79.84 }, { \"y\": 4.1, \"x\": 74.67 }, { \"y\": 3.08, \"x\": 66.27 }, { \"y\": 1.91, \"x\": 77 }, { \"y\": 0.54, \"x\": 78.01 }, { \"y\": 3.14, \"x\": 68.41 }, { \"y\": 4.97, \"x\": 77.86 }, { \"y\": 0.68, \"x\": 79.17 }, { \"y\": 1.52, \"x\": 78.08 }, { \"y\": 0.25, \"x\": 70.61 }, { \"y\": 3.87, \"x\": 61.31 }, { \"y\": 0.64, \"x\": 66.2 }, { \"y\": 0.08, \"x\": 63.17 }, { \"y\": 4.38, \"x\": 60.04 }, { \"y\": 0.3, \"x\": 61.32 }, { \"y\": 2.89, \"x\": 69.55 }, { \"y\": 1.92, \"x\": 77.47 }, { \"y\": 4.01, \"x\": 79.98 }, { \"y\": 2.49, \"x\": 74.26 }, { \"y\": 3.66, \"x\": 73.06 }, { \"y\": 2.92, \"x\": 79.53 }, { \"y\": 4.77, \"x\": 76.42 }, { \"y\": 1.89, \"x\": 65.17 }, { \"y\": 1.05, \"x\": 61.34 }, { \"y\": 2.63, \"x\": 61.76 }, { \"y\": 3.4, \"x\": 66.27 }, { \"y\": 0.06, \"x\": 61.89 }, { \"y\": 3.92, \"x\": 69.97 }, { \"y\": 3.81, \"x\": 76.38 }, { \"y\": 2.25, \"x\": 62.68 }, { \"y\": 2.17, \"x\": 64.73 }, { \"y\": 3.3, \"x\": 71.71 }, { \"y\": 1.96, \"x\": 69.38 }, { \"y\": 2.25, \"x\": 68.64 }, { \"y\": 4.82, \"x\": 62.74 }, { \"y\": 0.7, \"x\": 79.52 }, { \"y\": 3.27, \"x\": 65.01 }, { \"y\": 1.63, \"x\": 68.83 }, { \"y\": 4.89, \"x\": 63.52 }, { \"y\": 1.04, \"x\": 67.58 }, { \"y\": 0.68, \"x\": 71.97 }, { \"y\": 3.79, \"x\": 72.64 }, { \"y\": 0.53, \"x\": 75.4 }, { \"y\": 2.6, \"x\": 69.87 }, { \"y\": 0.14, \"x\": 76.59 }, { \"y\": 1.47, \"x\": 76.87 }, { \"y\": 3.67, \"x\": 72.26 }, { \"y\": 0.89, \"x\": 70.62 }, { \"y\": 1.72, \"x\": 65.06 }, { \"y\": 1.62, \"x\": 75.42 }, { \"y\": 0.42, \"x\": 66.53 }, { \"y\": 3.39, \"x\": 72.23 }, { \"y\": 1.15, \"x\": 77.06 }, { \"y\": 4.36, \"x\": 79.75 }, { \"y\": 1.43, \"x\": 64.28 }, { \"y\": 2.89, \"x\": 64.75 }, { \"y\": 2.42, \"x\": 64.02 }, { \"y\": 0.97, \"x\": 76.03 }, { \"y\": 2.97, \"x\": 71.68 }, { \"y\": 0.54, \"x\": 66.45 }, { \"y\": 0.56, \"x\": 69.8 }, { \"y\": 1.09, \"x\": 77.72 }, { \"y\": 0.13, \"x\": 67.06 }, { \"y\": 3.03, \"x\": 76.03 }, { \"y\": 4.53, \"x\": 72.16 }, { \"y\": 1.43, \"x\": 65.59 }, { \"y\": 1.48, \"x\": 76.64 }, { \"y\": 0.19, \"x\": 79.83 }, { \"y\": 2.2, \"x\": 70.58 }, { \"y\": 0.4, \"x\": 72.03 }, { \"y\": 2.48, \"x\": 78.52 }, { \"y\": 1.68, \"x\": 74.13 }, { \"y\": 2.92, \"x\": 62.36 }, { \"y\": 3.14, \"x\": 63.38 }, { \"y\": 3.03, \"x\": 62.78 }, { \"y\": 2.69, \"x\": 68.63 }, { \"y\": 1.63, \"x\": 79.18 }, { \"y\": 4.23, \"x\": 72.94 }, { \"y\": 3.34, \"x\": 72.51 }, { \"y\": 3.89, \"x\": 77.42 }, { \"y\": 0.23, \"x\": 64.97 }, { \"y\": 2.09, \"x\": 77.74 }, { \"y\": 2.85, \"x\": 61.17 }, { \"y\": 4.9, \"x\": 74.83 }, { \"y\": 1.56, \"x\": 60.13 }, { \"y\": 4.46, \"x\": 62.26 }, { \"y\": 0.75, \"x\": 64.91 }, { \"y\": 0.71, \"x\": 62.96 }, { \"y\": 3.74, \"x\": 62.82 }, { \"y\": 4.45, \"x\": 67.78 }, { \"y\": 2.13, \"x\": 65.21 }, { \"y\": 4.92, \"x\": 74.6 }, { \"y\": 2.74, \"x\": 62.98 }, { \"y\": 0.8, \"x\": 65.42 }, { \"y\": 4.86, \"x\": 65.08 }, { \"y\": 1.51, \"x\": 68.79 }, { \"y\": 1.97, \"x\": 61.14 }, { \"y\": 1.32, \"x\": 64.74 }, { \"y\": 4.79, \"x\": 63.43 }, { \"y\": 2.96, \"x\": 63.17 }, { \"y\": 1.92, \"x\": 77.79 }, { \"y\": 4.58, \"x\": 79.31 }, { \"y\": 2.55, \"x\": 67.04 }, { \"y\": 1.81, \"x\": 71.47 }, { \"y\": 1.67, \"x\": 78.79 }, { \"y\": 4.29, \"x\": 63.76 }, { \"y\": -0.93, \"x\": 78.3 }, { \"y\": -4.75, \"x\": 77.83 }, { \"y\": -0.86, \"x\": 62.94 }, { \"y\": -0.83, \"x\": 69.9 }, { \"y\": -2.08, \"x\": 72.03 }, { \"y\": -4.07, \"x\": 62.05 }, { \"y\": -2.28, \"x\": 75.9 }, { \"y\": -0.2, \"x\": 68.15 }, { \"y\": -2.11, \"x\": 77.85 }, { \"y\": -0.35, \"x\": 72.49 }, { \"y\": -10.81, \"x\": 75.5 }, { \"y\": -14.25, \"x\": 61.55 }, { \"y\": -13.37, \"x\": 78.75 }, { \"y\": -14.07, \"x\": 60.92 }, { \"y\": -12.65, \"x\": 66.52 }, { \"y\": -12.54, \"x\": 63.48 }, { \"y\": -12.92, \"x\": 63.7 }, { \"y\": -14, \"x\": 70.43 }, { \"y\": -12.23, \"x\": 70.15 }, { \"y\": -11.6, \"x\": 73.35 }, { \"y\": 5.77, \"x\": 85.21 }, { \"y\": 7.86, \"x\": 85 }, { \"y\": 5.51, \"x\": 92.37 }, { \"y\": 6.67, \"x\": 96.62 }, { \"y\": 7.72, \"x\": 93.55 }, { \"y\": 8.23, \"x\": 88.62 }, { \"y\": 7.34, \"x\": 88.3 }, { \"y\": 8.93, \"x\": 92.87 }, { \"y\": 8.26, \"x\": 80.79 }, { \"y\": 9.74, \"x\": 98.47 }, { \"y\": 5.28, \"x\": 84.96 }, { \"y\": 5.87, \"x\": 88.23 }, { \"y\": 6.94, \"x\": 97.99 }, { \"y\": 8.36, \"x\": 91.77 }, { \"y\": 7.58, \"x\": 91.17 }, { \"y\": 8.59, \"x\": 99.78 }, { \"y\": 6.25, \"x\": 90.5 }, { \"y\": 6.52, \"x\": 93.5 }, { \"y\": 6.73, \"x\": 83.92 }, { \"y\": 9.15, \"x\": 94.04 }, { \"y\": 4.28, \"x\": 87.91 }, { \"y\": 4.72, \"x\": 95.86 }, { \"y\": 3.5, \"x\": 92.96 }, { \"y\": 3.61, \"x\": 98.71 }, { \"y\": 3.34, \"x\": 85.45 }, { \"y\": 3.68, \"x\": 85.64 }, { \"y\": 0.97, \"x\": 81.6 }, { \"y\": 1.89, \"x\": 91.89 }, { \"y\": 2.87, \"x\": 90.56 }, { \"y\": 1.22, \"x\": 98.86 }, { \"y\": -4.44, \"x\": 85.83 }, { \"y\": -1.19, \"x\": 81.98 }, { \"y\": -4.86, \"x\": 91.75 }, { \"y\": -0.69, \"x\": 80.56 }, { \"y\": -0.78, \"x\": 83.06 }, { \"y\": -4.66, \"x\": 87.16 }, { \"y\": -3.65, \"x\": 84.45 }, { \"y\": -0.02, \"x\": 83.33 }, { \"y\": -3.95, \"x\": 93.56 }, { \"y\": -3.08, \"x\": 85.54 }, { \"y\": -3.11, \"x\": 85.12 }, { \"y\": -0.85, \"x\": 99.82 }, { \"y\": -3.85, \"x\": 86.47 }, { \"y\": -2.02, \"x\": 99.31 }, { \"y\": -1.9, \"x\": 84.72 }, { \"y\": -2.14, \"x\": 83.6 }, { \"y\": -1.44, \"x\": 80.99 }, { \"y\": -2.88, \"x\": 90.6 }, { \"y\": -1.47, \"x\": 82.1 }, { \"y\": -0.99, \"x\": 86.32 }, { \"y\": -0.64, \"x\": 86.01 }, { \"y\": -3.81, \"x\": 85.06 }, { \"y\": -4.86, \"x\": 90.01 }, { \"y\": -2.17, \"x\": 91.98 }, { \"y\": -0.05, \"x\": 93.74 }, { \"y\": -0.46, \"x\": 82.02 }, { \"y\": -4.1, \"x\": 81.53 }, { \"y\": -1.36, \"x\": 91.92 }, { \"y\": -4.41, \"x\": 91.68 }, { \"y\": -3.24, \"x\": 97.09 }, { \"y\": -0.43, \"x\": 87.39 }, { \"y\": -3.98, \"x\": 81.88 }, { \"y\": -0.14, \"x\": 93.41 }, { \"y\": -1.86, \"x\": 99.59 }, { \"y\": -4.56, \"x\": 94.22 }, { \"y\": -4.46, \"x\": 85.44 }, { \"y\": -2.96, \"x\": 87.21 }, { \"y\": -0.48, \"x\": 87.99 }, { \"y\": -0.36, \"x\": 97.72 }, { \"y\": -0.55, \"x\": 90.3 }, { \"y\": -4.38, \"x\": 98.94 }, { \"y\": -0.22, \"x\": 96.09 }, { \"y\": -2.39, \"x\": 81.76 }, { \"y\": -2.75, \"x\": 92.15 }, { \"y\": -1.27, \"x\": 88.5 }, { \"y\": -2.66, \"x\": 92.9 }, { \"y\": -1.66, \"x\": 97.63 }, { \"y\": -2.35, \"x\": 97.67 }, { \"y\": -3.83, \"x\": 90.4 }, { \"y\": -3.94, \"x\": 80.48 }] }, { \"seriesname\": \"Major D\", \"anchorBgColor\": \"#7b84c5\", \"anchorBordercolor\": \"#4e5ab1\", \"anchorBorderThickness\": \"1\", \"data\": [{ \"y\": 8.79, \"x\": 20.84 }, { \"y\": 5.02, \"x\": 32.7 }, { \"y\": 9.94, \"x\": 37.82 }, { \"y\": 9.5, \"x\": 23.03 }, { \"y\": 7.05, \"x\": 29.93 }, { \"y\": 7.58, \"x\": 32.14 }, { \"y\": 5.35, \"x\": 21.02 }, { \"y\": 6.18, \"x\": 24.41 }, { \"y\": 5.16, \"x\": 34.53 }, { \"y\": 8.06, \"x\": 21.36 }, { \"y\": 8.13, \"x\": 23.65 }, { \"y\": 6.47, \"x\": 24.67 }, { \"y\": 5.7, \"x\": 32.89 }, { \"y\": 6.71, \"x\": 35.06 }, { \"y\": 6.37, \"x\": 31.12 }, { \"y\": 6.36, \"x\": 34.16 }, { \"y\": 6.58, \"x\": 36.18 }, { \"y\": 7.19, \"x\": 39.68 }, { \"y\": 8.38, \"x\": 22.28 }, { \"y\": 6.22, \"x\": 37.02 }, { \"y\": 9.55, \"x\": 23.6 }, { \"y\": 5.43, \"x\": 21.51 }, { \"y\": 6.2, \"x\": 20.6 }, { \"y\": 8.78, \"x\": 39.12 }, { \"y\": 5.97, \"x\": 27.06 }, { \"y\": 5.85, \"x\": 24.73 }, { \"y\": 8.52, \"x\": 26.54 }, { \"y\": 9.85, \"x\": 23.37 }, { \"y\": 9.79, \"x\": 22.03 }, { \"y\": 6.4, \"x\": 28.9 }, { \"y\": 4.05, \"x\": 21.02 }, { \"y\": 4.82, \"x\": 33.31 }, { \"y\": 0.27, \"x\": 37.81 }, { \"y\": 4.06, \"x\": 36.47 }, { \"y\": 1.51, \"x\": 23.57 }, { \"y\": 3.39, \"x\": 35.83 }, { \"y\": 3.18, \"x\": 29.81 }, { \"y\": 2.31, \"x\": 29.92 }, { \"y\": 0.96, \"x\": 37.15 }, { \"y\": 0.63, \"x\": 29.15 }, { \"y\": 1.61, \"x\": 35.03 }, { \"y\": 3.2, \"x\": 22.87 }, { \"y\": 0.04, \"x\": 25.75 }, { \"y\": 1.94, \"x\": 23.68 }, { \"y\": 3.13, \"x\": 23.17 }, { \"y\": 3.11, \"x\": 30.07 }, { \"y\": 2.87, \"x\": 20.98 }, { \"y\": 3.64, \"x\": 37.36 }, { \"y\": 2.82, \"x\": 39.15 }, { \"y\": 2.85, \"x\": 30.8 }, { \"y\": 4.96, \"x\": 38.48 }, { \"y\": 1.32, \"x\": 32.14 }, { \"y\": 3.06, \"x\": 22.77 }, { \"y\": 2.6, \"x\": 36.54 }, { \"y\": 3.22, \"x\": 26.34 }, { \"y\": 2.05, \"x\": 30.65 }, { \"y\": 3.75, \"x\": 28.27 }, { \"y\": 1.12, \"x\": 34.41 }, { \"y\": 2.33, \"x\": 24.61 }, { \"y\": 3.19, \"x\": 30.16 }, { \"y\": 3.87, \"x\": 34.21 }, { \"y\": 3.66, \"x\": 20.57 }, { \"y\": 3.21, \"x\": 37.81 }, { \"y\": 1.44, \"x\": 21.94 }, { \"y\": 2.12, \"x\": 35.42 }, { \"y\": 2.3, \"x\": 26.5 }, { \"y\": 2.72, \"x\": 22.2 }, { \"y\": 4.25, \"x\": 25.45 }, { \"y\": 0.54, \"x\": 24 }, { \"y\": 4.37, \"x\": 21.61 }, { \"y\": 0.61, \"x\": 27.97 }, { \"y\": 1.94, \"x\": 30.56 }, { \"y\": 2.41, \"x\": 32.38 }, { \"y\": 2.82, \"x\": 38.2 }, { \"y\": 4.53, \"x\": 31.08 }, { \"y\": 1.18, \"x\": 24.7 }, { \"y\": 4.93, \"x\": 33.06 }, { \"y\": 4.99, \"x\": 23.26 }, { \"y\": 4.35, \"x\": 22.3 }, { \"y\": 4.26, \"x\": 29.43 }, { \"y\": -2.12, \"x\": 35.63 }, { \"y\": -2.81, \"x\": 36.74 }, { \"y\": -3.1, \"x\": 33.04 }, { \"y\": -3.51, \"x\": 30.79 }, { \"y\": -0.72, \"x\": 31.39 }, { \"y\": -0.88, \"x\": 21.99 }, { \"y\": -3.43, \"x\": 23.19 }, { \"y\": -3.71, \"x\": 29.77 }, { \"y\": -4.73, \"x\": 35.38 }, { \"y\": -2.47, \"x\": 32.9 }, { \"y\": -1.72, \"x\": 35.17 }, { \"y\": -4.12, \"x\": 22.72 }, { \"y\": -3.83, \"x\": 34.06 }, { \"y\": -4.6, \"x\": 31.9 }, { \"y\": -4.1, \"x\": 23.09 }, { \"y\": -2.01, \"x\": 30 }, { \"y\": -0.62, \"x\": 30.29 }, { \"y\": -3.76, \"x\": 37.05 }, { \"y\": -1.48, \"x\": 27.5 }, { \"y\": -3.85, \"x\": 33.24 }, { \"y\": -2.86, \"x\": 22.38 }, { \"y\": -3.99, \"x\": 39.67 }, { \"y\": -0.87, \"x\": 39.59 }, { \"y\": -4.7, \"x\": 39.58 }, { \"y\": -4.7, \"x\": 37.95 }, { \"y\": -2.44, \"x\": 26.51 }, { \"y\": -2.7, \"x\": 32.62 }, { \"y\": -1.64, \"x\": 27.55 }, { \"y\": -3.57, \"x\": 35.9 }, { \"y\": -0.65, \"x\": 30.51 }, { \"y\": 8.19, \"x\": 40.78 }, { \"y\": 6.29, \"x\": 46.39 }, { \"y\": 8.75, \"x\": 51.92 }, { \"y\": 6.01, \"x\": 46.42 }, { \"y\": 8.98, \"x\": 49.36 }, { \"y\": 9.79, \"x\": 57.82 }, { \"y\": 5.22, \"x\": 50.03 }, { \"y\": 7.6, \"x\": 53.83 }, { \"y\": 5.18, \"x\": 44.78 }, { \"y\": 7.29, \"x\": 48.74 }, { \"y\": 5.39, \"x\": 41.74 }, { \"y\": 6.75, \"x\": 40.52 }, { \"y\": 6.06, \"x\": 56.86 }, { \"y\": 6.74, \"x\": 52.74 }, { \"y\": 8.8, \"x\": 43.16 }, { \"y\": 7.66, \"x\": 48.26 }, { \"y\": 8.36, \"x\": 54.27 }, { \"y\": 5.72, \"x\": 42.97 }, { \"y\": 6.92, \"x\": 57.78 }, { \"y\": 7.35, \"x\": 55.83 }, { \"y\": 2.3, \"x\": 57.6 }, { \"y\": 4.78, \"x\": 42.61 }, { \"y\": 1.7, \"x\": 55.06 }, { \"y\": 3.25, \"x\": 40.44 }, { \"y\": 0.48, \"x\": 45.76 }, { \"y\": 2.42, \"x\": 52.82 }, { \"y\": 2.81, \"x\": 49.43 }, { \"y\": 4.77, \"x\": 52.37 }, { \"y\": 3.39, \"x\": 53.05 }, { \"y\": 4.33, \"x\": 41.53 }, { \"y\": 4.47, \"x\": 46.46 }, { \"y\": 2.08, \"x\": 52.2 }, { \"y\": 0.95, \"x\": 48.19 }, { \"y\": 0.79, \"x\": 52.11 }, { \"y\": 1.5, \"x\": 43.35 }, { \"y\": 0.46, \"x\": 49.48 }, { \"y\": 3.67, \"x\": 48.21 }, { \"y\": 3.4, \"x\": 45.47 }, { \"y\": 0.17, \"x\": 48.97 }, { \"y\": 4.35, \"x\": 52.84 }, { \"y\": 0.34, \"x\": 40.68 }, { \"y\": 1.02, \"x\": 54.17 }, { \"y\": 3.2, \"x\": 48.74 }, { \"y\": 4.38, \"x\": 46.64 }, { \"y\": 0.31, \"x\": 46.06 }, { \"y\": 2.44, \"x\": 48.94 }, { \"y\": 1.16, \"x\": 47.24 }, { \"y\": 0.33, \"x\": 44.85 }, { \"y\": 3.37, \"x\": 47.87 }, { \"y\": 3.05, \"x\": 41.73 }, { \"y\": 2.87, \"x\": 50.93 }, { \"y\": 3.81, \"x\": 53.6 }, { \"y\": 4.54, \"x\": 40.35 }, { \"y\": 4.98, \"x\": 54.32 }, { \"y\": 3.56, \"x\": 42.2 }, { \"y\": 3.54, \"x\": 51.32 }, { \"y\": 2.91, \"x\": 45.53 }, { \"y\": 2.4, \"x\": 46.45 }, { \"y\": 1.71, \"x\": 46.24 }, { \"y\": 2.01, \"x\": 40.02 }, { \"y\": 4.93, \"x\": 40.01 }, { \"y\": 3.07, \"x\": 55.22 }, { \"y\": 2.82, \"x\": 56.86 }, { \"y\": 0.8, \"x\": 40.89 }, { \"y\": 1.85, \"x\": 56.74 }, { \"y\": 1.58, \"x\": 49.84 }, { \"y\": 0.05, \"x\": 55.02 }, { \"y\": 1.94, \"x\": 46.97 }, { \"y\": 4.54, \"x\": 44.84 }, { \"y\": 0.95, \"x\": 41.52 }, { \"y\": 2.72, \"x\": 42.36 }, { \"y\": 0.91, \"x\": 49.57 }, { \"y\": 0.38, \"x\": 53.48 }, { \"y\": 3.44, \"x\": 44.42 }, { \"y\": 2.78, \"x\": 45.93 }, { \"y\": 3.61, \"x\": 54.22 }, { \"y\": 0.9, \"x\": 45.16 }, { \"y\": 0.07, \"x\": 52.34 }, { \"y\": 3.96, \"x\": 53.42 }, { \"y\": 1.12, \"x\": 46.55 }, { \"y\": 3.69, \"x\": 55.5 }, { \"y\": 0.9, \"x\": 44.3 }, { \"y\": 2.14, \"x\": 50.76 }, { \"y\": 2.88, \"x\": 57.82 }, { \"y\": 2.76, \"x\": 52.53 }, { \"y\": 4.54, \"x\": 52.72 }, { \"y\": 3, \"x\": 43.55 }, { \"y\": 2.01, \"x\": 58.09 }, { \"y\": 1.53, \"x\": 48.27 }, { \"y\": 4.75, \"x\": 58.18 }, { \"y\": 4.98, \"x\": 55.4 }, { \"y\": 3.82, \"x\": 43.09 }, { \"y\": 0.09, \"x\": 54.9 }, { \"y\": 3.11, \"x\": 42.09 }, { \"y\": 0.24, \"x\": 54.73 }, { \"y\": 2.85, \"x\": 48.83 }, { \"y\": 1.6, \"x\": 42.92 }, { \"y\": 4.43, \"x\": 57.4 }, { \"y\": 4.09, \"x\": 44.54 }, { \"y\": 4.47, \"x\": 49.45 }, { \"y\": 4.55, \"x\": 52.28 }, { \"y\": 0.41, \"x\": 43.39 }, { \"y\": 1.64, \"x\": 45.83 }, { \"y\": 2.99, \"x\": 58.19 }, { \"y\": 0.01, \"x\": 44.1 }, { \"y\": 0.91, \"x\": 49.36 }, { \"y\": 2.9, \"x\": 51.32 }, { \"y\": 3.93, \"x\": 57.38 }, { \"y\": 2.6, \"x\": 56.68 }, { \"y\": 4.88, \"x\": 56.4 }, { \"y\": 4.1, \"x\": 41.46 }, { \"y\": 4.26, \"x\": 58.19 }, { \"y\": 4.97, \"x\": 48.84 }, { \"y\": 0.37, \"x\": 51.08 }, { \"y\": 0.28, \"x\": 47.66 }, { \"y\": 2.26, \"x\": 47.97 }, { \"y\": 1.1, \"x\": 49.38 }, { \"y\": 2.6, \"x\": 50.43 }, { \"y\": 4.5, \"x\": 47.69 }, { \"y\": 2.64, \"x\": 56.6 }, { \"y\": -2.56, \"x\": 44.95 }, { \"y\": -3.29, \"x\": 54.81 }, { \"y\": -0.79, \"x\": 41.24 }, { \"y\": -4.05, \"x\": 40.75 }, { \"y\": -4.63, \"x\": 45.63 }, { \"y\": -4.86, \"x\": 40.94 }, { \"y\": -1.52, \"x\": 55.19 }, { \"y\": -1.73, \"x\": 48.32 }, { \"y\": -2.38, \"x\": 58.22 }, { \"y\": -4.11, \"x\": 59.96 }, { \"y\": -4.2, \"x\": 51.52 }, { \"y\": -0.26, \"x\": 40.67 }, { \"y\": -3.29, \"x\": 57.11 }, { \"y\": -0.75, \"x\": 46.91 }, { \"y\": -1.62, \"x\": 55.56 }, { \"y\": -4.03, \"x\": 45.71 }, { \"y\": -3, \"x\": 59.74 }, { \"y\": -1.27, \"x\": 53.82 }, { \"y\": -2.92, \"x\": 42.43 }, { \"y\": -0.3, \"x\": 41.23 }, { \"y\": 7.08, \"x\": 72.88 }, { \"y\": 7.01, \"x\": 68.33 }, { \"y\": 6.74, \"x\": 70.59 }, { \"y\": 7.93, \"x\": 69.9 }, { \"y\": 8.63, \"x\": 78.35 }, { \"y\": 6.18, \"x\": 61.78 }, { \"y\": 9.92, \"x\": 65.32 }, { \"y\": 6.77, \"x\": 62.33 }, { \"y\": 9.64, \"x\": 66.82 }, { \"y\": 7.73, \"x\": 78.84 }, { \"y\": 7.66, \"x\": 75.46 }, { \"y\": 6.26, \"x\": 68.18 }, { \"y\": 5.23, \"x\": 63.75 }, { \"y\": 9.19, \"x\": 62.01 }, { \"y\": 9.72, \"x\": 69.74 }, { \"y\": 6.84, \"x\": 62.79 }, { \"y\": 5.9, \"x\": 63.69 }, { \"y\": 8.6, \"x\": 61.36 }, { \"y\": 8.1, \"x\": 74.92 }, { \"y\": 7.35, \"x\": 62 }, { \"y\": 2.71, \"x\": 78.19 }, { \"y\": 4.64, \"x\": 74.62 }, { \"y\": 1.75, \"x\": 77.69 }, { \"y\": 0.95, \"x\": 77.95 }, { \"y\": 0.03, \"x\": 77.34 }, { \"y\": 1.63, \"x\": 77.14 }, { \"y\": 3.13, \"x\": 70.45 }, { \"y\": 3.36, \"x\": 77.13 }, { \"y\": 2.79, \"x\": 62.43 }, { \"y\": 3.85, \"x\": 63.97 }, { \"y\": 0.67, \"x\": 64.77 }, { \"y\": 0.09, \"x\": 60.66 }, { \"y\": 4.09, \"x\": 66.38 }, { \"y\": 1.39, \"x\": 70.76 }, { \"y\": 3.86, \"x\": 78.91 }, { \"y\": 2.64, \"x\": 79.41 }, { \"y\": 0.17, \"x\": 75.75 }, { \"y\": 1.95, \"x\": 64.92 }, { \"y\": 3.44, \"x\": 69.59 }, { \"y\": 3.65, \"x\": 68.16 }, { \"y\": 2.23, \"x\": 78.26 }, { \"y\": 1.31, \"x\": 65.89 }, { \"y\": 3.83, \"x\": 62.08 }, { \"y\": 1.33, \"x\": 60.86 }, { \"y\": 0.2, \"x\": 67.83 }, { \"y\": 1.94, \"x\": 67.35 }, { \"y\": 2.01, \"x\": 61.89 }, { \"y\": 4.92, \"x\": 67.4 }, { \"y\": 4.79, \"x\": 75.77 }, { \"y\": 4.41, \"x\": 66.19 }, { \"y\": -1.61, \"x\": 78.83 }, { \"y\": -4.94, \"x\": 65.44 }, { \"y\": -1.33, \"x\": 72.89 }, { \"y\": -1.89, \"x\": 76.54 }, { \"y\": -4.79, \"x\": 62.99 }, { \"y\": -4.88, \"x\": 72.71 }, { \"y\": -2.28, \"x\": 64.35 }, { \"y\": -0.34, \"x\": 72.22 }, { \"y\": -2.17, \"x\": 62.13 }, { \"y\": -4.57, \"x\": 63.87 }, { \"y\": 6.69, \"x\": 94.13 }, { \"y\": 5.43, \"x\": 89.45 }, { \"y\": 5.09, \"x\": 97.99 }, { \"y\": 9.25, \"x\": 83.16 }, { \"y\": 9.54, \"x\": 93.71 }, { \"y\": 9.5, \"x\": 87.85 }, { \"y\": 5.11, \"x\": 82.22 }, { \"y\": 9.31, \"x\": 82.49 }, { \"y\": 8.85, \"x\": 91.44 }, { \"y\": 9.84, \"x\": 80.48 }, { \"y\": -0.78, \"x\": 89.91 }, { \"y\": -3.92, \"x\": 83.28 }, { \"y\": -0.79, \"x\": 83.24 }, { \"y\": -0.82, \"x\": 99.54 }, { \"y\": -4.72, \"x\": 90.06 }, { \"y\": -3.17, \"x\": 90.99 }, { \"y\": -0.89, \"x\": 86.99 }, { \"y\": -1.04, \"x\": 80.6 }, { \"y\": -1.75, \"x\": 98.2 }, { \"y\": -4.75, \"x\": 87.98 }] }, { \"seriesname\": \"Major E\", \"anchorBgColor\": \"#63aca5\", \"anchorBordercolor\": \"#59a69f\", \"anchorBorderThickness\": \"1\", \"data\": [{ \"y\": 0.73, \"x\": 23.85 }, { \"y\": 1.81, \"x\": 29.3 }, { \"y\": 0.95, \"x\": 23.38 }, { \"y\": 2.36, \"x\": 20.58 }, { \"y\": 3.44, \"x\": 24.62 }, { \"y\": 2.58, \"x\": 38.47 }, { \"y\": 3.59, \"x\": 22.4 }, { \"y\": 0.31, \"x\": 28.34 }, { \"y\": 1.77, \"x\": 37.25 }, { \"y\": 3.33, \"x\": 32.37 }, { \"y\": 4.27, \"x\": 22.84 }, { \"y\": 0.36, \"x\": 34.12 }, { \"y\": 1.02, \"x\": 22.23 }, { \"y\": 3.82, \"x\": 39.67 }, { \"y\": 2, \"x\": 33.36 }, { \"y\": 2.45, \"x\": 28.77 }, { \"y\": 3.38, \"x\": 32.35 }, { \"y\": 0.01, \"x\": 28.08 }, { \"y\": 0.81, \"x\": 21.62 }, { \"y\": 0.9, \"x\": 31.32 }, { \"y\": 14.13, \"x\": 50.03 }, { \"y\": 10.34, \"x\": 47.1 }, { \"y\": 11.53, \"x\": 42.13 }, { \"y\": 13.98, \"x\": 56.46 }, { \"y\": 10.51, \"x\": 47.68 }, { \"y\": 12.92, \"x\": 49.9 }, { \"y\": 13.77, \"x\": 46.66 }, { \"y\": 13.87, \"x\": 49.26 }, { \"y\": 13.46, \"x\": 58.23 }, { \"y\": 10.46, \"x\": 42.17 }, { \"y\": 7.19, \"x\": 56.2 }, { \"y\": 6.35, \"x\": 46.14 }, { \"y\": 7.9, \"x\": 59.4 }, { \"y\": 6.27, \"x\": 40.17 }, { \"y\": 7.54, \"x\": 42.98 }, { \"y\": 6.15, \"x\": 57.35 }, { \"y\": 5.43, \"x\": 43.52 }, { \"y\": 6.84, \"x\": 47.91 }, { \"y\": 8.62, \"x\": 58.74 }, { \"y\": 6.55, \"x\": 59.84 }, { \"y\": 8.77, \"x\": 47.05 }, { \"y\": 8.87, \"x\": 47.81 }, { \"y\": 9.63, \"x\": 59.75 }, { \"y\": 9.68, \"x\": 41.9 }, { \"y\": 8.5, \"x\": 43.73 }, { \"y\": 6.12, \"x\": 52.49 }, { \"y\": 7.75, \"x\": 43.06 }, { \"y\": 5.65, \"x\": 50.33 }, { \"y\": 6.8, \"x\": 53.34 }, { \"y\": 5.4, \"x\": 42.25 }, { \"y\": 6.15, \"x\": 58.47 }, { \"y\": 6.45, \"x\": 40.73 }, { \"y\": 9.14, \"x\": 58.47 }, { \"y\": 9.81, \"x\": 52.89 }, { \"y\": 5.41, \"x\": 47.01 }, { \"y\": 5.01, \"x\": 46.46 }, { \"y\": 6.37, \"x\": 59.03 }, { \"y\": 5.98, \"x\": 51.92 }, { \"y\": 7.97, \"x\": 44.32 }, { \"y\": 5.98, \"x\": 57.48 }, { \"y\": 7.07, \"x\": 45.87 }, { \"y\": 6.52, \"x\": 55.7 }, { \"y\": 6.98, \"x\": 44.69 }, { \"y\": 6.49, \"x\": 57.43 }, { \"y\": 8.83, \"x\": 57.1 }, { \"y\": 8.71, \"x\": 52.76 }, { \"y\": 5.97, \"x\": 50.32 }, { \"y\": 9.6, \"x\": 52.23 }, { \"y\": 8.35, \"x\": 56.72 }, { \"y\": 8.07, \"x\": 55.86 }, { \"y\": 8.57, \"x\": 47.44 }, { \"y\": 9.09, \"x\": 56 }, { \"y\": 6.89, \"x\": 41.11 }, { \"y\": 5.72, \"x\": 46.96 }, { \"y\": 7.27, \"x\": 43.3 }, { \"y\": 6.21, \"x\": 56.71 }, { \"y\": 8, \"x\": 50.48 }, { \"y\": 5.98, \"x\": 52.89 }, { \"y\": 7.5, \"x\": 43.63 }, { \"y\": 7.49, \"x\": 54.45 }, { \"y\": 6.36, \"x\": 46.99 }, { \"y\": 5.23, \"x\": 45.92 }, { \"y\": 6.57, \"x\": 44.71 }, { \"y\": 7.74, \"x\": 48.69 }, { \"y\": 9.62, \"x\": 53.13 }, { \"y\": 5.97, \"x\": 43.37 }, { \"y\": 7.7, \"x\": 55.07 }, { \"y\": 6.03, \"x\": 57.28 }, { \"y\": 7.55, \"x\": 51.7 }, { \"y\": 7.8, \"x\": 40.87 }, { \"y\": 8.96, \"x\": 47.35 }, { \"y\": 7.73, \"x\": 49.09 }, { \"y\": 5.88, \"x\": 40.2 }, { \"y\": 8.63, \"x\": 48.37 }, { \"y\": 8.09, \"x\": 49.18 }, { \"y\": 5.06, \"x\": 48.92 }, { \"y\": 6.87, \"x\": 50.04 }, { \"y\": 6.13, \"x\": 42.42 }, { \"y\": 9.42, \"x\": 45.99 }, { \"y\": 5.16, \"x\": 57.93 }, { \"y\": 1.56, \"x\": 49.81 }, { \"y\": 1.23, \"x\": 57.29 }, { \"y\": 4.27, \"x\": 43.58 }, { \"y\": 2.19, \"x\": 40.82 }, { \"y\": 2.94, \"x\": 44.16 }, { \"y\": 3.32, \"x\": 44.75 }, { \"y\": 2.29, \"x\": 44.83 }, { \"y\": 1.13, \"x\": 47.99 }, { \"y\": 3.39, \"x\": 48.3 }, { \"y\": 3.88, \"x\": 55 }, { \"y\": 4.7, \"x\": 40.75 }, { \"y\": 3.91, \"x\": 48.68 }, { \"y\": 3.24, \"x\": 56.87 }, { \"y\": 4.69, \"x\": 47.66 }, { \"y\": 1.26, \"x\": 41.05 }, { \"y\": 2.96, \"x\": 42.73 }, { \"y\": 3.57, \"x\": 42.49 }, { \"y\": 2.84, \"x\": 50.22 }, { \"y\": 3.32, \"x\": 55.3 }, { \"y\": 0.75, \"x\": 52.71 }, { \"y\": 3.89, \"x\": 54.53 }, { \"y\": 2.14, \"x\": 52.64 }, { \"y\": 0.05, \"x\": 57.16 }, { \"y\": 0.04, \"x\": 40.86 }, { \"y\": 1.52, \"x\": 51 }, { \"y\": 3.31, \"x\": 50.14 }, { \"y\": 1.04, \"x\": 46.38 }, { \"y\": 1.95, \"x\": 55.87 }, { \"y\": 2, \"x\": 55.74 }, { \"y\": 1.12, \"x\": 53.45 }, { \"y\": 0.37, \"x\": 48.53 }, { \"y\": 2.81, \"x\": 59.44 }, { \"y\": 1.86, \"x\": 48.25 }, { \"y\": 3.31, \"x\": 42.22 }, { \"y\": 0.42, \"x\": 42.03 }, { \"y\": 2.84, \"x\": 46.37 }, { \"y\": 4.7, \"x\": 58.25 }, { \"y\": 3.86, \"x\": 43.96 }, { \"y\": 3.58, \"x\": 49.34 }, { \"y\": 1.18, \"x\": 46.88 }, { \"y\": 2.11, \"x\": 45.24 }, { \"y\": 2.84, \"x\": 51.22 }, { \"y\": 2.23, \"x\": 50 }, { \"y\": 2.06, \"x\": 59.35 }, { \"y\": 2.02, \"x\": 41.43 }, { \"y\": 0.74, \"x\": 57.42 }, { \"y\": 0.23, \"x\": 50.73 }, { \"y\": 1.79, \"x\": 46.47 }, { \"y\": 0.19, \"x\": 55.98 }, { \"y\": 4.04, \"x\": 52.78 }, { \"y\": -2.43, \"x\": 53.03 }, { \"y\": -2.33, \"x\": 52.67 }, { \"y\": -1.34, \"x\": 42.54 }, { \"y\": -3.23, \"x\": 45.44 }, { \"y\": -4.67, \"x\": 40.18 }, { \"y\": -1.34, \"x\": 45.23 }, { \"y\": -4.94, \"x\": 59.86 }, { \"y\": -1.99, \"x\": 57.87 }, { \"y\": -2.1, \"x\": 41.45 }, { \"y\": -2.83, \"x\": 42.46 }, { \"y\": -2.33, \"x\": 46.85 }, { \"y\": -0.28, \"x\": 46.49 }, { \"y\": -1.78, \"x\": 47.29 }, { \"y\": -4.78, \"x\": 52.64 }, { \"y\": -3.48, \"x\": 45.87 }, { \"y\": -0.17, \"x\": 42.54 }, { \"y\": -2.34, \"x\": 52.46 }, { \"y\": -1.05, \"x\": 49.65 }, { \"y\": -0.66, \"x\": 46.93 }, { \"y\": -2.5, \"x\": 51.19 }, { \"y\": -6.82, \"x\": 46.37 }, { \"y\": -7.65, \"x\": 51.27 }, { \"y\": -7.05, \"x\": 54.23 }, { \"y\": -7.13, \"x\": 41.51 }, { \"y\": -8.4, \"x\": 50.97 }, { \"y\": -6.85, \"x\": 41.41 }, { \"y\": -6.41, \"x\": 50.61 }, { \"y\": -5.79, \"x\": 55.83 }, { \"y\": -8.39, \"x\": 58.28 }, { \"y\": -5.18, \"x\": 43.56 }, { \"y\": -6.65, \"x\": 58.58 }, { \"y\": -5.99, \"x\": 54.99 }, { \"y\": -5.7, \"x\": 58.4 }, { \"y\": -7.68, \"x\": 54.04 }, { \"y\": -8.36, \"x\": 59 }, { \"y\": -9.99, \"x\": 59.39 }, { \"y\": -6.18, \"x\": 43.64 }, { \"y\": -7.37, \"x\": 47.17 }, { \"y\": -9.26, \"x\": 43 }, { \"y\": -5.89, \"x\": 52.08 }, { \"y\": -12.51, \"x\": 53.17 }, { \"y\": -12.43, \"x\": 48.94 }, { \"y\": -14.59, \"x\": 57.28 }, { \"y\": -13.62, \"x\": 57.21 }, { \"y\": -14.96, \"x\": 54.63 }, { \"y\": -11.72, \"x\": 50.01 }, { \"y\": -13.62, \"x\": 40.95 }, { \"y\": -12.81, \"x\": 45.06 }, { \"y\": -11.27, \"x\": 50.54 }, { \"y\": -12.43, \"x\": 52.67 }, { \"y\": 6.92, \"x\": 62.76 }, { \"y\": 6.43, \"x\": 75.71 }, { \"y\": 5.52, \"x\": 67.56 }, { \"y\": 7.58, \"x\": 63.87 }, { \"y\": 8.58, \"x\": 76.78 }, { \"y\": 9.73, \"x\": 70.3 }, { \"y\": 8.91, \"x\": 76.73 }, { \"y\": 7.48, \"x\": 73.16 }, { \"y\": 8.78, \"x\": 70.12 }, { \"y\": 7.22, \"x\": 63.63 }, { \"y\": 9.77, \"x\": 76.66 }, { \"y\": 5.37, \"x\": 65.78 }, { \"y\": 5.43, \"x\": 61.74 }, { \"y\": 6.38, \"x\": 76.43 }, { \"y\": 6.75, \"x\": 79.03 }, { \"y\": 6.92, \"x\": 79.5 }, { \"y\": 6.11, \"x\": 70.94 }, { \"y\": 8.47, \"x\": 78.32 }, { \"y\": 9.74, \"x\": 77.71 }, { \"y\": 5.1, \"x\": 67.43 }, { \"y\": 8.32, \"x\": 69.4 }, { \"y\": 6.05, \"x\": 79.54 }, { \"y\": 7.68, \"x\": 61.63 }, { \"y\": 8.1, \"x\": 64.61 }, { \"y\": 9.84, \"x\": 67.01 }, { \"y\": 8.57, \"x\": 63.26 }, { \"y\": 7.57, \"x\": 66.36 }, { \"y\": 7.17, \"x\": 65.24 }, { \"y\": 6.19, \"x\": 76.68 }, { \"y\": 7.15, \"x\": 73.83 }, { \"y\": 6.03, \"x\": 69.73 }, { \"y\": 6.6, \"x\": 66.28 }, { \"y\": 5.09, \"x\": 66.64 }, { \"y\": 9.51, \"x\": 71.15 }, { \"y\": 8.77, \"x\": 65.61 }, { \"y\": 5.22, \"x\": 66.61 }, { \"y\": 8.15, \"x\": 79.58 }, { \"y\": 5.27, \"x\": 62.06 }, { \"y\": 9.28, \"x\": 68.22 }, { \"y\": 8.43, \"x\": 70.33 }, { \"y\": 5.82, \"x\": 70.51 }, { \"y\": 8.26, \"x\": 70.65 }, { \"y\": 8.61, \"x\": 72.75 }, { \"y\": 7.78, \"x\": 61.32 }, { \"y\": 8.37, \"x\": 79.1 }, { \"y\": 8.97, \"x\": 78.15 }, { \"y\": 8.7, \"x\": 74.74 }, { \"y\": 7.78, \"x\": 64.96 }, { \"y\": 8.81, \"x\": 63.81 }, { \"y\": 8.66, \"x\": 69.2 }, { \"y\": 7.48, \"x\": 63.65 }, { \"y\": 9.33, \"x\": 68.85 }, { \"y\": 6.67, \"x\": 64.65 }, { \"y\": 8.9, \"x\": 75.74 }, { \"y\": 8.17, \"x\": 79.68 }, { \"y\": 7.86, \"x\": 71.17 }, { \"y\": 8.11, \"x\": 74.46 }, { \"y\": 6.49, \"x\": 75.66 }, { \"y\": 6.19, \"x\": 71.03 }, { \"y\": 8.1, \"x\": 73.22 }, { \"y\": 9.75, \"x\": 65.01 }, { \"y\": 6.7, \"x\": 61.87 }, { \"y\": 5.96, \"x\": 77.89 }, { \"y\": 5.72, \"x\": 70.74 }, { \"y\": 5.33, \"x\": 66.49 }, { \"y\": 7.94, \"x\": 79.7 }, { \"y\": 8.67, \"x\": 66.94 }, { \"y\": 9.38, \"x\": 60.29 }, { \"y\": 9.29, \"x\": 61.61 }, { \"y\": 9.8, \"x\": 69.61 }, { \"y\": 7.12, \"x\": 76.54 }, { \"y\": 5.76, \"x\": 67.03 }, { \"y\": 7.66, \"x\": 71.34 }, { \"y\": 7.62, \"x\": 61.29 }, { \"y\": 5.31, \"x\": 69.83 }, { \"y\": 9.43, \"x\": 77.45 }, { \"y\": 5.59, \"x\": 67.03 }, { \"y\": 9.99, \"x\": 60.62 }, { \"y\": 5.49, \"x\": 71.8 }, { \"y\": 5.43, \"x\": 68.67 }, { \"y\": 0.55, \"x\": 76.05 }, { \"y\": 2.05, \"x\": 75.86 }, { \"y\": 1.62, \"x\": 76.48 }, { \"y\": 0.34, \"x\": 71.48 }, { \"y\": 1.63, \"x\": 61.21 }, { \"y\": 2.58, \"x\": 79.3 }, { \"y\": 1.02, \"x\": 79.69 }, { \"y\": 4.39, \"x\": 74.31 }, { \"y\": 4.24, \"x\": 72.01 }, { \"y\": 4.81, \"x\": 69.14 }, { \"y\": 0.17, \"x\": 72.3 }, { \"y\": 2.19, \"x\": 61.11 }, { \"y\": 0.88, \"x\": 63.48 }, { \"y\": 4.26, \"x\": 65.47 }, { \"y\": 1.24, \"x\": 75.11 }, { \"y\": 0.08, \"x\": 70.6 }, { \"y\": 3.78, \"x\": 65.76 }, { \"y\": 0.05, \"x\": 73.15 }, { \"y\": 3.92, \"x\": 63.39 }, { \"y\": 0.04, \"x\": 61.3 }, { \"y\": 2.56, \"x\": 69.35 }, { \"y\": 0.82, \"x\": 73.25 }, { \"y\": 1.59, \"x\": 67.34 }, { \"y\": 0.77, \"x\": 77 }, { \"y\": 1.6, \"x\": 64.1 }, { \"y\": 0.8, \"x\": 78.9 }, { \"y\": 1.65, \"x\": 78.87 }, { \"y\": 0.04, \"x\": 68.91 }, { \"y\": 3.48, \"x\": 70.51 }, { \"y\": 0.26, \"x\": 64.71 }, { \"y\": 0.78, \"x\": 78.06 }, { \"y\": 4.72, \"x\": 76.63 }, { \"y\": 4.01, \"x\": 72.64 }, { \"y\": 3.03, \"x\": 65.3 }, { \"y\": 2.92, \"x\": 70.51 }, { \"y\": 4.49, \"x\": 76.26 }, { \"y\": 3.15, \"x\": 78.49 }, { \"y\": 3.11, \"x\": 79.82 }, { \"y\": 4.36, \"x\": 62.94 }, { \"y\": 4.9, \"x\": 71.5 }, { \"y\": 3.13, \"x\": 78.98 }, { \"y\": 3.78, \"x\": 75.06 }, { \"y\": 2.89, \"x\": 72.47 }, { \"y\": 4.27, \"x\": 64.08 }, { \"y\": 0.74, \"x\": 61.76 }, { \"y\": 0.93, \"x\": 62.51 }, { \"y\": 2.44, \"x\": 60.09 }, { \"y\": 3.24, \"x\": 64.44 }, { \"y\": 1.77, \"x\": 75.77 }, { \"y\": 2.61, \"x\": 62.1 }, { \"y\": -0.47, \"x\": 60.12 }, { \"y\": -3.65, \"x\": 65.29 }, { \"y\": -4.61, \"x\": 63.78 }, { \"y\": -2.62, \"x\": 75.89 }, { \"y\": -4.51, \"x\": 66.28 }, { \"y\": -4.13, \"x\": 79.3 }, { \"y\": -4.46, \"x\": 74.7 }, { \"y\": -0.99, \"x\": 74.57 }, { \"y\": -0.5, \"x\": 78.5 }, { \"y\": -0.84, \"x\": 71.51 }, { \"y\": -2.73, \"x\": 76.18 }, { \"y\": -0.07, \"x\": 72.58 }, { \"y\": -4.57, \"x\": 71.81 }, { \"y\": -0.02, \"x\": 69.85 }, { \"y\": -3.75, \"x\": 74.58 }, { \"y\": -4.25, \"x\": 63.65 }, { \"y\": -4.62, \"x\": 79.93 }, { \"y\": -2.69, \"x\": 77 }, { \"y\": -4.37, \"x\": 77.41 }, { \"y\": -3.78, \"x\": 76.37 }, { \"y\": -5.05, \"x\": 75.54 }, { \"y\": -7.33, \"x\": 79.62 }, { \"y\": -8.81, \"x\": 72.73 }, { \"y\": -8.66, \"x\": 67.37 }, { \"y\": -7.07, \"x\": 65.37 }, { \"y\": -8.98, \"x\": 68.78 }, { \"y\": -9.13, \"x\": 75.12 }, { \"y\": -6.02, \"x\": 61.47 }, { \"y\": -7.92, \"x\": 60.77 }, { \"y\": -6.61, \"x\": 69.4 }, { \"y\": -8.7, \"x\": 60.09 }, { \"y\": -8.59, \"x\": 66.46 }, { \"y\": -8.09, \"x\": 72.96 }, { \"y\": -7.5, \"x\": 65.14 }, { \"y\": -9.52, \"x\": 78.35 }, { \"y\": -7.68, \"x\": 61.91 }, { \"y\": -7.69, \"x\": 79.27 }, { \"y\": -5.81, \"x\": 79.38 }, { \"y\": -8.49, \"x\": 79.19 }, { \"y\": -8.52, \"x\": 71.71 }, { \"y\": -12.53, \"x\": 75.02 }, { \"y\": -13.03, \"x\": 70.3 }, { \"y\": -10.64, \"x\": 60.76 }, { \"y\": -10.88, \"x\": 75.87 }, { \"y\": -11.89, \"x\": 70.16 }, { \"y\": -12.88, \"x\": 69.47 }, { \"y\": -10.78, \"x\": 70.84 }, { \"y\": -10.92, \"x\": 64.68 }, { \"y\": -11.32, \"x\": 71.46 }, { \"y\": -11.63, \"x\": 63.98 }, { \"y\": 5.43, \"x\": 68.9 }, { \"y\": 9.94, \"x\": 63.25 }, { \"y\": 6.41, \"x\": 76.24 }, { \"y\": 7.76, \"x\": 72.08 }, { \"y\": 5.75, \"x\": 65.72 }, { \"y\": 7.22, \"x\": 66.08 }, { \"y\": 9.96, \"x\": 75.08 }, { \"y\": 9.38, \"x\": 66.16 }, { \"y\": 9.47, \"x\": 64.79 }, { \"y\": 6.12, \"x\": 72.33 }, { \"y\": 2.81, \"x\": 74.21 }, { \"y\": 0.39, \"x\": 67.92 }, { \"y\": 3.5, \"x\": 60.31 }, { \"y\": 2.94, \"x\": 75.56 }, { \"y\": 3.83, \"x\": 78.33 }, { \"y\": 2.09, \"x\": 64.05 }, { \"y\": 1.69, \"x\": 79.87 }, { \"y\": 0.55, \"x\": 79.52 }, { \"y\": 0.13, \"x\": 74.15 }, { \"y\": 0.27, \"x\": 63.58 }, { \"y\": -4.84, \"x\": 79.63 }, { \"y\": -2.97, \"x\": 78.38 }, { \"y\": -1.2, \"x\": 60.76 }, { \"y\": -1.15, \"x\": 74.34 }, { \"y\": -4.33, \"x\": 72.28 }, { \"y\": -2.43, \"x\": 67.95 }, { \"y\": -0.25, \"x\": 72.76 }, { \"y\": -0.86, \"x\": 71.91 }, { \"y\": -3.68, \"x\": 64.14 }, { \"y\": -1.38, \"x\": 61.5 }, { \"y\": -9.16, \"x\": 71.38 }, { \"y\": -6.41, \"x\": 66.73 }, { \"y\": -5.34, \"x\": 77.22 }, { \"y\": -6.07, \"x\": 72.54 }, { \"y\": -8.27, \"x\": 73.78 }, { \"y\": -5.41, \"x\": 69.28 }, { \"y\": -9.53, \"x\": 74.98 }, { \"y\": -5.55, \"x\": 64.5 }, { \"y\": -7.93, \"x\": 70.24 }, { \"y\": -6.87, \"x\": 63.67 }] }], \"trendlines\": [{ \"line\": [{ \"startvalue\": \"0\", \"linethickness\": \"3\", \"color\": \"FF0000\" }] }] }});\n            });\n        <\/script><\/p>\n<p>        <script type=\"text\/javascript\">\n            FusionCharts.ready(function () {\n                FusionCharts(\"chart2\").render();\n            });\n        <\/script><\/p>\n<p><span style=\"font-weight: 400\">The chart compares the admission rate (in percent) with the average annual return on degree (in percent) for five majors and over a period of 20 years.<\/span><\/p>\n<p><span style=\"font-weight: 400\">Drag the mouse-pointer over the chart to select and zoom into a subset of data points. You can also pan through the data points to analyze the chart data in detail.<\/span><\/p>\n<p><span style=\"font-weight: 400\">The \u00a0zoom-scatter chart is primarily used to find correlations between datasets, which can be determined by the visual patterns of the data. \u00a0The chart supports regression lines that allow the user to find correlation in large datasets. Higher the number of data points, higher are the chances of more accurate correlations. The zoom-scatter chart is capable of handling more than a million data points in modern canvas supported browsers (including IE9+).<\/span><\/p>\n<p><span style=\"font-weight: 400\">Click <a href=\"https:\/\/www.fusioncharts.com\/dev\/chart-guide\/zoom-scatter-chart\/introducing-the-zoom-scatter-chart.html\">here<\/a> to read more on the zoom scatter chart.<\/span><\/p>\n<h2><span class=\"ez-toc-section\" id=\"The_Zoom-line_Dual_Y-Axis_Chart\"><\/span>The Zoom-line Dual Y-Axis Chart<span class=\"ez-toc-section-end\"><\/span><\/h2>\n<p><span style=\"font-weight: 400\">The zoom-line dual y-axis charts extends the capabilities of the zoom-line chart by introducing support for a secondary y-axis. This chart can, therefore, be used to plot datasets that have different numeric units or different intervals\u2014a clear advantage over using the single y-axis zoom-line chart.<\/span><\/p>\n<p><span style=\"font-weight: 400\">Take a look at the sample zoom-line dual y-axis chart shown below:<\/span><\/p>\n<div id='fc_div3'><\/div>\n<p><script type='text\/javascript' src='https:\/\/blog.fusioncharts.com\/wp-content\/plugins\/fc-wp\/assets\/fc-assets\/fusioncharts.js'><\/script><br \/>\n        <script type=\"text\/javascript\">\n            FusionCharts.ready(function () {\n                new FusionCharts({\"id\":\"chart3\",\"width\":\"100%\",\"height\":\"400\",\"renderAt\":\"fc_div3\",\"type\":\"zoomlinedy\",\"dataFormat\":\"json\",\"dataSource\":{ \"chart\": { \"caption\": \"Harry's Supermart - Sales Analysis\", \"subcaption\": \"Previous calendar year\", \"pYAxisName\": \"Unique footfall\", \"sYAxisName\": \"Sales\", \"compactDataMode\": \"1\", \"pixelsPerPoint\": \"0\", \"lineThickness\": \"1\", \"dataSeparator\": \"|\", \"snumberPrefix\": \"$\", \"pYAxisMaxValue\": \"1500\", \"pYAxisMinValue\": \"900\", \"sYAxisMaxValue\": \"23000\", \"sYAxisMinValue\": \"15000\", \"theme\": \"zune\" }, \"categories\": [{ \"fontColor\": \"#ff0000\", \"category\": \"Jan 01|Jan 02|Jan 03|Jan 04|Jan 05|Jan 06|Jan 07|Jan 08|Jan 09|Jan 10|Jan 11|Jan 12|Jan 13|Jan 14|Jan 15|Jan 16|Jan 17|Jan 18|Jan 19|Jan 20|Jan 21|Jan 22|Jan 23|Jan 24|Jan 25|Jan 26|Jan 27|Jan 28|Jan 29|Jan 30|Jan 31|Feb 01|Feb 02|Feb 03|Feb 04|Feb 05|Feb 06|Feb 07|Feb 08|Feb 09|Feb 10|Feb 11|Feb 12|Feb 13|Feb 14|Feb 15|Feb 16|Feb 17|Feb 18|Feb 19|Feb 20|Feb 21|Feb 22|Feb 23|Feb 24|Feb 25|Feb 26|Feb 27|Feb 28|Mar 01|Mar 02|Mar 03|Mar 04|Mar 05|Mar 06|Mar 07|Mar 08|Mar 09|Mar 10|Mar 11|Mar 12|Mar 13|Mar 14|Mar 15|Mar 16|Mar 17|Mar 18|Mar 19|Mar 20|Mar 21|Mar 22|Mar 23|Mar 24|Mar 25|Mar 26|Mar 27|Mar 28|Mar 29|Mar 30|Mar 31|Apr 01|Apr 02|Apr 03|Apr 04|Apr 05|Apr 06|Apr 07|Apr 08|Apr 09|Apr 10|Apr 11|Apr 12|Apr 13|Apr 14|Apr 15|Apr 16|Apr 17|Apr 18|Apr 19|Apr 20|Apr 21|Apr 22|Apr 23|Apr 24|Apr 25|Apr 26|Apr 27|Apr 28|Apr 29|Apr 30|May 01|May 02|May 03|May 04|May 05|May 06|May 07|May 08|May 09|May 10|May 11|May 12|May 13|May 14|May 15|May 16|May 17|May 18|May 19|May 20|May 21|May 22|May 23|May 24|May 25|May 26|May 27|May 28|May 29|May 30|May 31|Jun 01|Jun 02|Jun 03|Jun 04|Jun 05|Jun 06|Jun 07|Jun 08|Jun 09|Jun 10|Jun 11|Jun 12|Jun 13|Jun 14|Jun 15|Jun 16|Jun 17|Jun 18|Jun 19|Jun 20|Jun 21|Jun 22|Jun 23|Jun 24|Jun 25|Jun 26|Jun 27|Jun 28|Jun 29|Jun 30|Jul 01|Jul 02|Jul 03|Jul 04|Jul 05|Jul 06|Jul 07|Jul 08|Jul 09|Jul 10|Jul 11|Jul 12|Jul 13|Jul 14|Jul 15|Jul 16|Jul 17|Jul 18|Jul 19|Jul 20|Jul 21|Jul 22|Jul 23|Jul 24|Jul 25|Jul 26|Jul 27|Jul 28|Jul 29|Jul 30|Jul 31|Aug 01|Aug 02|Aug 03|Aug 04|Aug 05|Aug 06|Aug 07|Aug 08|Aug 09|Aug 10|Aug 11|Aug 12|Aug 13|Aug 14|Aug 15|Aug 16|Aug 17|Aug 18|Aug 19|Aug 20|Aug 21|Aug 22|Aug 23|Aug 24|Aug 25|Aug 26|Aug 27|Aug 28|Aug 29|Aug 30|Aug 31|Sep 01|Sep 02|Sep 03|Sep 04|Sep 05|Sep 06|Sep 07|Sep 08|Sep 09|Sep 10|Sep 11|Sep 12|Sep 13|Sep 14|Sep 15|Sep 16|Sep 17|Sep 18|Sep 19|Sep 20|Sep 21|Sep 22|Sep 23|Sep 24|Sep 25|Sep 26|Sep 27|Sep 28|Sep 29|Sep 30|Oct 01|Oct 02|Oct 03|Oct 04|Oct 05|Oct 06|Oct 07|Oct 08|Oct 09|Oct 10|Oct 11|Oct 12|Oct 13|Oct 14|Oct 15|Oct 16|Oct 17|Oct 18|Oct 19|Oct 20|Oct 21|Oct 22|Oct 23|Oct 24|Oct 25|Oct 26|Oct 27|Oct 28|Oct 29|Oct 30|Oct 31|Nov 01|Nov 02|Nov 03|Nov 04|Nov 05|Nov 06|Nov 07|Nov 08|Nov 09|Nov 10|Nov 11|Nov 12|Nov 13|Nov 14|Nov 15|Nov 16|Nov 17|Nov 18|Nov 19|Nov 20|Nov 21|Nov 22|Nov 23|Nov 24|Nov 25|Nov 26|Nov 27|Nov 28|Nov 29|Nov 30|Dec 01|Dec 02|Dec 03|Dec 04|Dec 05|Dec 06|Dec 07|Dec 08|Dec 09|Dec 10|Dec 11|Dec 12|Dec 13|Dec 14|Dec 15|Dec 16|Dec 17|Dec 18|Dec 19|Dec 20|Dec 21|Dec 22|Dec 23|Dec 24|Dec 25|Dec 26|Dec 27|Dec 28|Dec 29|Dec 30|Dec 31\" }], \"dataset\": [{ \"seriesname\": \"Unique footfall\", \"color\": \"0075c2\", \"data\": \"1140|1160|1167|1145|1140|1132|1127|1137|1172|1181|1142|1134|1117|1147|1141|1149|1150|1113|1119|1110|1092|1102|1128|1131|1083|1081|1087|1088|1092|1109|1112|1065|1063|1057|1045|1043|1078|1083|1043|1039|1036|1031|1048|1056|1074|1045|1037|1034|1039|1031|1045|1048|1031|1019|1026|1017|1011|1022|1027|1022|1017|1019|1010|1015|1023|1029|1020|1009|1012|1008|1015|1027|1033|1008|1007|1009|1010|1013|1017|1024|1012|1009|1007|1009|1011|1015|1020|1004|1009|1011|1028|1037|1049|1057|1045|1047|1056|1068|1077|1089|1100|1090|1086|1094|1098|1101|1125|1131|1111|1102|1109|1099|1094|1112|1121|1102|1094|1087|1089|1097|1139|1148|1131|1127|1129|1122|1137|1158|1174|1145|1143|1137|1139|1147|1156|1162|1134|1127|1130|1123|1117|1137|1138|1117|1109|1107|1100|1107|1120|1122|1120|1112|1100|1094|1090|1100|1102|1052|1054|1044|1047|1063|1077|1080|1050|1047|1030|1022|1021|1022|1025|1015|1009|1010|1007|1002|1010|1020|1000|994|990|987|990|1001|999|982|977|967|966|974|990|987|974|977|969|962|967|972|977|961|957|959|960|958|967|970|959|954|962|961|957|980|987|977|976|979|982|983|1000|1009|994|999|1002|1009|1015|1024|1029|1020|1011|1009|1015|1010|1025|1031|1019|1018|1022|1014|1018|1022|1025|1010|1022|1017|1019|1010|1015|1023|1029|1020|1009|1012|1008|1015|1027|1033|1008|1007|1009|1010|1013|1017|1024|1012|1009|1007|1009|1011|1015|1020|1004|1009|1045|1043|1078|1083|1043|1039|1036|1031|1048|1056|1074|1045|1037|1034|1039|1031|1045|1048|1031|1019|1026|1017|1011|1022|1027|1022|1020|1023|1024|1025|1040|1057|1035|1033|1037|1047|1049|1068|1074|1052|1059|1064|1060|1064|1080|1089|1080|1081|1079|1086|1084|1090|1099|1090|1091|1088|1084|1082|1089|1100|1094|1127|1129|1122|1137|1158|1174|1145|1143|1137|1139|1147|1156|1162|1134|1127|1130|1123|1117|1137|1138|1117|1109|1107|1100|1107|1137|1140|1120|1127|1130|1131\" }, { \"seriesname\": \"Sales\", \"color\": \"1aaf5d\", \"parentYAxis\": \"S\", \"data\": \"21270|21290|21220|21370|21580|21740|21450|21430|21370|21390|21470|21560|21620|21340|21270|21300|21230|21170|21370|21380|22170|21090|21070|21000|21070|21370|21400|21200|21270|21300|21310|21400|21600|21670|21450|21400|21320|21270|21370|21720|21810|21420|21340|21170|21470|21410|21490|21500|21130|21190|21100|20920|21020|21280|21310|20830|20810|20870|20880|20450|20430|20780|20830|20430|20390|20360|20310|20480|20560|20740|20450|20370|20340|20390|20310|20450|20480|20310|20190|20260|20170|20110|20220|20270|20220|20200|20230|20240|20250|20400|20720|20670|20690|20600|20650|20730|20790|20700|20590|20620|20580|20650|20770|20830|20580|20570|20590|20600|20630|20670|20740|20620|20590|20570|20590|20610|20650|20700|20540|20590|21150|20530|21070|20950|20930|20980|21330|20930|20890|20860|20810|20790|21060|21240|20950|20870|20840|20890|20810|20950|20980|20810|20690|20760|20670|20610|20720|20770|20700|20720|20800|20400|20370|20400|20510|20490|20320|20270|20170|20160|20240|19900|19870|19740|19770|19690|19620|19670|19720|19770|19610|19570|19590|19600|19580|19670|19700|19590|19540|19620|19610|19570|19800|19870|19770|19760|19790|19820|19830|20000|20090|19940|19990|20020|20090|20150|20240|20290|20200|20110|20090|20150|20100|20250|20310|20190|20180|20220|20140|20180|20220|20250|20100|21120|21000|20940|20900|21000|21020|20520|20540|20440|20470|20630|20770|20800|20500|20470|20300|20220|20210|20220|20250|20150|20090|20100|20070|20020|20100|20200|20000|19940|20220|20170|20190|20100|20150|20230|20290|20200|20090|20120|20080|20150|20270|20330|20080|20070|20090|20100|20130|20170|20240|20120|20090|20070|20090|20110|20150|20200|20040|20090|20110|20280|20370|20490|20570|20450|20470|20560|20680|20770|20890|21000|20900|20860|20940|20980|21010|21250|21310|21110|21020|21090|20990|20940|21120|21210|21020|20940|20870|20890|20970|20570|20350|20330|20370|20470|20490|20680|20740|20520|20590|20640|20600|20640|20800|20890|20800|20810|20790|20860|20840|20900|20990|20900|20910|20880|20840|20820|20890|21000|20940|21390|21480|21310|21270|21290|21220|21370|21580|21740|21450|21430|21370|21390|21470|21560|21620|21340|21270|21300|21230|21170|21370|21380|21170|21090|21070|21000|21070|21200|21220|21200\" }] }});\n            });\n        <\/script><\/p>\n<p>        <script type=\"text\/javascript\">\n            FusionCharts.ready(function () {\n                FusionCharts(\"chart3\").render();\n            });\n        <\/script><\/p>\n<p><span style=\"font-weight: 400\">This zoom-line chart is used to compare the unique footfall with the sales (in dollars) for each day of the previous year. <\/span><\/p>\n<p><span style=\"font-weight: 400\">The zoom-line dual y-axis is similar to the zoom-line chart in every aspect, except for its support of the secondary y-axis.<\/span><\/p>\n<p><span style=\"font-weight: 400\">Click <a href=\"https:\/\/www.fusioncharts.com\/dev\/chart-guide\/zoom-line-dy-chart.html\">here<\/a> to read more about the zoom-line dual y-axis chart.<\/span><\/p>\n<p><span style=\"font-weight: 400\">Interesting, are they not? And if you thought that was it, then no. We\u2019ve got a lot more added and improved in the product to make sure that you have the best data visualization experience ever! Click <a href=\"https:\/\/www.fusioncharts.com\/version-history\/\">here<\/a> to read about all that v3.10.0 brings to you.<\/span><\/p>\n","protected":false},"excerpt":{"rendered":"<p>It is the new year and we at FusionCharts are super-excited! Not just because it is time for new beginnings and new resolutions, but also because FusionCharts Suite XT v3.10 is now out! It\u2019s been a while since we introduced a new chart. So this time around, we thought why not surprise you and bring [&hellip;]<\/p>\n","protected":false},"author":29,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":[],"categories":[16],"tags":[573,574,311,572,575,571],"coauthors":[652],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v19.3 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Zoomscatter, treemap, zoomlineDY - 3 new chart types from FusionCharts<\/title>\n<meta name=\"description\" content=\"FusionCharts Suite XT v3.10 is now out with 3 new highly requested chart types - Zoomscatter, treemap and zoomline dual y axis charts.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.fusioncharts.com\/blog\/3-new-chart-types-with-fusioncharts-3-10-0\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Zoomscatter, treemap, zoomlineDY - 3 new chart types from FusionCharts\" \/>\n<meta property=\"og:description\" content=\"FusionCharts Suite XT v3.10 is now out with 3 new highly requested chart types - Zoomscatter, treemap and zoomline dual y axis charts.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.fusioncharts.com\/blog\/3-new-chart-types-with-fusioncharts-3-10-0\/\" \/>\n<meta property=\"og:site_name\" content=\"FusionBrew - The FusionCharts Blog\" \/>\n<meta property=\"article:published_time\" content=\"2016-01-05T12:06:49+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2024-07-23T11:43:34+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/blog.fusioncharts.com\/wp-content\/uploads\/2016\/01\/drilldown1.jpg\" \/>\n<meta name=\"author\" content=\"Nikita Jhanglani\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Nikita Jhanglani\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"4 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\n\t    \"@context\": \"https:\/\/schema.org\",\n\t    \"@graph\": [\n\t        {\n\t            \"@type\": \"Organization\",\n\t            \"@id\": \"https:\/\/www.fusioncharts.com\/blog\/#organization\",\n\t            \"name\": \"FusionCharts\",\n\t            \"url\": \"https:\/\/www.fusioncharts.com\/blog\/\",\n\t            \"sameAs\": [],\n\t            \"logo\": {\n\t                \"@type\": \"ImageObject\",\n\t                \"inLanguage\": \"en-US\",\n\t                \"@id\": \"https:\/\/www.fusioncharts.com\/blog\/#\/schema\/logo\/image\/\",\n\t                \"url\": \"\/blog\/wp-content\/uploads\/2020\/03\/idera-fc-logo.svg\",\n\t                \"contentUrl\": \"\/blog\/wp-content\/uploads\/2020\/03\/idera-fc-logo.svg\",\n\t                \"caption\": \"FusionCharts\"\n\t            },\n\t            \"image\": {\n\t                \"@id\": \"https:\/\/www.fusioncharts.com\/blog\/#\/schema\/logo\/image\/\"\n\t            }\n\t        },\n\t        {\n\t            \"@type\": \"WebSite\",\n\t            \"@id\": \"https:\/\/www.fusioncharts.com\/blog\/#website\",\n\t            \"url\": \"https:\/\/www.fusioncharts.com\/blog\/\",\n\t            \"name\": \"FusionBrew - The FusionCharts Blog\",\n\t            \"description\": \"Get tips and tricks on how to build effective Data Visualisation using FusionCharts\",\n\t            \"publisher\": {\n\t                \"@id\": \"https:\/\/www.fusioncharts.com\/blog\/#organization\"\n\t            },\n\t            \"potentialAction\": [\n\t                {\n\t                    \"@type\": \"SearchAction\",\n\t                    \"target\": {\n\t                        \"@type\": \"EntryPoint\",\n\t                        \"urlTemplate\": \"https:\/\/www.fusioncharts.com\/blog\/?s={search_term_string}\"\n\t                    },\n\t                    \"query-input\": \"required name=search_term_string\"\n\t                }\n\t            ],\n\t            \"inLanguage\": \"en-US\"\n\t        },\n\t        {\n\t            \"@type\": \"ImageObject\",\n\t            \"inLanguage\": \"en-US\",\n\t            \"@id\": \"https:\/\/www.fusioncharts.com\/blog\/3-new-chart-types-with-fusioncharts-3-10-0\/#primaryimage\",\n\t            \"url\": \"https:\/\/blog.fusioncharts.com\/wp-content\/uploads\/2016\/01\/drilldown1.jpg\",\n\t            \"contentUrl\": \"https:\/\/blog.fusioncharts.com\/wp-content\/uploads\/2016\/01\/drilldown1.jpg\"\n\t        },\n\t        {\n\t            \"@type\": \"WebPage\",\n\t            \"@id\": \"https:\/\/www.fusioncharts.com\/blog\/3-new-chart-types-with-fusioncharts-3-10-0\/\",\n\t            \"url\": \"https:\/\/www.fusioncharts.com\/blog\/3-new-chart-types-with-fusioncharts-3-10-0\/\",\n\t            \"name\": \"Zoomscatter, treemap, zoomlineDY - 3 new chart types from FusionCharts\",\n\t            \"isPartOf\": {\n\t                \"@id\": \"https:\/\/www.fusioncharts.com\/blog\/#website\"\n\t            },\n\t            \"primaryImageOfPage\": {\n\t                \"@id\": \"https:\/\/www.fusioncharts.com\/blog\/3-new-chart-types-with-fusioncharts-3-10-0\/#primaryimage\"\n\t            },\n\t            \"datePublished\": \"2016-01-05T12:06:49+00:00\",\n\t            \"dateModified\": \"2024-07-23T11:43:34+00:00\",\n\t            \"description\": \"FusionCharts Suite XT v3.10 is now out with 3 new highly requested chart types - Zoomscatter, treemap and zoomline dual y axis charts.\",\n\t            \"breadcrumb\": {\n\t                \"@id\": \"https:\/\/www.fusioncharts.com\/blog\/3-new-chart-types-with-fusioncharts-3-10-0\/#breadcrumb\"\n\t            },\n\t            \"inLanguage\": \"en-US\",\n\t            \"potentialAction\": [\n\t                {\n\t                    \"@type\": \"ReadAction\",\n\t                    \"target\": [\n\t                        \"https:\/\/www.fusioncharts.com\/blog\/3-new-chart-types-with-fusioncharts-3-10-0\/\"\n\t                    ]\n\t                }\n\t            ]\n\t        },\n\t        {\n\t            \"@type\": \"BreadcrumbList\",\n\t            \"@id\": \"https:\/\/www.fusioncharts.com\/blog\/3-new-chart-types-with-fusioncharts-3-10-0\/#breadcrumb\",\n\t            \"itemListElement\": [\n\t                {\n\t                    \"@type\": \"ListItem\",\n\t                    \"position\": 1,\n\t                    \"name\": \"Home\",\n\t                    \"item\": \"https:\/\/www.fusioncharts.com\/blog\/\"\n\t                },\n\t                {\n\t                    \"@type\": \"ListItem\",\n\t                    \"position\": 2,\n\t                    \"name\": \"Bringing in 2016 with 3 new chart types and much more&#8230;\"\n\t                }\n\t            ]\n\t        },\n\t        {\n\t            \"@type\": \"Article\",\n\t            \"@id\": \"https:\/\/www.fusioncharts.com\/blog\/3-new-chart-types-with-fusioncharts-3-10-0\/#article\",\n\t            \"isPartOf\": {\n\t                \"@id\": \"https:\/\/www.fusioncharts.com\/blog\/3-new-chart-types-with-fusioncharts-3-10-0\/\"\n\t            },\n\t            \"author\": {\n\t                \"name\": \"Nikita Jhanglani\",\n\t                \"@id\": \"https:\/\/www.fusioncharts.com\/blog\/#\/schema\/person\/270a83f8aefb80dafb2a931de0282717\"\n\t            },\n\t            \"headline\": \"Bringing in 2016 with 3 new chart types and much more&#8230;\",\n\t            \"datePublished\": \"2016-01-05T12:06:49+00:00\",\n\t            \"dateModified\": \"2024-07-23T11:43:34+00:00\",\n\t            \"mainEntityOfPage\": {\n\t                \"@id\": \"https:\/\/www.fusioncharts.com\/blog\/3-new-chart-types-with-fusioncharts-3-10-0\/\"\n\t            },\n\t            \"wordCount\": 735,\n\t            \"commentCount\": 0,\n\t            \"publisher\": {\n\t                \"@id\": \"https:\/\/www.fusioncharts.com\/blog\/#organization\"\n\t            },\n\t            \"image\": {\n\t                \"@id\": \"https:\/\/www.fusioncharts.com\/blog\/3-new-chart-types-with-fusioncharts-3-10-0\/#primaryimage\"\n\t            },\n\t            \"thumbnailUrl\": \"https:\/\/blog.fusioncharts.com\/wp-content\/uploads\/2016\/01\/drilldown1.jpg\",\n\t            \"keywords\": [\n\t                \"JavaScript Charts\",\n\t                \"large data\",\n\t                \"release\",\n\t                \"TreeMap chart\",\n\t                \"zoom-line dual y axis chart\",\n\t                \"ZoomScatter chart\"\n\t            ],\n\t            \"articleSection\": [\n\t                \"News &amp; Announcements\"\n\t            ],\n\t            \"inLanguage\": \"en-US\",\n\t            \"potentialAction\": [\n\t                {\n\t                    \"@type\": \"CommentAction\",\n\t                    \"name\": \"Comment\",\n\t                    \"target\": [\n\t                        \"https:\/\/www.fusioncharts.com\/blog\/3-new-chart-types-with-fusioncharts-3-10-0\/#respond\"\n\t                    ]\n\t                }\n\t            ]\n\t        },\n\t        {\n\t            \"@type\": \"Person\",\n\t            \"@id\": \"https:\/\/www.fusioncharts.com\/blog\/#\/schema\/person\/270a83f8aefb80dafb2a931de0282717\",\n\t            \"name\": \"Nikita Jhanglani\",\n\t            \"image\": {\n\t                \"@type\": \"ImageObject\",\n\t                \"inLanguage\": \"en-US\",\n\t                \"@id\": \"https:\/\/www.fusioncharts.com\/blog\/#\/schema\/person\/image\/8ccbb6c1287de762e6e06a7da1088fe5\",\n\t                \"url\": \"\/blog\/wp-content\/wphb-cache\/gravatar\/6ea\/6ea57614eecc7c184539f84654fd9592x96.jpg\",\n\t                \"contentUrl\": \"\/blog\/wp-content\/wphb-cache\/gravatar\/6ea\/6ea57614eecc7c184539f84654fd9592x96.jpg\",\n\t                \"caption\": \"Nikita Jhanglani\"\n\t            },\n\t            \"url\": \"\/blog\/author\/nikita-jhanglani\/\"\n\t        }\n\t    ]\n\t}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Zoomscatter, treemap, zoomlineDY - 3 new chart types from FusionCharts","description":"FusionCharts Suite XT v3.10 is now out with 3 new highly requested chart types - Zoomscatter, treemap and zoomline dual y axis charts.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/www.fusioncharts.com\/blog\/3-new-chart-types-with-fusioncharts-3-10-0\/","og_locale":"en_US","og_type":"article","og_title":"Zoomscatter, treemap, zoomlineDY - 3 new chart types from FusionCharts","og_description":"FusionCharts Suite XT v3.10 is now out with 3 new highly requested chart types - Zoomscatter, treemap and zoomline dual y axis charts.","og_url":"https:\/\/www.fusioncharts.com\/blog\/3-new-chart-types-with-fusioncharts-3-10-0\/","og_site_name":"FusionBrew - The FusionCharts Blog","article_published_time":"2016-01-05T12:06:49+00:00","article_modified_time":"2024-07-23T11:43:34+00:00","og_image":[{"url":"https:\/\/blog.fusioncharts.com\/wp-content\/uploads\/2016\/01\/drilldown1.jpg"}],"author":"Nikita Jhanglani","twitter_card":"summary_large_image","twitter_misc":{"Written by":"Nikita Jhanglani","Est. reading time":"4 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Organization","@id":"https:\/\/www.fusioncharts.com\/blog\/#organization","name":"FusionCharts","url":"https:\/\/www.fusioncharts.com\/blog\/","sameAs":[],"logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.fusioncharts.com\/blog\/#\/schema\/logo\/image\/","url":"\/blog\/wp-content\/uploads\/2020\/03\/idera-fc-logo.svg","contentUrl":"\/blog\/wp-content\/uploads\/2020\/03\/idera-fc-logo.svg","caption":"FusionCharts"},"image":{"@id":"https:\/\/www.fusioncharts.com\/blog\/#\/schema\/logo\/image\/"}},{"@type":"WebSite","@id":"https:\/\/www.fusioncharts.com\/blog\/#website","url":"https:\/\/www.fusioncharts.com\/blog\/","name":"FusionBrew - The FusionCharts Blog","description":"Get tips and tricks on how to build effective Data Visualisation using FusionCharts","publisher":{"@id":"https:\/\/www.fusioncharts.com\/blog\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.fusioncharts.com\/blog\/?s={search_term_string}"},"query-input":"required name=search_term_string"}],"inLanguage":"en-US"},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.fusioncharts.com\/blog\/3-new-chart-types-with-fusioncharts-3-10-0\/#primaryimage","url":"https:\/\/blog.fusioncharts.com\/wp-content\/uploads\/2016\/01\/drilldown1.jpg","contentUrl":"https:\/\/blog.fusioncharts.com\/wp-content\/uploads\/2016\/01\/drilldown1.jpg"},{"@type":"WebPage","@id":"https:\/\/www.fusioncharts.com\/blog\/3-new-chart-types-with-fusioncharts-3-10-0\/","url":"https:\/\/www.fusioncharts.com\/blog\/3-new-chart-types-with-fusioncharts-3-10-0\/","name":"Zoomscatter, treemap, zoomlineDY - 3 new chart types from FusionCharts","isPartOf":{"@id":"https:\/\/www.fusioncharts.com\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.fusioncharts.com\/blog\/3-new-chart-types-with-fusioncharts-3-10-0\/#primaryimage"},"datePublished":"2016-01-05T12:06:49+00:00","dateModified":"2024-07-23T11:43:34+00:00","description":"FusionCharts Suite XT v3.10 is now out with 3 new highly requested chart types - Zoomscatter, treemap and zoomline dual y axis charts.","breadcrumb":{"@id":"https:\/\/www.fusioncharts.com\/blog\/3-new-chart-types-with-fusioncharts-3-10-0\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.fusioncharts.com\/blog\/3-new-chart-types-with-fusioncharts-3-10-0\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/www.fusioncharts.com\/blog\/3-new-chart-types-with-fusioncharts-3-10-0\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.fusioncharts.com\/blog\/"},{"@type":"ListItem","position":2,"name":"Bringing in 2016 with 3 new chart types and much more&#8230;"}]},{"@type":"Article","@id":"https:\/\/www.fusioncharts.com\/blog\/3-new-chart-types-with-fusioncharts-3-10-0\/#article","isPartOf":{"@id":"https:\/\/www.fusioncharts.com\/blog\/3-new-chart-types-with-fusioncharts-3-10-0\/"},"author":{"name":"Nikita Jhanglani","@id":"https:\/\/www.fusioncharts.com\/blog\/#\/schema\/person\/270a83f8aefb80dafb2a931de0282717"},"headline":"Bringing in 2016 with 3 new chart types and much more&#8230;","datePublished":"2016-01-05T12:06:49+00:00","dateModified":"2024-07-23T11:43:34+00:00","mainEntityOfPage":{"@id":"https:\/\/www.fusioncharts.com\/blog\/3-new-chart-types-with-fusioncharts-3-10-0\/"},"wordCount":735,"commentCount":0,"publisher":{"@id":"https:\/\/www.fusioncharts.com\/blog\/#organization"},"image":{"@id":"https:\/\/www.fusioncharts.com\/blog\/3-new-chart-types-with-fusioncharts-3-10-0\/#primaryimage"},"thumbnailUrl":"https:\/\/blog.fusioncharts.com\/wp-content\/uploads\/2016\/01\/drilldown1.jpg","keywords":["JavaScript Charts","large data","release","TreeMap chart","zoom-line dual y axis chart","ZoomScatter chart"],"articleSection":["News &amp; Announcements"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/www.fusioncharts.com\/blog\/3-new-chart-types-with-fusioncharts-3-10-0\/#respond"]}]},{"@type":"Person","@id":"https:\/\/www.fusioncharts.com\/blog\/#\/schema\/person\/270a83f8aefb80dafb2a931de0282717","name":"Nikita Jhanglani","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.fusioncharts.com\/blog\/#\/schema\/person\/image\/8ccbb6c1287de762e6e06a7da1088fe5","url":"\/blog\/wp-content\/wphb-cache\/gravatar\/6ea\/6ea57614eecc7c184539f84654fd9592x96.jpg","contentUrl":"\/blog\/wp-content\/wphb-cache\/gravatar\/6ea\/6ea57614eecc7c184539f84654fd9592x96.jpg","caption":"Nikita Jhanglani"},"url":"\/blog\/author\/nikita-jhanglani\/"}]}},"_links":{"self":[{"href":"\/blog\/wp-json\/wp\/v2\/posts\/15293"}],"collection":[{"href":"\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"\/blog\/wp-json\/wp\/v2\/users\/29"}],"replies":[{"embeddable":true,"href":"\/blog\/wp-json\/wp\/v2\/comments?post=15293"}],"version-history":[{"count":0,"href":"\/blog\/wp-json\/wp\/v2\/posts\/15293\/revisions"}],"wp:attachment":[{"href":"\/blog\/wp-json\/wp\/v2\/media?parent=15293"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"\/blog\/wp-json\/wp\/v2\/categories?post=15293"},{"taxonomy":"post_tag","embeddable":true,"href":"\/blog\/wp-json\/wp\/v2\/tags?post=15293"},{"taxonomy":"author","embeddable":true,"href":"\/blog\/wp-json\/wp\/v2\/coauthors?post=15293"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}