Advertisement
Guest User

Untitled

a guest
Jul 17th, 2019
135
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.66 KB | None | 0 0
  1. "title": {
  2. "text": "Ranking"
  3. },
  4. "subtitle": {
  5. "text": ""
  6. },
  7. "exporting": {},
  8. "chart": {
  9. "polar": false
  10. },
  11. "plotOptions": {
  12. "series": {
  13. "animation": false,
  14. "states": {
  15. "inactive": {}
  16. }
  17. }
  18. },
  19. "xAxis": {
  20. "index": 0,
  21. "isX": true
  22. },
  23. "yAxis": {
  24. "index": 0
  25. },
  26. "series": [
  27. {
  28. "turboThreshold": 0,
  29. "_colorIndex": 0,
  30. "_symbolIndex": 0,
  31. "type": "column"
  32. }
  33. ],
  34. "annotations": [],
  35. "data": {
  36. "csv": ""Entidad Federativa";"IDD-Mex 2018 ajustado a 10"n"Aguascalientes";10n"Baja California";5.59398491n"Baja California Sur";4.05317227n"Campeche";8.01039005n"Chiapas";1.15462263n"Chihuahua";2.18559243n"Ciudad de México";8.11808497n"Coahuila ";9.459552n"Colima";6.90986012n"Durango";4.47116843n"Guanajuato";8.3311538n"Guerrero";0n"Hidalgo";4.75098071n"Jalisco";3.3524999n"México";5.01473714n"Michoacán ";3.90996208n"Morelos";0.08613278n"Nayarit";8.88474972n"Nuevo León";6.88061019n"Oaxaca";0.80450639n"Puebla";1.53056493n"Querétaro";7.32162985n"Quintana Roo";4.84243048n"San Luis Potosí";4.35040285n"Sinaloa";6.63553281n"Sonora";4.77125446n"Tabasco";3.16869854n"Tamaulipas";5.4656673n"Tlaxcala";2.95165746n"Veracruz";0.65919776n"Yucatán";8.62090825n"Zacatecas";8.03275369",
  37. "googleSpreadsheetKey": false,
  38. "googleSpreadsheetWorksheet": false
  39. },
  40. "chartarea": {},
  41. "plotarea": {},
  42. "tooltip": {},
  43. "credits": {},
  44. "stockTools": {
  45. "gui": {
  46. "buttons": [
  47. "simpleShapes",
  48. "lines",
  49. "crookedLines"
  50. ],
  51. "enabled": false
  52. }
  53. },
  54. "navigation": {
  55. "events": {
  56. "showPopup": "function(e){this.chart.indicatorsPopupContainer||(this.chart.indicatorsPopupContainer=document.getElementsByClassName("highcharts-popup-indicators")[0]),this.chart.annotationsPopupContainer||(this.chart.annotationsPopupContainer=document.getElementsByClassName("highcharts-popup-annotations")[0]),"indicators"===e.formType?this.chart.indicatorsPopupContainer.style.display="block":"annotation-toolbar"===e.formType&&(this.chart.activeButton||(this.chart.currentAnnotation=e.annotation,this.chart.annotationsPopupContainer.style.display="block")),this.popup&&(c=this.popup)}",
  57. "closePopup": "function(){this.chart.annotationsPopupContainer.style.display="none",this.chart.currentAnnotation=null}",
  58. "selectButton": "function(e){var t=e.button.className+" highcharts-active";e.button.classList.contains("highcharts-active")||(e.button.className=t,this.chart.activeButton=e.button)}",
  59. "deselectButton": "function(e){e.button.classList.remove("highcharts-active"),this.chart.activeButton=null}"
  60. },
  61. "bindingsClassName": "tools-container"
  62. }
  63. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement