@cdc/dashboard 4.25.8 → 4.25.11
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/{cdcdashboard-fce76882.es.js → cdcdashboard-BnB1QM5d.es.js} +6 -13
- package/dist/{cdcdashboard-c55ac1ea.es.js → cdcdashboard-D6CG2-Hb.es.js} +5 -12
- package/dist/{cdcdashboard-31a33da1.es.js → cdcdashboard-MXgURbdZ.es.js} +6 -13
- package/dist/{cdcdashboard-1a1724a1.es.js → cdcdashboard-dgT_1dIT.es.js} +136 -151
- package/dist/cdcdashboard.js +80040 -75976
- package/examples/api-test/categories.json +18 -0
- package/examples/api-test/chart-data.json +602 -0
- package/examples/api-test/topics.json +47 -0
- package/examples/api-test/years.json +22 -0
- package/examples/markup-axis-label.json +4167 -0
- package/examples/private/DEV-10538.json +407 -0
- package/examples/private/DEV-11405.json +39112 -0
- package/examples/private/big-dashboard.json +39112 -0
- package/examples/private/brfs-2.json +1532 -0
- package/examples/private/brfs.json +2128 -2138
- package/examples/private/clade-2.json +430 -0
- package/examples/private/delete.json +32919 -0
- package/examples/private/diabetes.json +5582 -0
- package/examples/private/example-2.json +49796 -0
- package/examples/private/group-legend-test.json +328 -0
- package/examples/private/map.json +1211 -0
- package/examples/private/markup-footer/burden_toolkit_mortality_diabetes_attributable_deaths_data.csv +14041 -0
- package/examples/private/markup-footer/burden_toolkit_mortality_diabetes_attributable_deaths_per_100000_data.csv +14041 -0
- package/examples/private/markup-footer/burden_toolkit_mortality_qaly_data.csv +18721 -0
- package/examples/private/markup-footer/burden_toolkit_mortality_yll_data.csv +18721 -0
- package/examples/private/markup-footer/mortality-deaths-footnotes-age.csv +3 -0
- package/examples/private/markup-variables.json +1451 -0
- package/examples/private/markup.json +5471 -0
- package/examples/private/mpox.json +38128 -0
- package/examples/private/north-dakota.json +1132 -0
- package/examples/private/ophdst.json +38754 -0
- package/examples/private/pedro.json +1 -0
- package/examples/private/pivot.json +683 -0
- package/examples/private/reset.json +32920 -0
- package/examples/private/sewershed.json +435 -0
- package/examples/private/tobacco.json +1938 -0
- package/examples/test-api-filter-reset.json +132 -0
- package/index.html +2 -2
- package/package.json +16 -10
- package/src/CdcDashboard.tsx +1 -3
- package/src/CdcDashboardComponent.tsx +34 -16
- package/src/DashboardContext.tsx +5 -1
- package/src/_stories/Dashboard.API.stories.tsx +62 -0
- package/src/_stories/Dashboard.stories.tsx +492 -472
- package/src/_stories/_mock/api/cessation.json +1 -0
- package/src/_stories/_mock/api/data-explorer.json +1 -0
- package/src/_stories/_mock/api/explore-by-location.json +1 -0
- package/src/_stories/_mock/api/explore-by-topic.json +1 -0
- package/src/_stories/_mock/api/legislation.json +1 -0
- package/src/_stories/_mock/api/oral-health-data.json +1 -0
- package/src/_stories/_mock/custom-order-new-values.json +116 -0
- package/src/components/CollapsibleVisualizationRow.tsx +1 -1
- package/src/components/DashboardFilters/DashboardFilters.tsx +34 -23
- package/src/components/DashboardFilters/DashboardFiltersEditor/DashboardFiltersEditor.tsx +29 -12
- package/src/components/DashboardFilters/DashboardFiltersEditor/components/FilterEditor.tsx +81 -112
- package/src/components/DashboardFilters/DashboardFiltersEditor/components/NestedDropDownDashboard.tsx +82 -52
- package/src/components/DashboardFilters/DashboardFiltersWrapper.tsx +130 -31
- package/src/components/DashboardFilters/_stories/DashboardFilters.stories.tsx +80 -21
- package/src/components/DataDesignerModal.tsx +227 -210
- package/src/components/Header/Header.tsx +13 -12
- package/src/components/Toggle/Toggle.tsx +48 -47
- package/src/components/VisualizationRow.tsx +13 -6
- package/src/components/VisualizationsPanel/VisualizationsPanel.tsx +2 -0
- package/src/components/Widget/Widget.tsx +47 -18
- package/src/helpers/addValuesToDashboardFilters.ts +111 -60
- package/src/helpers/apiFilterHelpers.ts +190 -166
- package/src/helpers/filterData.ts +52 -7
- package/src/helpers/filterResetHelpers.ts +102 -0
- package/src/helpers/formatConfigBeforeSave.ts +137 -0
- package/src/helpers/getVizConfig.ts +36 -18
- package/src/helpers/loadAPIFilters.ts +109 -99
- package/src/helpers/reloadURLHelpers.ts +1 -1
- package/src/helpers/tests/filterResetHelpers.test.ts +532 -0
- package/src/helpers/tests/formatConfigBeforeSave.test.ts +69 -0
- package/src/index.tsx +1 -1
- package/src/scss/editor-panel.scss +3 -431
- package/src/scss/grid.scss +7 -5
- package/src/scss/main.scss +1 -24
- package/src/store/errorMessage/errorMessage.reducer.ts +1 -1
- package/src/types/DashboardFilters.ts +9 -8
- package/src/types/InitialState.ts +12 -12
- package/vite.config.js +1 -1
- package/vitest.config.ts +16 -0
- package/src/coreStyles_dashboard.scss +0 -3
- package/src/helpers/getAutoLoadVisualization.ts +0 -11
- package/src/scss/mixins.scss +0 -47
- package/src/scss/variables.scss +0 -5
- /package/dist/{cdcdashboard-548642e6.es.js → cdcdashboard-Ct2SB0vL.es.js} +0 -0
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"table":{"label":"Data Table","show":false,"showDownloadUrl":false,"showVertical":true},"datasets":{"https://nccd-proxy.cdc.gov/NCCD_COVE_API?$datakey=statesystem_cessation&$where=Measure=%22Medicaid%20Coverage%20of%20Cessation%20Treatments%22%20&$limit=2000":{"dataFileSize":760936,"dataFileName":"https://nccd-proxy.cdc.gov/NCCD_COVE_API?$datakey=statesystem_cessation&$where=Measure=%22Medicaid%20Coverage%20of%20Cessation%20Treatments%22%20&$limit=2000","dataFileSourceType":"url","dataFileFormat":"JSON","preview":false,"dataUrl":"https://nccd-proxy.cdc.gov/NCCD_COVE_API?$datakey=statesystem_cessation&$where=Measure=%22Medicaid%20Coverage%20of%20Cessation%20Treatments%22%20&$limit=2000"},"https://nccd-proxy.cdc.gov/NCCD_COVE_API?$datakey=statesystem_cessation&$where=Measure=%22Barriers%20to%20Treatments%22%20&$limit=2000":{"dataFileSize":718272,"dataFileName":"https://nccd-proxy.cdc.gov/NCCD_COVE_API?$datakey=statesystem_cessation&$where=Measure=%22Barriers%20to%20Treatments%22%20&$limit=2000","dataFileSourceType":"url","dataFileFormat":"JSON","preview":false,"dataUrl":"https://nccd-proxy.cdc.gov/NCCD_COVE_API?$datakey=statesystem_cessation&$where=Measure=%22Barriers%20to%20Treatments%22%20&$limit=2000"},"https://nccd-proxy.cdc.gov/NCCD_COVE_API?$datakey=statesystem_cessation&$limit=2000":{"dataFileSize":739648,"dataFileName":"https://nccd-proxy.cdc.gov/NCCD_COVE_API?$datakey=statesystem_cessation&$limit=2000","dataFileSourceType":"url","dataFileFormat":"JSON","preview":false,"dataUrl":"https://nccd-proxy.cdc.gov/NCCD_COVE_API?$datakey=statesystem_cessation&$limit=2000"},"https://nccd-proxy.cdc.gov/NCCD_COVE_API?$datakey=statesystem_cessation_dashboard&$limit=2000":{"dataFileSize":964676,"dataFileName":"https://nccd-proxy.cdc.gov/NCCD_COVE_API?$datakey=statesystem_cessation_dashboard&$limit=2000","dataFileSourceType":"url","dataFileFormat":"JSON","preview":false,"dataUrl":"https://nccd-proxy.cdc.gov/NCCD_COVE_API?$datakey=statesystem_cessation_dashboard&$limit=2000"},"https://nccd-proxy.cdc.gov/NCCD_COVE_API?$datakey=statesystem_cessation&$limit=2001":{"dataFileSize":739994,"dataFileName":"https://nccd-proxy.cdc.gov/NCCD_COVE_API?$datakey=statesystem_cessation&$limit=2001","dataFileSourceType":"url","dataFileFormat":"JSON","preview":false,"dataUrl":"https://nccd-proxy.cdc.gov/NCCD_COVE_API?$datakey=statesystem_cessation&$limit=2001"},"https://nccd-proxy.cdc.gov/NCCD_COVE_API?$datakey=statesystem_cessation&$limit=2002":{"dataFileSize":740386,"dataFileName":"https://nccd-proxy.cdc.gov/NCCD_COVE_API?$datakey=statesystem_cessation&$limit=2002","dataFileSourceType":"url","dataFileFormat":"JSON","preview":false,"dataUrl":"https://nccd-proxy.cdc.gov/NCCD_COVE_API?$datakey=statesystem_cessation&$limit=2002"},"https://nccd-proxy.cdc.gov/NCCD_COVE_API?$datakey=statesystem_cessation&$limit=2003":{"dataFileSize":740786,"dataFileName":"https://nccd-proxy.cdc.gov/NCCD_COVE_API?$datakey=statesystem_cessation&$limit=2003","dataFileSourceType":"url","dataFileFormat":"JSON","preview":false,"dataUrl":"https://nccd-proxy.cdc.gov/NCCD_COVE_API?$datakey=statesystem_cessation&$limit=2003"},"https://nccd-proxy.cdc.gov/NCCD_COVE_API?$datakey=statesystem_cessation_dashboard&$where=Measure=%22Medicaid%20Coverage%20of%20Cessation%20Treatments%22%20&Location=%22National%20(States%20and%20DC)%20Summary%22&$limit=2000":{"dataFileSize":639246,"dataFileName":"https://nccd-proxy.cdc.gov/NCCD_COVE_API?$datakey=statesystem_cessation_dashboard&$where=Measure=%22Medicaid%20Coverage%20of%20Cessation%20Treatments%22%20&Location=%22National%20(States%20and%20DC)%20Summary%22&$limit=2000","dataFileSourceType":"url","dataFileFormat":"JSON","preview":false,"dataUrl":"https://nccd-proxy.cdc.gov/NCCD_COVE_API?$datakey=statesystem_cessation_dashboard&$where=Measure=%22Medicaid%20Coverage%20of%20Cessation%20Treatments%22%20&Location=%22National%20(States%20and%20DC)%20Summary%22&$limit=2000"},"https://nccd-proxy.cdc.gov/NCCD_COVE_API?$datakey=statesystem_cessation_dashboard&$where=Measure=%22Medicaid%20Coverage%20of%20Cessation%20Treatments%22%20&$limit=2000":{"dataFileSize":985166,"dataFileName":"https://nccd-proxy.cdc.gov/NCCD_COVE_API?$datakey=statesystem_cessation_dashboard&$where=Measure=%22Medicaid%20Coverage%20of%20Cessation%20Treatments%22%20&$limit=2000","dataFileSourceType":"url","dataFileFormat":"JSON","preview":false,"dataUrl":"https://nccd-proxy.cdc.gov/NCCD_COVE_API?$datakey=statesystem_cessation_dashboard&$where=Measure=%22Medicaid%20Coverage%20of%20Cessation%20Treatments%22%20&$limit=2000"},"https://nccd-proxy.cdc.gov/NCCD_COVE_API?$datakey=statesystem_cessation_dashboard&$where=Measure=%22Barriers%20to%20Treatments%22%20&$limit=2000":{"dataFileSize":941808,"dataFileName":"https://nccd-proxy.cdc.gov/NCCD_COVE_API?$datakey=statesystem_cessation_dashboard&$where=Measure=%22Barriers%20to%20Treatments%22%20&$limit=2000","dataFileSourceType":"url","dataFileFormat":"JSON","preview":false,"dataUrl":"https://nccd-proxy.cdc.gov/NCCD_COVE_API?$datakey=statesystem_cessation_dashboard&$where=Measure=%22Barriers%20to%20Treatments%22%20&$limit=2000"},"https://nccd-proxy.cdc.gov/NCCD_COVE_API?$datakey=statesystem_cessation_dashboard&$where=Location=%22National%20(States%20and%20DC)%20Summary%22%20&$limit=2000":{"dataFileSize":979437,"dataFileName":"https://nccd-proxy.cdc.gov/NCCD_COVE_API?$datakey=statesystem_cessation_dashboard&$where=Location=%22National%20(States%20and%20DC)%20Summary%22%20&$limit=2000","dataFileSourceType":"url","dataFileFormat":"JSON","preview":false,"dataUrl":"https://nccd-proxy.cdc.gov/NCCD_COVE_API?$datakey=statesystem_cessation_dashboard&$where=Location=%22National%20(States%20and%20DC)%20Summary%22%20&$limit=2000"},"https://nccd-proxy.cdc.gov/NCCD_COVE_API?$datakey=statesystem_footnotes":{"dataFileSize":9940,"dataFileName":"https://nccd-proxy.cdc.gov/NCCD_COVE_API?$datakey=statesystem_footnotes","dataFileSourceType":"url","dataFileFormat":"JSON","preview":false,"dataUrl":"https://nccd-proxy.cdc.gov/NCCD_COVE_API?$datakey=statesystem_footnotes"},"https://nccd-proxy.cdc.gov/NCCD_COVE_API?$datakey=statesystem_footnotes&$limit=20&TopicId=%22910MED%22":{"dataFileSize":823,"dataFileName":"https://nccd-proxy.cdc.gov/NCCD_COVE_API?$datakey=statesystem_footnotes&$limit=20&TopicId=%22910MED%22","dataFileSourceType":"url","dataFileFormat":"JSON","preview":false,"dataUrl":"https://nccd-proxy.cdc.gov/NCCD_COVE_API?$datakey=statesystem_footnotes&$limit=20&TopicId=%22910MED%22"},"https://nccd-proxy.cdc.gov/NCCD_COVE_API?$datakey=statesystem_footnotes&$limit=21&TopicId=%22910MED%22":{"dataFileSize":823,"dataFileName":"https://nccd-proxy.cdc.gov/NCCD_COVE_API?$datakey=statesystem_footnotes&$limit=21&TopicId=%22910MED%22","dataFileSourceType":"url","dataFileFormat":"JSON","preview":false,"dataUrl":"https://nccd-proxy.cdc.gov/NCCD_COVE_API?$datakey=statesystem_footnotes&$limit=21&TopicId=%22910MED%22"},"Map - Barriers to Treatment":{"dataFileSize":23980,"dataFileName":"https://nccd-proxy.cdc.gov/NCCD_COVE_API?$datakey=statesystem_cessation_dashboard&$limit=2000&LocationAbbr!=%22US%22&YearQuarter=%222024-Q2%22&SubMeasure=%22Barriers%20to%20Treatments%22","dataFileSourceType":"url","dataFileFormat":"JSON","preview":true,"dataUrl":"https://nccd-proxy.cdc.gov/NCCD_COVE_API?$datakey=statesystem_cessation_dashboard&$limit=2000&LocationAbbr!=%22US%22&YearQuarter=%222024-Q2%22&SubMeasure=%22Barriers%20to%20Treatments%22"}},"type":"dashboard","version":"4.25.1","uuid":1740603969428,"multiDashboards":[{"dashboard":{"theme":"theme-blue","sharedFilters":[{"key":"Time Period","showDropdown":true,"type":"urlfilter","apiFilter":{"apiEndpoint":"https://nccd-proxy.cdc.gov/NCCD_COVE_API?$datakey=statesystem_cessation&$limit=2000&$select=DISTINCT YearQuarter&$order=YearQuarter DESC","valueSelector":"YearQuarter","textSelector":""},"setByQueryParameter":"YearQuarter","usedBy":["map1728427926518","map1728934471038","markup-include1730225845258","markup-include1732559574474","markup-include1733774990207"],"tier":1,"orderedValues":[]},{"key":"Sub-measure","showDropdown":true,"type":"urlfilter","apiFilter":{"apiEndpoint":"https://nccd-proxy.cdc.gov/NCCD_COVE_API?%24datakey=statesystem_cessation_dashboard&%24limit=20&%24select=distinct%20Measure%2c%20measureDisplayOrder%2c%20SubMeasure%2c%20submeasureDisplayOrder&%24where=Measure=%27Medicaid%20Coverage%20of%20Cessation%20Treatments%27&%24order=measureDisplayOrder%2csubmeasureDisplayOrder","valueSelector":"SubMeasure","textSelector":""},"parents":["Time Period"],"usedBy":["map1728427926518"],"tier":2,"orderedValues":[]},{"key":"Sub-Measure","showDropdown":true,"type":"urlfilter","apiFilter":{"apiEndpoint":"https://nccd-proxy.cdc.gov/NCCD_COVE_API?%24datakey=statesystem_cessation_dashboard&%24limit=20&%24select=distinct%20Measure%2c%20measureDisplayOrder%2c%20SubMeasure%2c%20submeasureDisplayOrder&%24where=Measure=%27Barriers%20to%20Treatments%27&%24order=measureDisplayOrder%2csubmeasureDisplayOrder","valueSelector":"SubMeasure","textSelector":""},"parents":["Time Period"],"usedBy":["map1728934471038","table1736982246454"],"tier":1,"orderedValues":[]}],"title":"","description":""},"visualizations":{"map1728427926518":{"annotations":[],"general":{"geoType":"us","noStateFoundMessage":"Map Unavailable","annotationDropdownText":"Annotations","geoBorderColor":"darkGray","headerColor":"theme-blue","title":"","showTitle":false,"showSidebar":true,"showDownloadButton":true,"showDownloadMediaButton":false,"displayAsHex":false,"displayStateLabels":true,"territoriesAlwaysShow":false,"language":"en","geoLabelOverride":"","hasRegions":false,"fullBorder":false,"type":"data","convertFipsCodes":true,"palette":{"isReversed":true},"allowMapZoom":true,"hideGeoColumnInTooltip":true,"hidePrimaryColumnInTooltip":false,"statePicked":{"fipsCode":"01","stateName":"Alabama"},"expandDataTable":false,"introText":"","showDownloadImgButton":true,"navigationTarget":"_self"},"type":"map","color":"sequential-blue-2(MPX)reverse","columns":{"geo":{"name":"LocationAbbr","label":"Location","tooltip":false,"dataTable":true},"primary":{"dataTable":true,"tooltip":true,"prefix":"","suffix":"","name":"Summary","label":"Summary","roundToPlace":0},"navigate":{"name":""},"latitude":{"name":""},"longitude":{"name":""},"additionalColumn1":{"label":"Fee-For-Service Plans","dataTable":true,"tooltips":false,"prefix":"","suffix":"","name":"Fee-For-Service Plans","tooltip":true},"additionalColumn2":{"label":"Managed Care Plans","dataTable":true,"tooltips":false,"prefix":"","suffix":"","name":"Managed Care Plans","tooltip":true}},"legend":{"descriptions":{},"specialClasses":[],"unified":false,"singleColumn":false,"singleRow":true,"verticalSorted":false,"showSpecialClassesLast":false,"dynamicDescription":false,"type":"category","numberOfItems":3,"position":"bottom","title":"Legend - Summary","style":"circles","subStyle":"linear blocks","tickRotation":"","singleColumnLegend":false,"hideBorder":false,"categoryValuesOrder":["Yes","No"]},"filters":[],"table":{"wrapColumns":false,"label":"Data Table","expanded":false,"limitHeight":false,"height":"","caption":"","showDownloadUrl":false,"showDataTableLink":false,"showDownloadLinkBelow":true,"showFullGeoNameInCSV":false,"forceDisplay":true,"download":true,"indexLabel":"State"},"tooltips":{"appearanceType":"hover","linkLabel":"Learn More","capitalizeLabels":true,"opacity":90},"visual":{"minBubbleSize":1,"maxBubbleSize":20,"extraBubbleBorder":false,"cityStyle":"circle","cityStyleLabel":"","showBubbleZeros":false,"additionalCityStyles":[],"geoCodeCircleSize":8},"mapPosition":{"coordinates":[0,30],"zoom":1},"map":{"layers":[],"patterns":[]},"hexMap":{"type":"","shapeGroups":[{"legendTitle":"","legendDescription":"","items":[{"key":"","shape":"Arrow Up","column":"","operator":"=","value":""}]}]},"filterBehavior":"Filter Change","filterIntro":"","openModal":true,"uid":"map1728427926518","dataKey":"https://nccd-proxy.cdc.gov/NCCD_COVE_API?$datakey=statesystem_cessation_dashboard&$limit=2000","dataDescription":{"horizontal":false,"series":false},"version":"4.25.1","editor":{"activeFilterValueForDescription":[0,0]},"migrations":{"addColorMigration":true}},"map1728934471038":{"annotations":[],"general":{"geoType":"us","noStateFoundMessage":"Map Unavailable","annotationDropdownText":"Annotations","geoBorderColor":"darkGray","headerColor":"theme-blue","title":"Medicaid Barriers to Treatments,","showTitle":false,"showSidebar":true,"showDownloadButton":true,"showDownloadMediaButton":false,"displayAsHex":false,"displayStateLabels":true,"territoriesAlwaysShow":false,"language":"en","geoLabelOverride":"","hasRegions":false,"fullBorder":false,"type":"data","convertFipsCodes":true,"palette":{"isReversed":true},"allowMapZoom":true,"hideGeoColumnInTooltip":false,"hidePrimaryColumnInTooltip":false,"statePicked":{"fipsCode":"01","stateName":"Alabama"},"expandDataTable":false,"introText":"Make a selection from the filters to change the visualization information.","showDownloadImgButton":true,"navigationTarget":"_self"},"type":"map","color":"sequential-blue-2(MPX)reverse","columns":{"geo":{"name":"LocationAbbr","label":"Location","tooltip":false,"dataTable":true},"primary":{"dataTable":true,"tooltip":true,"prefix":"","suffix":"","name":"Summary","label":"Summary","roundToPlace":0},"navigate":{"name":""},"latitude":{"name":""},"longitude":{"name":""},"additionalColumn1":{"label":"Fee-For-Service Plans","dataTable":true,"tooltips":false,"prefix":"","suffix":"","name":"Fee-For-Service Plans","tooltip":true},"additionalColumn2":{"label":"Managed Care Plans","dataTable":true,"tooltips":false,"prefix":"","suffix":"","name":"Managed Care Plans","useCommas":false,"tooltip":true}},"legend":{"descriptions":{},"specialClasses":[],"unified":false,"singleColumn":false,"singleRow":true,"verticalSorted":false,"showSpecialClassesLast":false,"dynamicDescription":false,"type":"category","numberOfItems":3,"position":"bottom","title":"Legend - Summary","style":"circles","subStyle":"linear blocks","tickRotation":"","singleColumnLegend":false,"hideBorder":false,"categoryValuesOrder":["Yes","No","Varies","Not Available","Not Applicable"]},"filters":[],"table":{"wrapColumns":false,"label":"Data Table","expanded":false,"limitHeight":false,"height":"","caption":"","showDownloadUrl":false,"showDataTableLink":false,"showDownloadLinkBelow":true,"showFullGeoNameInCSV":false,"forceDisplay":false,"download":true,"indexLabel":"State"},"tooltips":{"appearanceType":"hover","linkLabel":"Learn More","capitalizeLabels":true,"opacity":90},"visual":{"minBubbleSize":1,"maxBubbleSize":20,"extraBubbleBorder":false,"cityStyle":"circle","cityStyleLabel":"","showBubbleZeros":false,"additionalCityStyles":[],"geoCodeCircleSize":8},"mapPosition":{"coordinates":[0,30],"zoom":1},"map":{"layers":[],"patterns":[]},"hexMap":{"type":"","shapeGroups":[{"legendTitle":"","legendDescription":"","items":[{"key":"","shape":"Arrow Up","column":"","operator":"=","value":""}]}]},"filterBehavior":"Filter Change","filterIntro":"","openModal":true,"uid":"map1728934471038","dataKey":"Map - Barriers to Treatment","dataDescription":{"horizontal":false,"series":false},"version":"4.25.1","migrations":{"addColorMigration":true}},"markup-include1730225845258":{"filters":[],"filterBehavior":"Filter Change","openModal":false,"uid":"markup-include1730225845258","type":"markup-include","contentEditor":{"inlineHTML":"<header class=\"cove-component__header component__header theme-blue mb-0\"><h2>Medicaid Coverage of Cessation Treatments, {{YearQuarter2}}</h2></header>","markupVariables":[{"columnName":"YearQuarter","conditions":[],"name":"YearQuarter2","tag":"{{YearQuarter2}}"}],"showHeader":true,"srcUrl":"#example","title":"","useInlineHTML":true},"theme":"theme-blue","visual":{"border":false,"accent":false,"background":false,"hideBackgroundColor":false,"borderColorTheme":false},"showEditorPanel":true,"visualizationType":"markup-include","version":"4.24.10","dataKey":"https://nccd-proxy.cdc.gov/NCCD_COVE_API?$datakey=statesystem_cessation_dashboard&$limit=2000","dataDescription":{"horizontal":false,"series":false}},"dashboardFilters1730323544384":{"filters":[],"filterBehavior":"Filter Change","newViz":true,"openModal":true,"uid":"dashboardFilters1730323544384","type":"dashboardFilters","sharedFilterIndexes":[0],"visualizationType":"dashboardFilters","dataDescription":{"horizontal":false,"series":false},"applyFiltersButtonText":"View Results","autoLoad":true},"markup-include1732559574474":{"filters":[],"filterBehavior":"Filter Change","openModal":false,"uid":"markup-include1732559574474","type":"markup-include","contentEditor":{"inlineHTML":"<header class=\"cove-component__header component__header theme-blue mb-0\"><h2>Medicaid Barriers to Treatments, {{YearQuarter3}}</h2></header>","markupVariables":[{"columnName":"YearQuarter","conditions":[],"name":"YearQuarter3","tag":"{{YearQuarter3}}"}],"showHeader":true,"srcUrl":"#example","title":"","useInlineHTML":true},"theme":"theme-blue","visual":{"border":false,"accent":false,"background":false,"hideBackgroundColor":false,"borderColorTheme":false},"showEditorPanel":true,"visualizationType":"markup-include","dataKey":"https://nccd-proxy.cdc.gov/NCCD_COVE_API?$datakey=statesystem_cessation_dashboard&$limit=2000","dataDescription":{"horizontal":false,"series":false},"version":"4.25.1","migrations":{"addColorMigration":true}},"markup-include1733774990207":{"filters":[],"filterBehavior":"Filter Change","openModal":false,"uid":"markup-include1733774990207","type":"markup-include","contentEditor":{"inlineHTML":"<strong>Source:</strong> <a href = \"https://www.cdc.gov/statesystem/glossaryandmethodology.html\">American Lung Association State Tobacco Cessation Coverage Database (Lung Association)</a><br/><br/>\n\nSection 2502 of the Patient Protection and Affordable Care Act requires all state Medicaid programs to cover all FDA-approved tobacco cessation medications as of January 1, 2014. However, states are currently in the process of modifying their coverage to come into compliance with this requirement. Data in the STATE System on Medicaid coverage of tobacco cessation medications reflect evidence of coverage that is found in documentable sources, and may not yet reflect medications covered under this requirement.","markupVariables":[],"showHeader":true,"srcUrl":"#example","title":"","useInlineHTML":true},"theme":"theme-blue","visual":{"border":false,"accent":false,"background":false,"hideBackgroundColor":false,"borderColorTheme":false},"showEditorPanel":true,"visualizationType":"markup-include","version":"4.25.1","migrations":{"addColorMigration":true}},"footnotes1733846845601":{"uid":"footnotes1733846845601","type":"footnotes","visualizationType":"footnotes","dataKey":"","dynamicFootnotes":{"symbolColumn":"footnoteSymbol","textColumn":"footnoteText","orderColumn":"SubMeasure"},"staticFootnotes":[{"text":"†Telephone counseling is available through the state quitline."}]},"dashboardFilters1733947475347":{"filters":[],"filterBehavior":"Filter Change","newViz":true,"openModal":true,"uid":"dashboardFilters1733947475347","type":"dashboardFilters","sharedFilterIndexes":[1],"visualizationType":"dashboardFilters","autoLoad":false},"dashboardFilters1736981886225":{"filters":[],"filterBehavior":"Filter Change","newViz":true,"openModal":true,"uid":"dashboardFilters1736981886225","type":"dashboardFilters","sharedFilterIndexes":[2],"visualizationType":"dashboardFilters"},"table1736982246454":{"filters":[],"filterBehavior":"Filter Change","newViz":false,"openModal":true,"uid":"table1736982246454","type":"table","table":{"label":"Data Table","show":true,"showDownloadUrl":false,"showVertical":true,"expanded":false,"collapsible":true},"columns":{"Fee-For-Service Plans":{"name":"Fee-For-Service Plans","dataTable":true,"order":4},"LocationAbbr":{"name":"LocationAbbr","dataTable":false},"Managed Care Plans":{"name":"Managed Care Plans","dataTable":true,"order":4},"Measure":{"name":"Measure","dataTable":false},"No":{"name":"No","dataTable":false},"Not Applicable":{"name":"Not Applicable","dataTable":false},"Not Available":{"name":"Not Available","dataTable":false},"Quarter":{"name":"Quarter","dataTable":false},"SubMeasure":{"name":"SubMeasure","dataTable":false},"SummaryCount":{"name":"SummaryCount","dataTable":false},"Topic":{"name":"Topic","dataTable":false},"Varies":{"name":"Varies","dataTable":false},"Year":{"name":"Year","dataTable":false},"YearQuarter":{"name":"YearQuarter","dataTable":false},"Yes":{"name":"Yes","dataTable":false},"measureDisplayOrder":{"name":"measureDisplayOrder","dataTable":false},"submeasureDisplayOrder":{"name":"submeasureDisplayOrder","dataTable":false},"Location":{"label":"State","dataTable":true,"tooltips":false,"prefix":"","suffix":"","forestPlot":false,"startingPoint":"0","forestPlotAlignRight":false,"roundToPlace":0,"commas":false,"showInViz":false,"forestPlotStartingPoint":0,"name":"Location","order":1},"Summary":{"label":"Summary","dataTable":true,"tooltips":false,"prefix":"","suffix":"","forestPlot":false,"startingPoint":"0","forestPlotAlignRight":false,"roundToPlace":0,"commas":false,"showInViz":false,"forestPlotStartingPoint":0,"name":"Summary","order":2}},"dataFormat":{},"visualizationType":"table","dataDescription":{"horizontal":false,"series":false},"dataKey":"Map - Barriers to Treatment"}},"rows":[{"columns":[{"width":12,"widget":"dashboardFilters1730323544384"}],"uuid":1730323568195,"dataDescription":{"horizontal":false,"series":false}},{"columns":[{"width":12,"widget":"markup-include1730225845258"}],"dataDescription":{},"dataKey":"","uuid":1730323568195},{"columns":[{"width":12,"widget":"dashboardFilters1733947475347"}],"uuid":1733947467575},{"columns":[{"width":12,"widget":"map1728427926518"}],"dataDescription":{},"dataKey":"","uuid":1733947467575,"footnotesId":"footnotes1733846845601"},{"columns":[{"width":12,"widget":"markup-include1732559574474"}],"uuid":1733947465352,"dataDescription":{},"dataKey":""},{"columns":[{"width":12,"widget":"dashboardFilters1736981886225"}],"uuid":1736981889679},{"columns":[{"width":12,"widget":"map1728934471038"}],"dataDescription":{},"dataKey":"","uuid":1736982252771},{"columns":[{"width":12,"widget":"table1736982246454"}],"uuid":1736982252771},{"columns":[{"width":12,"widget":"markup-include1733774990207"}],"uuid":1736982247756}],"label":"Dashboard"},{"dashboard":{"sharedFilters":[{"key":"Topic","showDropdown":true,"type":"urlfilter","apiFilter":{"apiEndpoint":"https://nccd-proxy.cdc.gov/NCCD_COVE_API?$datakey=statesystem_cessation&$limit=2001&$select=DISTINCT%20Topic&$order=Topic","valueSelector":"Topic","textSelector":""},"setByQueryParameter":"","usedBy":[1,2],"tier":1},{"key":"Location","showDropdown":true,"type":"urlfilter","apiFilter":{"apiEndpoint":"https://nccd-proxy.cdc.gov/NCCD_COVE_API?$datakey=statesystem_cessation&$limit=2001&$select=DISTINCT%20Location&$order=Location","valueSelector":"Location","textSelector":""},"tier":1},{"key":"Time Period (Select up to 4)","showDropdown":true,"type":"urlfilter","filterStyle":"multi-select","apiFilter":{"apiEndpoint":"https://nccd-proxy.cdc.gov/NCCD_COVE_API?$datakey=statesystem_cessation&$limit=2001&$select=DISTINCT YearQuarter&$order=YearQuarter DESC","subgroupValueSelector":"","textSelector":"","valueSelector":"YearQuarter"},"selectLimit":"4","parents":["Topic","Location"],"tier":2}]},"visualizations":{"dashboardFilters1727792242409":{"filters":[],"filterBehavior":"Apply Button","newViz":true,"openModal":true,"uid":"dashboardFilters1727792242409","type":"dashboardFilters","sharedFilterIndexes":[0,1],"visualizationType":"dashboardFilters","dataDescription":{"horizontal":false,"series":false},"showEditorPanel":false,"applyFiltersButtonText":"View Results"},"table1727792536096":{"filters":[],"filterBehavior":"Filter Change","newViz":false,"openModal":true,"uid":"table1727792536096","type":"table","table":{"label":"Data Table","show":true,"showDownloadUrl":false,"showVertical":true,"expanded":true,"collapsible":true},"columns":{},"dataFormat":{},"visualizationType":"table"},"dashboardFilters1730227679128":{"filters":[],"filterBehavior":"Filter Change","newViz":true,"openModal":true,"uid":"dashboardFilters1730227679128","type":"dashboardFilters","sharedFilterIndexes":[2],"visualizationType":"dashboardFilters","dataDescription":{"horizontal":false,"series":false},"autoLoad":true},"table1730238134196":{"filters":[],"filterBehavior":"Filter Change","newViz":false,"openModal":true,"uid":"table1730238134196","type":"table","table":{"label":"Data Table","show":true,"showDownloadUrl":false,"showVertical":true,"expanded":true,"collapsible":true,"groupBy":"SubMeasure","pivot":{"columnName":"YearQuarter","valueColumns":["Value"]}},"columns":{"GeoLocation":{"name":"GeoLocation","dataTable":false},"Location":{"name":"Location","dataTable":false},"LocationAbbr":{"name":"LocationAbbr","dataTable":false},"Quarter":{"name":"Quarter","dataTable":false},"Measure":{"name":"Measure","dataTable":false},"RowDisplayOrder":{"name":"RowDisplayOrder","dataTable":false},"RowNum":{"name":"RowNum","dataTable":false},"Year":{"name":"Year","dataTable":false},"SubMeasure":{"name":"SubMeasure","dataTable":true,"order":null},"Category":{"name":"Category","dataTable":true,"order":1,"label":""},"Topic":{"name":"Topic","dataTable":false}},"dataFormat":{},"visualizationType":"table","dataDescription":{"horizontal":false,"series":false}},"markup-include1732295231213":{"filters":[],"filterBehavior":"Filter Change","openModal":false,"uid":"markup-include1732295231213","type":"markup-include","contentEditor":{"inlineHTML":"<h2>Cessation - Medicaid Coverage of Cessation Treatments and Barriers to Treatments</h2><h3><em>{{state-name}}</em></h3>","markupVariables":[{"columnName":"Location","conditions":[],"name":"state-name","tag":"{{state-name}}"}],"showHeader":true,"srcUrl":"#example","title":"","useInlineHTML":true},"theme":"theme-blue","visual":{"border":false,"accent":false,"background":false,"hideBackgroundColor":false,"borderColorTheme":false},"showEditorPanel":true,"visualizationType":"markup-include","dataKey":"https://nccd-proxy.cdc.gov/NCCD_COVE_API?$datakey=statesystem_cessation&$limit=2001","dataDescription":{"horizontal":false,"series":false},"version":"4.24.10"},"markup-include1733775500530":{"filters":[],"filterBehavior":"Filter Change","openModal":false,"uid":"markup-include1733775500530","type":"markup-include","contentEditor":{"inlineHTML":"† Telephone counseling is available through the state quitline.<br/><br/>\n\n<strong>Source:</strong> <a href = \"https://www.cdc.gov/statesystem/glossaryandmethodology.html\">American Lung Association State Tobacco Cessation Coverage Database (Lung Association)</a><br/><br/>\n\nSection 2502 of the Patient Protection and Affordable Care Act requires all state Medicaid programs to cover all FDA-approved tobacco cessation medications as of January 1, 2014. However, states are currently in the process of modifying their coverage to come into compliance with this requirement. Data in the STATE System on Medicaid coverage of tobacco cessation medications reflect evidence of coverage that is found in documentable sources, and may not yet reflect medications covered under this requirement.\n\n","markupVariables":[],"showHeader":true,"srcUrl":"#example","title":"","useInlineHTML":true},"theme":"theme-blue","visual":{"border":false,"accent":false,"background":false,"hideBackgroundColor":false,"borderColorTheme":false},"showEditorPanel":true,"visualizationType":"markup-include","version":"4.25.1","migrations":{"addColorMigration":true}}},"rows":[{"columns":[{"width":12,"widget":"dashboardFilters1727792242409"}],"dataDescription":{},"dataKey":""},{"columns":[{"width":12,"widget":"markup-include1732295231213"}],"uuid":1732295235592,"dataDescription":{},"dataKey":""},{"columns":[{"width":12,"widget":"dashboardFilters1730227679128"}],"uuid":1732295235592,"dataDescription":{},"dataKey":""},{"columns":[{"width":12,"widget":"table1730238134196"}],"dataDescription":{"horizontal":false,"series":false},"dataKey":"https://nccd-proxy.cdc.gov/NCCD_COVE_API?$datakey=statesystem_cessation&$limit=2001","multiVizColumn":"Measure","expandCollapseAllButtons":true,"uuid":1732295233081},{"columns":[{"width":12,"widget":"markup-include1733775500530"}]}],"label":"Search by Location","type":"dashboard","version":"4.25.1","migrations":{"addColorMigration":true}},{"dashboard":{"theme":"theme-blue","sharedFilters":[{"key":"Topic","showDropdown":true,"type":"urlfilter","apiFilter":{"apiEndpoint":"https://nccd-proxy.cdc.gov/NCCD_COVE_API?$datakey=statesystem_cessation&$limit=2002&$select=DISTINCT%20Topic&$order=Topic","valueSelector":"Topic","textSelector":""},"tier":1},{"key":"Time Period","showDropdown":true,"type":"urlfilter","apiFilter":{"apiEndpoint":"https://nccd-proxy.cdc.gov/NCCD_COVE_API?$datakey=statesystem_cessation&$limit=2002&$select=DISTINCT YearQuarter&$order=YearQuarter DESC","valueSelector":"YearQuarter","textSelector":""},"tier":1},{"key":"Location (Select up to 4)","showDropdown":true,"type":"urlfilter","apiFilter":{"apiEndpoint":"https://nccd-proxy.cdc.gov/NCCD_COVE_API?$datakey=statesystem_cessation&$limit=2002&$select=DISTINCT%20Location&$order=Location","subgroupValueSelector":"","textSelector":"","valueSelector":"Location"},"parents":["Time Period","Topic"],"filterStyle":"multi-select","selectLimit":"4","tier":2}],"title":"","description":""},"visualizations":{"dashboardFilters1728409568825":{"filters":[],"filterBehavior":"Apply Button","newViz":true,"openModal":true,"uid":"dashboardFilters1728409568825","type":"dashboardFilters","sharedFilterIndexes":[0,1],"visualizationType":"dashboardFilters","dataDescription":{"horizontal":false,"series":false},"applyFiltersButtonText":"View Results"},"dashboardFilters1730314064502":{"filters":[],"filterBehavior":"Filter Change","newViz":true,"openModal":true,"uid":"dashboardFilters1730314064502","type":"dashboardFilters","sharedFilterIndexes":[2],"visualizationType":"dashboardFilters","dataDescription":{"horizontal":false,"series":false},"autoLoad":true},"markup-include1732560933641":{"filters":[],"filterBehavior":"Filter Change","openModal":false,"uid":"markup-include1732560933641","type":"markup-include","contentEditor":{"inlineHTML":"<h2>Cessation - Medicaid Coverage of Cessation Treatments and Barriers to Treatments</h2><h3><em>{{year-quarter}}</em></h3>","markupVariables":[{"columnName":"YearQuarter","conditions":[],"name":"year-quarter","tag":"{{year-quarter}}"}],"showHeader":true,"srcUrl":"#example","title":"","useInlineHTML":true},"theme":"theme-blue","visual":{"border":false,"accent":false,"background":false,"hideBackgroundColor":false,"borderColorTheme":false},"showEditorPanel":true,"visualizationType":"markup-include","dataKey":"https://nccd-proxy.cdc.gov/NCCD_COVE_API?$datakey=statesystem_cessation&$limit=2002","dataDescription":{"horizontal":false,"series":false},"version":"4.25.1","migrations":{"addColorMigration":true}},"markup-include1733775524465":{"filters":[],"filterBehavior":"Filter Change","openModal":false,"uid":"markup-include1733775524465","type":"markup-include","contentEditor":{"inlineHTML":"† Telephone counseling is available through the state quitline.<br/><br/>\n\n<strong>Source:</strong> <a href = \"https://www.cdc.gov/statesystem/glossaryandmethodology.html\">American Lung Association State Tobacco Cessation Coverage Database (Lung Association)</a><br/><br/>\n\nSection 2502 of the Patient Protection and Affordable Care Act requires all state Medicaid programs to cover all FDA-approved tobacco cessation medications as of January 1, 2014. However, states are currently in the process of modifying their coverage to come into compliance with this requirement. Data in the STATE System on Medicaid coverage of tobacco cessation medications reflect evidence of coverage that is found in documentable sources, and may not yet reflect medications covered under this requirement.","markupVariables":[],"showHeader":true,"srcUrl":"#example","title":"","useInlineHTML":true},"theme":"theme-blue","visual":{"border":false,"accent":false,"background":false,"hideBackgroundColor":false,"borderColorTheme":false},"showEditorPanel":true,"visualizationType":"markup-include","version":"4.25.1","migrations":{"addColorMigration":true}},"table1740603973664":{"filters":[],"filterBehavior":"Filter Change","newViz":false,"openModal":true,"uid":"table1740603973664","type":"table","table":{"label":"Data Table","show":true,"showDownloadUrl":false,"showVertical":true,"expanded":true,"collapsible":true,"groupBy":"SubMeasure","pivot":{"columnName":"Location","valueColumns":["Value"]}},"columns":{"Category":{"name":"Category","dataTable":true,"order":1,"label":" "},"GeoLocation":{"name":"GeoLocation","dataTable":false},"LocationAbbr":{"name":"LocationAbbr","dataTable":false},"Measure":{"name":"Measure","dataTable":false},"Quarter":{"name":"Quarter","dataTable":false},"RowDisplayOrder":{"name":"RowDisplayOrder","dataTable":false},"RowNum":{"name":"RowNum","dataTable":false},"Topic":{"name":"Topic","dataTable":false},"Year":{"name":"Year","dataTable":false},"YearQuarter":{"name":"YearQuarter","dataTable":false},"Location":{"label":"Location","dataTable":true,"tooltips":false,"prefix":"","suffix":"","forestPlot":false,"startingPoint":"0","forestPlotAlignRight":false,"roundToPlace":0,"commas":false,"showInViz":false,"forestPlotStartingPoint":0,"name":"Location","order":null},"SubMeasure":{"name":"SubMeasure","dataTable":true},"Value":{"label":"Value","dataTable":true,"tooltips":false,"prefix":"","suffix":"","forestPlot":false,"startingPoint":"0","forestPlotAlignRight":false,"roundToPlace":0,"commas":false,"showInViz":false,"forestPlotStartingPoint":0,"name":"Value"}},"dataFormat":{},"visualizationType":"table","dataDescription":{"horizontal":false,"series":false},"dataKey":"https://nccd-proxy.cdc.gov/NCCD_COVE_API?$datakey=statesystem_cessation&$limit=2002"}},"rows":[{"columns":[{"width":12,"widget":"dashboardFilters1728409568825"}],"dataDescription":{},"dataKey":""},{"columns":[{"width":12,"widget":"markup-include1732560933641"}],"uuid":1732560958095,"dataDescription":{},"dataKey":""},{"columns":[{"width":12,"widget":"dashboardFilters1730314064502"}],"uuid":1732560958095,"dataDescription":{"horizontal":false,"series":false}},{"columns":[{"width":12,"widget":"table1740603973664"}],"uuid":1740603975892,"dataDescription":{"horizontal":false,"series":false},"dataKey":"https://nccd-proxy.cdc.gov/NCCD_COVE_API?$datakey=statesystem_cessation&$limit=2002","multiVizColumn":"Measure","expandCollapseAllButtons":true},{"columns":[{"width":12,"widget":"markup-include1733775524465"}],"uuid":1740603975892}],"label":"Search by Time Period","type":"dashboard","version":"4.25.1","migrations":{"addColorMigration":true}},{"dashboard":{"sharedFilters":[{"key":"Measure","showDropdown":true,"type":"urlfilter","apiFilter":{"apiEndpoint":"https://nccd-proxy.cdc.gov/NCCD_COVE_API?$datakey=statesystem_cessation&$limit=2003&$select=DISTINCT%20Measure&$order=Measure","valueSelector":"Measure","textSelector":""},"setByQueryParameter":"Topic","tier":1},{"key":"Sub-Measure","showDropdown":true,"type":"urlfilter","apiFilter":{"apiEndpoint":"https://nccd-proxy.cdc.gov/NCCD_COVE_API?$datakey=statesystem_cessation&$limit=2003&$select=DISTINCT%20SubMeasure&$order=SubMeasure","valueSelector":"SubMeasure","textSelector":""},"parents":["Measure"],"tier":2},{"key":"Time Period (Select up to 4)","showDropdown":true,"type":"urlfilter","filterStyle":"multi-select","apiFilter":{"apiEndpoint":"https://nccd-proxy.cdc.gov/NCCD_COVE_API?$datakey=statesystem_cessation&$limit=2003&$select=DISTINCT YearQuarter&$order=YearQuarter DESC","subgroupValueSelector":"","textSelector":"","valueSelector":"YearQuarter"},"selectLimit":"4","setByQueryParameter":"YearQuarter","tier":1}]},"visualizations":{"dashboardFilters1728427599952":{"filters":[],"filterBehavior":"Apply Button","newViz":true,"openModal":true,"uid":"dashboardFilters1728427599952","type":"dashboardFilters","sharedFilterIndexes":[0,1],"visualizationType":"dashboardFilters","dataDescription":{"horizontal":false,"series":false},"applyFiltersButtonText":"View Results"},"table1728941622851":{"filters":[],"filterBehavior":"Filter Change","newViz":false,"openModal":true,"uid":"table1728941622851","type":"table","table":{"label":"Data Table","show":true,"showDownloadUrl":false,"showVertical":true,"expanded":true,"collapsible":false,"pivot":{"columnName":"YearQuarter","valueColumns":["Value"]}},"columns":{"Category":{"name":"Category","dataTable":false},"GeoLocation":{"name":"GeoLocation","dataTable":false},"LocationAbbr":{"name":"LocationAbbr","dataTable":false},"Measure":{"name":"Measure","dataTable":false},"RowDisplayOrder":{"name":"RowDisplayOrder","dataTable":false},"RowNum":{"name":"RowNum","dataTable":false},"SubMeasure":{"name":"SubMeasure","dataTable":false},"Topic":{"name":"Topic","dataTable":false},"Quarter":{"name":"Quarter","dataTable":false},"Year":{"name":"Year","dataTable":false},"Location":{"name":"Location","dataTable":true,"label":"State","order":1},"Value":{"label":"Value","dataTable":true,"tooltips":false,"prefix":"","suffix":"","forestPlot":false,"startingPoint":"0","forestPlotAlignRight":false,"roundToPlace":0,"commas":false,"showInViz":false,"forestPlotStartingPoint":0,"name":"Value"}},"dataFormat":{},"visualizationType":"table","dataKey":"https://nccd-proxy.cdc.gov/NCCD_COVE_API?$datakey=statesystem_cessation&$limit=2003","dataDescription":{"horizontal":false,"series":false}},"dashboardFilters1730320114271":{"filters":[],"filterBehavior":"Filter Change","newViz":true,"openModal":true,"uid":"dashboardFilters1730320114271","type":"dashboardFilters","sharedFilterIndexes":[2],"visualizationType":"dashboardFilters","dataDescription":{"horizontal":false,"series":false},"autoLoad":true},"markup-include1732561770148":{"filters":[],"filterBehavior":"Filter Change","openModal":false,"uid":"markup-include1732561770148","type":"markup-include","contentEditor":{"inlineHTML":"<h2>Cessation - {{measure}}, {{submeasure}}</h2>","markupVariables":[{"columnName":"SubMeasure","conditions":[],"name":"submeasure","tag":"{{submeasure}}"},{"columnName":"Measure","conditions":[],"name":"measure","tag":"{{measure}}"}],"showHeader":true,"srcUrl":"#example","title":"","useInlineHTML":true},"theme":"theme-blue","visual":{"border":false,"accent":false,"background":false,"hideBackgroundColor":false,"borderColorTheme":false},"showEditorPanel":true,"visualizationType":"markup-include","version":"4.24.10","dataKey":"https://nccd-proxy.cdc.gov/NCCD_COVE_API?$datakey=statesystem_cessation&$limit=2003","dataDescription":{"horizontal":false,"series":false}},"markup-include1733775544028":{"filters":[],"filterBehavior":"Filter Change","openModal":false,"uid":"markup-include1733775544028","type":"markup-include","contentEditor":{"inlineHTML":"† Telephone counseling is available through the state quitline.<br/><br/><strong>Source:</strong> <a href = \"https://www.cdc.gov/statesystem/glossaryandmethodology.html\">American Lung Association State Tobacco Cessation Coverage Database (Lung Association)</a><br/><br/>\n\nSection 2502 of the Patient Protection and Affordable Care Act requires all state Medicaid programs to cover all FDA-approved tobacco cessation medications as of January 1, 2014. However, states are currently in the process of modifying their coverage to come into compliance with this requirement. Data in the STATE System on Medicaid coverage of tobacco cessation medications reflect evidence of coverage that is found in documentable sources, and may not yet reflect medications covered under this requirement.","markupVariables":[],"showHeader":true,"srcUrl":"#example","title":"","useInlineHTML":true},"theme":"theme-blue","visual":{"border":false,"accent":false,"background":false,"hideBackgroundColor":false,"borderColorTheme":false},"showEditorPanel":true,"visualizationType":"markup-include","version":"4.25.1","migrations":{"addColorMigration":true}}},"rows":[{"columns":[{"width":12,"widget":"dashboardFilters1728427599952"}],"dataDescription":{"horizontal":false,"series":false},"dataKey":"https://nccd-proxy.cdc.gov/NCCD_COVE_API?$datakey=statesystem_cessation&$limit=2003"},{"columns":[{"width":12,"widget":"markup-include1732561770148"}],"uuid":1732561801871,"dataDescription":{"horizontal":false,"series":false},"dataKey":"https://nccd-proxy.cdc.gov/NCCD_COVE_API?$datakey=statesystem_cessation&$limit=2003"},{"columns":[{"width":12,"widget":"dashboardFilters1730320114271"}],"uuid":1732561801871,"dataDescription":{"horizontal":false,"series":false},"dataKey":"https://nccd-proxy.cdc.gov/NCCD_COVE_API?$datakey=statesystem_cessation&$limit=2003"},{"columns":[{"width":12,"widget":"table1728941622851"}],"dataDescription":{"horizontal":false,"series":false},"dataKey":"https://nccd-proxy.cdc.gov/NCCD_COVE_API?$datakey=statesystem_cessation&$limit=2003","uuid":1732561775528},{"columns":[{"width":12,"widget":"markup-include1733775544028"}]}],"label":"Search by All Locations","type":"dashboard","version":"4.25.1","migrations":{"addColorMigration":true}}],"migrations":{"addColorMigration":true}}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"table":{"label":"Data Table","show":false,"showDownloadUrl":false,"showVertical":true},"datasets":{"https://nccd-proxy.cdc.gov/NCCD_COVE_API?$datakey=gtss_explorebylocation":{"dataFileSize":49761,"dataFileName":"https://nccd-proxy.cdc.gov/NCCD_COVE_API?$datakey=gtss_explorebylocation","dataFileSourceType":"url","dataFileFormat":"JSON","preview":false,"dataUrl":"https://nccd-proxy.cdc.gov/NCCD_COVE_API?$datakey=gtss_explorebylocation"},"https://nccd-proxy.cdc.gov/NCCD_COVE_API?$datakey=gtss_explorebyindicator":{"dataFileSize":54344,"dataFileName":"https://nccd-proxy.cdc.gov/NCCD_COVE_API?$datakey=gtss_explorebyindicator","dataFileSourceType":"url","dataFileFormat":"JSON","preview":false,"dataUrl":"https://nccd-proxy.cdc.gov/NCCD_COVE_API?$datakey=gtss_explorebyindicator"},"https://nccd-proxy.cdc.gov/NCCD_COVE_API?$datakey=gtss_explorebylocation&$limit=100":{"dataFileSize":100261,"dataFileName":"https://nccd-proxy.cdc.gov/NCCD_COVE_API?$datakey=gtss_explorebylocation&$limit=100","dataFileSourceType":"url","dataFileFormat":"JSON","preview":false,"dataUrl":"https://nccd-proxy.cdc.gov/NCCD_COVE_API?$datakey=gtss_explorebylocation&$limit=100"},"https://nccd-proxy.cdc.gov/NCCD_COVE_API?$datakey=gtss_explorebylocation&$limit=101":{"dataFileSize":101270,"dataFileName":"https://nccd-proxy.cdc.gov/NCCD_COVE_API?$datakey=gtss_explorebylocation&$limit=101","dataFileSourceType":"url","dataFileFormat":"JSON","preview":false,"dataUrl":"https://nccd-proxy.cdc.gov/NCCD_COVE_API?$datakey=gtss_explorebylocation&$limit=101"},"https://nccd-proxy.cdc.gov/NCCD_COVE_API?$datakey=gtss_explorebyindicator&$limit=200":{"dataFileSize":221461,"dataFileName":"https://nccd-proxy.cdc.gov/NCCD_COVE_API?$datakey=gtss_explorebyindicator&$limit=200","dataFileSourceType":"url","dataFileFormat":"JSON","preview":true,"dataUrl":"https://nccd-proxy.cdc.gov/NCCD_COVE_API?$datakey=gtss_explorebyindicator&$limit=200"}},"isResponsiveTicks":false,"type":"dashboard","barThickness":"0.37","xAxis":{"type":"categorical","size":75,"maxTickRotation":45,"labelOffset":0},"version":"4.25.1","uuid":1741027147935,"multiDashboards":[{"dashboard":{"theme":"theme-blue","sharedFilters":[{"key":"Region","showDropdown":true,"type":"urlfilter","apiFilter":{"apiEndpoint":"https://nccd-proxy.cdc.gov/NCCD_COVE_API?$datakey=gtss_explorebylocation&$select=DISTINCT%20Who_Region&$order=Who_Region","valueSelector":"Who_Region","textSelector":""},"tier":1,"usedBy":[],"setByQueryParameter":"","orderedValues":[]},{"key":"Location","showDropdown":true,"type":"urlfilter","apiFilter":{"apiEndpoint":"https://nccd-proxy.cdc.gov/NCCD_COVE_API?$datakey=gtss_explorebylocation&$select=DISTINCT%20Location&$order=Location&$limit=1000","valueSelector":"Location","textSelector":""},"tier":1,"parents":["Region"],"setByQueryParameter":"","orderedValues":[]},{"key":"Population Survey","showDropdown":true,"type":"urlfilter","apiFilter":{"apiEndpoint":"https://nccd-proxy.cdc.gov/NCCD_COVE_API?$datakey=gtss_explorebylocation&$select=DISTINCT%20Population_Survey&$order=Population_Survey","valueSelector":"Population_Survey","textSelector":""},"tier":2,"parents":["Location","Region"],"setByQueryParameter":"","orderedValues":[]},{"key":"Topic","showDropdown":true,"type":"urlfilter","apiFilter":{"apiEndpoint":"https://nccd-proxy.cdc.gov/NCCD_COVE_API?$datakey=gtss_explorebylocation&$select=DISTINCT%20Topic&$order=Topic","valueSelector":"Topic","textSelector":""},"tier":2,"parents":["Location","Population Survey","Region"],"setByQueryParameter":"","orderedValues":[]},{"key":"Indicator","showDropdown":true,"type":"urlfilter","apiFilter":{"apiEndpoint":"https://nccd-proxy.cdc.gov/NCCD_COVE_API?$datakey=gtss_explorebylocation&$select=DISTINCT%20Indicator&$order=Indicator","valueSelector":"Indicator","textSelector":""},"tier":1,"parents":["Location","Population Survey","Topic","Region"],"usedBy":[],"setByQueryParameter":"","orderedValues":[]},{"key":"Breakdown","showDropdown":true,"type":"urlfilter","apiFilter":{"apiEndpoint":"https://nccd-proxy.cdc.gov/NCCD_COVE_API?$datakey=gtss_explorebylocation&$limit=100&$select=DISTINCT Category","valueSelector":"Category","textSelector":""},"parents":["Location","Population Survey","Topic","Indicator","Region"],"usedBy":[],"tier":2,"orderedValues":[]},{"key":"Breakdown Detail","showDropdown":true,"type":"urlfilter","apiFilter":{"apiEndpoint":"https://nccd-proxy.cdc.gov/NCCD_COVE_API?$datakey=gtss_explorebylocation&$limit=100&$select=DISTINCT%20SubCategory_Filter,%20SubCategory_DisplayOrder&$order=SubCategory_DisplayOrder","valueSelector":"SubCategory_Filter","textSelector":""},"parents":["Location","Population Survey","Topic","Indicator","Breakdown","Region"],"usedBy":[3],"tier":1,"orderedValues":[]},{"key":"Year","showDropdown":true,"type":"urlfilter","apiFilter":{"apiEndpoint":"https://nccd-proxy.cdc.gov/NCCD_COVE_API?$datakey=gtss_explorebylocation&$limit=101&$select=DISTINCT%20Year&$order=Year DESC","valueSelector":"Year","textSelector":""},"usedBy":[6],"tier":1,"parents":["WHO Region","Location","Population Survey","Topic","Indicator"],"orderedValues":[]},{"key":"Breakdown ","showDropdown":true,"type":"urlfilter","apiFilter":{"apiEndpoint":"https://nccd-proxy.cdc.gov/NCCD_COVE_API?$datakey=gtss_explorebylocation&$limit=101&$select=DISTINCT%20Category&$order=Category","valueSelector":"Category","textSelector":""},"parents":["WHO Region","Location","Population Survey","Topic","Indicator","Year"],"usedBy":[6],"tier":2,"orderedValues":[]},{"key":"Breakdown Detail ","showDropdown":true,"type":"urlfilter","apiFilter":{"apiEndpoint":"https://nccd-proxy.cdc.gov/NCCD_COVE_API?$datakey=gtss_explorebylocation&$limit=101&$select=DISTINCT%20SubCategory&$order=SubCategory","valueSelector":"SubCategory","textSelector":""},"parents":["Year","Breakdown ","WHO Region","Location","Population Survey","Topic","Indicator"],"usedBy":[6],"tier":2,"orderedValues":[]}]},"visualizations":{"dashboardFilters1728490994697":{"filters":[],"filterBehavior":"Apply Button","newViz":true,"openModal":true,"uid":"dashboardFilters1728490994697","type":"dashboardFilters","sharedFilterIndexes":[0,1,2,3,4],"visualizationType":"dashboardFilters","dataDescription":{"horizontal":false,"series":false}},"markup-include1731599569065":{"filters":[],"filterBehavior":"Filter Change","openModal":false,"uid":"markup-include1731599569065","type":"markup-include","contentEditor":{"inlineHTML":"<h2>Trends over Time</h2>\n<h3>{{question1}}</h3>\n<h3><em>Topic: {{topic1}}</em></h3>","markupVariables":[{"columnName":"Topic","conditions":[],"name":"topic1","tag":"{{topic1}}"},{"columnName":"Full_Question","conditions":[],"name":"question1","tag":"{{question1}}"}],"showHeader":true,"srcUrl":"#example","title":"","useInlineHTML":true},"theme":"theme-blue","visual":{"border":false,"accent":false,"background":false,"hideBackgroundColor":false,"borderColorTheme":false},"showEditorPanel":true,"visualizationType":"markup-include","version":"4.25.1","dataKey":"https://nccd-proxy.cdc.gov/NCCD_COVE_API?$datakey=gtss_explorebylocation","dataDescription":{"horizontal":false,"series":false},"migrations":{"addColorMigration":true}},"dashboardFilters1731599671758":{"filters":[],"filterBehavior":"Filter Change","newViz":true,"openModal":true,"uid":"dashboardFilters1731599671758","type":"dashboardFilters","sharedFilterIndexes":[5,6],"visualizationType":"dashboardFilters","dataDescription":{"horizontal":false,"series":false},"autoLoad":true},"chart1733154229951":{"annotations":[],"type":"chart","debugSvg":false,"chartMessage":{"noData":"No Data Available"},"title":"New Chart","showTitle":false,"showDownloadMediaButton":false,"theme":"theme-blue","animate":false,"fontSize":"medium","lineDatapointStyle":"hover","lineDatapointColor":"Same as Line","barHasBorder":"false","isLollipopChart":false,"lollipopShape":"circle","lollipopColorStyle":"two-tone","visualizationSubType":"regular","barStyle":"flat","roundingStyle":"standard","tipRounding":"top","isResponsiveTicks":false,"general":{"annotationDropdownText":"Annotations","showDownloadButton":false,"showMissingDataLabel":true,"showSuppressedSymbol":true,"showZeroValueData":true,"hideNullValue":true},"padding":{"left":5,"right":5},"preliminaryData":[],"yAxis":{"hideAxis":false,"displayNumbersOnBar":false,"hideLabel":false,"hideTicks":false,"size":"70","gridLines":false,"enablePadding":false,"min":"","max":"","labelColor":"#333","tickLabelColor":"#333","tickColor":"#333","rightHideAxis":true,"rightAxisSize":0,"rightLabel":"","rightLabelOffsetSize":0,"rightAxisLabelColor":"#333","rightAxisTickLabelColor":"#333","rightAxisTickColor":"#333","numTicks":"","axisPadding":0,"scalePadding":10,"tickRotation":0,"anchors":[],"shoMissingDataLabel":true,"showMissingDataLine":true,"categories":[],"label":"Percentage (%) or Value"},"boxplot":{"plots":[],"borders":"true","plotOutlierValues":false,"plotNonOutlierValues":true,"labels":{"q1":"Lower Quartile","q2":"q2","q3":"Upper Quartile","q4":"q4","minimum":"Minimum","maximum":"Maximum","mean":"Mean","median":"Median","sd":"Standard Deviation","iqr":"Interquartile Range","count":"Count","outliers":"Outliers","values":"Values","lowerBounds":"Lower Bounds","upperBounds":"Upper Bounds"}},"topAxis":{"hasLine":false},"isLegendValue":false,"barThickness":0.35,"barHeight":25,"barSpace":15,"heights":{"vertical":300,"horizontal":750},"xAxis":{"sortDates":false,"anchors":[],"type":"date","showTargetLabel":true,"targetLabel":"Target","hideAxis":false,"hideLabel":false,"hideTicks":false,"size":75,"tickRotation":0,"min":"","max":"","labelColor":"#333","tickLabelColor":"#333","tickColor":"#333","numTicks":"","labelOffset":0,"axisPadding":200,"target":0,"maxTickRotation":0,"padding":5,"showYearsOnce":false,"sortByRecentDate":false,"dataKey":"Year","label":"Year","dateParseFormat":"%Y","dateDisplayFormat":"%Y","tickWidthMax":39,"axisBBox":29.193334579467773},"table":{"label":"Data Table","expanded":true,"limitHeight":false,"height":"","caption":"","showDownloadUrl":false,"showDataTableLink":true,"showDownloadLinkBelow":true,"indexLabel":"","download":true,"showVertical":true,"dateDisplayFormat":"%Y","showMissingDataLabel":true,"showSuppressedSymbol":true,"show":false},"orientation":"vertical","color":"pinkpurple","columns":{"SubCategory":{"label":"SubCategory","dataTable":true,"tooltips":false,"prefix":"","suffix":"","forestPlot":false,"startingPoint":"0","forestPlotAlignRight":false,"roundToPlace":0,"commas":false,"showInViz":false,"forestPlotStartingPoint":0,"name":"SubCategory","series":"Percentage"}},"legend":{"hide":false,"behavior":"isolate","axisAlign":true,"singleRow":true,"colorCode":"","reverseLabelOrder":false,"description":"","dynamicLegend":false,"dynamicLegendDefaultText":"Show All","dynamicLegendItemLimit":5,"dynamicLegendItemLimitMessage":"Dynamic Legend Item Limit Hit.","dynamicLegendChartMessage":"Select Options from the Legend","label":"","lineMode":false,"verticalSorted":false,"highlightOnHover":false,"hideSuppressedLabels":false,"hideSuppressionLink":false,"seriesHighlight":[],"style":"circles","subStyle":"linear blocks","shape":"circle","tickRotation":"","hideBorder":{"side":false,"topBottom":true},"position":"right"},"brush":{"height":45,"active":false},"exclusions":{"active":false,"keys":[]},"palette":"qualitative-bold","isPaletteReversed":false,"twoColor":{"palette":"monochrome-1","isPaletteReversed":false},"labels":false,"dataFormat":{"commas":false,"prefix":"","suffix":"","abbreviated":false,"bottomSuffix":"","bottomPrefix":"","bottomAbbreviated":false,"roundTo":"1"},"confidenceKeys":{},"visual":{"border":true,"accent":true,"background":true,"verticalHoverLine":false,"horizontalHoverLine":false,"lineDatapointSymbol":"none","maximumShapeAmount":7},"useLogScale":false,"filterBehavior":"Filter Change","highlightedBarValues":[],"series":[{"dataKey":"Percentage","type":"Line","axis":"Left","tooltip":true,"dynamicCategory":"SubCategory"}],"tooltips":{"opacity":90,"singleSeries":false,"dateDisplayFormat":"%Y"},"forestPlot":{"startAt":0,"colors":{"line":"","shape":""},"lineOfNoEffect":{"show":true},"type":"","pooledResult":{"diamondHeight":5,"column":""},"estimateField":"","estimateRadius":"","shape":"square","rowHeight":20,"description":{"show":true,"text":"description","location":0},"result":{"show":true,"text":"result","location":100},"radius":{"min":2,"max":10,"scalingColumn":""},"regression":{"lower":0,"upper":0,"estimateField":0},"leftWidthOffset":0,"rightWidthOffset":0,"showZeroLine":false,"leftLabel":"","rightLabel":""},"area":{"isStacked":false},"sankey":{"title":{"defaultColor":"black"},"iterations":1,"rxValue":0.9,"overallSize":{"width":900,"height":700},"margin":{"margin_y":25,"margin_x":0},"nodeSize":{"nodeWidth":26,"nodeHeight":40},"nodePadding":55,"nodeFontColor":"black","nodeColor":{"default":"#ff8500","inactive":"#808080"},"linkColor":{"default":"#ffc900","inactive":"#D3D3D3"},"opacity":{"nodeOpacityDefault":1,"nodeOpacityInactive":0.1,"LinkOpacityDefault":1,"LinkOpacityInactive":0.1},"storyNodeFontColor":"#006778","storyNodeText":[],"nodeValueStyle":{"textBefore":"(","textAfter":")"},"data":[]},"filters":[],"openModal":true,"uid":"chart1733154229951","visualizationType":"Line","dataKey":"https://nccd-proxy.cdc.gov/NCCD_COVE_API?$datakey=gtss_explorebylocation&$limit=100","dataDescription":{"horizontal":false,"series":false},"version":"4.25.1","dynamicMarginTop":0,"migrations":{"addColorMigration":true},"allowLineToBarGraph":true},"table1728589193203":{"filters":[],"filterBehavior":"Filter Change","newViz":false,"openModal":true,"uid":"table1728589193203","type":"table","table":{"label":"Data Table","show":true,"showDownloadUrl":false,"showVertical":true,"expanded":true,"collapsible":true,"groupBy":"Year","pivot":{"columnName":"Category","valueColumns":["SubCategory"]}},"columns":{"Category":{"name":"Category","dataTable":true},"CreatedOn":{"name":"CreatedOn","dataTable":false},"Data_Source_URL":{"name":"Data_Source_URL","dataTable":false},"Data_Value_Footnote_Symbol":{"name":"Data_Value_Footnote_Symbol","dataTable":false},"Footnotes":{"name":"Footnotes","dataTable":false},"Full_Question":{"name":"Full_Question","dataTable":false},"GeoLocation_Lat":{"name":"GeoLocation_Lat","dataTable":false},"GeoLocation_Long":{"name":"GeoLocation_Long","dataTable":false},"High_CI":{"name":"High_CI","dataTable":false},"Location":{"name":"Location","dataTable":false},"Low_CI":{"name":"Low_CI","dataTable":false},"Indicator":{"name":"Indicator","dataTable":false},"Population_Survey":{"name":"Population_Survey","dataTable":false},"SubCategory_Filter":{"name":"SubCategory_Filter","dataTable":false},"Topic":{"name":"Topic","dataTable":false},"WHO_Region":{"name":"WHO_Region","dataTable":false},"Year":{"name":"Year","dataTable":true},"SubCategory":{"label":"SubCategory","dataTable":true,"tooltips":false,"prefix":"","suffix":"","forestPlot":false,"startingPoint":"0","forestPlotAlignRight":false,"roundToPlace":0,"commas":false,"showInViz":false,"forestPlotStartingPoint":0,"name":"SubCategory","order":1},"Percentage":{"label":"Percentage (%) or Value","dataTable":true,"tooltips":false,"prefix":"","suffix":"","forestPlot":false,"startingPoint":"0","forestPlotAlignRight":false,"roundToPlace":"1","commas":false,"showInViz":false,"forestPlotStartingPoint":0,"name":"Percentage","order":2},"Category_DisplayOrder":{"label":"Category_DisplayOrder","dataTable":false,"tooltips":false,"prefix":"","suffix":"","forestPlot":false,"startingPoint":"0","forestPlotAlignRight":false,"roundToPlace":0,"commas":false,"showInViz":false,"forestPlotStartingPoint":0,"name":"Category_DisplayOrder"},"Location_DisplayOrder":{"name":"Location_DisplayOrder","dataTable":false},"Population_Survey_DisplayOrder":{"name":"Population_Survey_DisplayOrder","dataTable":false},"Question_DisplayOrder":{"name":"Question_DisplayOrder","dataTable":false},"SubCategory_DisplayOrder":{"name":"SubCategory_DisplayOrder","dataTable":false},"Topic_DisplayOrder":{"name":"Topic_DisplayOrder","dataTable":false},"WHO_Region_DisplayOrder":{"name":"WHO_Region_DisplayOrder","dataTable":false},"Year_String":{"name":"Year_String","dataTable":false},"95%_CI":{"name":"95%_CI","dataTable":true,"label":"95% CI"},"Percentage_Format":{"name":"Percentage_Format","dataTable":false},"n":{"label":"n","dataTable":true,"tooltips":false,"prefix":"","suffix":"","forestPlot":false,"startingPoint":"0","forestPlotAlignRight":false,"roundToPlace":0,"commas":true,"showInViz":false,"forestPlotStartingPoint":0,"name":"n"}},"dataFormat":{},"visualizationType":"table","dataKey":"https://nccd-proxy.cdc.gov/NCCD_COVE_API?$datakey=gtss_explorebylocation&$limit=100","dataDescription":{"horizontal":false,"series":false}},"markup-include1732125919543":{"filters":[],"filterBehavior":"Filter Change","openModal":false,"uid":"markup-include1732125919543","type":"markup-include","contentEditor":{"inlineHTML":"<h2>Details for a Specific Year</h2>\n<h3>{{question2}}</h3>\n<h3><em>Topic: {{topic1}}</em></h3>","markupVariables":[{"columnName":"Topic","conditions":[],"name":"topic1","tag":"{{topic1}}"},{"columnName":"Full_Question","conditions":[],"name":"question2","tag":"{{question2}}"}],"showHeader":true,"srcUrl":"#example","title":"","useInlineHTML":true},"theme":"theme-blue","visual":{"border":false,"accent":false,"background":false,"hideBackgroundColor":false,"borderColorTheme":false},"showEditorPanel":true,"visualizationType":"markup-include","version":"4.24.10","dataKey":"https://nccd-proxy.cdc.gov/NCCD_COVE_API?$datakey=gtss_explorebylocation","dataDescription":{"horizontal":false,"series":false}},"dashboardFilters1734380608107":{"filters":[],"filterBehavior":"Filter Change","newViz":true,"openModal":true,"uid":"dashboardFilters1734380608107","type":"dashboardFilters","sharedFilterIndexes":[7,8,9],"visualizationType":"dashboardFilters","autoLoad":true},"chart1728590913140":{"annotations":[],"type":"chart","debugSvg":false,"chartMessage":{"noData":"No Data Available"},"title":" ","showTitle":false,"showDownloadMediaButton":false,"theme":"theme-blue","animate":false,"fontSize":"medium","lineDatapointStyle":"hover","lineDatapointColor":"Same as Line","barHasBorder":"false","isLollipopChart":false,"lollipopShape":"circle","lollipopColorStyle":"two-tone","visualizationSubType":"regular","barStyle":"","roundingStyle":"standard","tipRounding":"top","isResponsiveTicks":false,"general":{"annotationDropdownText":"Annotations","showDownloadButton":false,"showMissingDataLabel":true,"showSuppressedSymbol":true,"showZeroValueData":true,"hideNullValue":true},"padding":{"left":5,"right":5},"preliminaryData":[],"yAxis":{"hideAxis":false,"displayNumbersOnBar":false,"hideLabel":false,"hideTicks":false,"size":"70","gridLines":true,"enablePadding":false,"min":"","max":"","labelColor":"#333","tickLabelColor":"#333","tickColor":"#333","rightHideAxis":true,"rightAxisSize":0,"rightLabel":"","rightLabelOffsetSize":0,"rightAxisLabelColor":"#333","rightAxisTickLabelColor":"#333","rightAxisTickColor":"#333","numTicks":"","axisPadding":0,"scalePadding":10,"tickRotation":0,"anchors":[],"shoMissingDataLabel":true,"showMissingDataLine":true,"categories":[],"type":"linear","labelsAboveGridlines":false,"label":"Percentage (%) or Value"},"boxplot":{"plots":[],"borders":"true","plotOutlierValues":false,"plotNonOutlierValues":true,"labels":{"q1":"Lower Quartile","q2":"q2","q3":"Upper Quartile","q4":"q4","minimum":"Minimum","maximum":"Maximum","mean":"Mean","median":"Median","sd":"Standard Deviation","iqr":"Interquartile Range","total":"Total","outliers":"Outliers","values":"Values","lowerBounds":"Lower Bounds","upperBounds":"Upper Bounds","count":"Count"},"firstQuartilePercentage":25,"thirdQuartilePercentage":75,"boxWidthPercentage":40,"legend":{"showHowToReadText":false,"howToReadText":""}},"topAxis":{"hasLine":false},"isLegendValue":false,"barThickness":0.35,"barHeight":25,"barSpace":15,"heights":{"vertical":300,"horizontal":750},"xAxis":{"sortDates":false,"anchors":[],"type":"categorical","showTargetLabel":true,"targetLabel":"Target","hideAxis":false,"hideLabel":false,"hideTicks":false,"size":75,"tickRotation":0,"min":"","max":"","labelColor":"#333","tickLabelColor":"#333","tickColor":"#333","numTicks":"","labelOffset":0,"axisPadding":200,"target":0,"maxTickRotation":0,"padding":0,"showYearsOnce":false,"sortByRecentDate":false,"dataKey":"SubCategory","axisBBox":29.193334579467773,"tickWidthMax":28},"table":{"label":"Data Table","expanded":true,"limitHeight":false,"height":"","caption":"","showDownloadUrl":false,"showDataTableLink":true,"showDownloadLinkBelow":true,"indexLabel":"","download":true,"showVertical":true,"dateDisplayFormat":"","showMissingDataLabel":true,"showSuppressedSymbol":true,"show":false},"orientation":"vertical","color":"pinkpurple","columns":{},"legend":{"hide":false,"behavior":"isolate","axisAlign":true,"singleRow":true,"colorCode":"SubCategory","reverseLabelOrder":false,"description":"","dynamicLegend":false,"dynamicLegendDefaultText":"Show All","dynamicLegendItemLimit":5,"dynamicLegendItemLimitMessage":"Dynamic Legend Item Limit Hit.","dynamicLegendChartMessage":"Select Options from the Legend","label":"","lineMode":false,"verticalSorted":false,"highlightOnHover":false,"hideSuppressedLabels":false,"hideSuppressionLink":false,"seriesHighlight":[],"style":"circles","subStyle":"linear blocks","shape":"circle","tickRotation":"","hideBorder":{"side":false,"topBottom":false},"position":"right"},"brush":{"height":25,"active":false},"exclusions":{"active":false,"keys":[]},"palette":"sequential-blue","isPaletteReversed":false,"twoColor":{"palette":"monochrome-1","isPaletteReversed":false},"labels":true,"dataFormat":{"commas":false,"prefix":"","suffix":"","abbreviated":false,"bottomSuffix":"","bottomPrefix":"","bottomAbbreviated":false,"roundTo":"1"},"confidenceKeys":{},"visual":{"border":true,"accent":true,"background":true,"verticalHoverLine":false,"horizontalHoverLine":false,"lineDatapointSymbol":"none","maximumShapeAmount":7},"useLogScale":false,"filterBehavior":"Filter Change","highlightedBarValues":[],"series":[{"dataKey":"Percentage","type":"Bar","axis":"Left","tooltip":true,"dynamicCategory":"SubCategory"}],"tooltips":{"opacity":90,"singleSeries":false,"dateDisplayFormat":""},"forestPlot":{"startAt":0,"colors":{"line":"","shape":""},"lineOfNoEffect":{"show":true},"type":"","pooledResult":{"diamondHeight":5,"column":""},"estimateField":"","estimateRadius":"","shape":"square","rowHeight":20,"description":{"show":true,"text":"description","location":0},"result":{"show":true,"text":"result","location":100},"radius":{"min":2,"max":10,"scalingColumn":""},"regression":{"lower":0,"upper":0,"estimateField":0},"leftWidthOffset":0,"rightWidthOffset":0,"showZeroLine":false,"leftLabel":"","rightLabel":""},"area":{"isStacked":false},"sankey":{"title":{"defaultColor":"black"},"iterations":1,"rxValue":0.9,"overallSize":{"width":900,"height":700},"margin":{"margin_y":25,"margin_x":0},"nodeSize":{"nodeWidth":26,"nodeHeight":40},"nodePadding":55,"nodeFontColor":"black","nodeColor":{"default":"#ff8500","inactive":"#808080"},"linkColor":{"default":"#ffc900","inactive":"#D3D3D3"},"opacity":{"nodeOpacityDefault":1,"nodeOpacityInactive":0.1,"LinkOpacityDefault":1,"LinkOpacityInactive":0.1},"storyNodeFontColor":"#006778","storyNodeText":[],"nodeValueStyle":{"textBefore":"(","textAfter":")"},"data":[]},"filters":[],"openModal":true,"uid":"chart1728590913140","visualizationType":"Bar","dataKey":"https://nccd-proxy.cdc.gov/NCCD_COVE_API?$datakey=gtss_explorebylocation&$limit=101","dataDescription":{"horizontal":false,"series":false},"version":"4.25.1","introText":"","dynamicMarginTop":0,"superTitle":"","migrations":{"addColorMigration":true}},"table1728590930478":{"filters":[],"filterBehavior":"Filter Change","newViz":false,"openModal":true,"uid":"table1728590930478","type":"table","table":{"label":"Data Table","show":true,"showDownloadUrl":false,"showVertical":true,"expanded":true,"collapsible":true,"groupBy":"Year","pivot":{"columnName":"Category","valueColumns":["SubCategory"]}},"columns":{"Category":{"name":"Category","dataTable":true,"label":" "},"CreatedOn":{"name":"CreatedOn","dataTable":false},"Data_Source_URL":{"name":"Data_Source_URL","dataTable":false},"Data_Value_Footnote_Symbol":{"name":"Data_Value_Footnote_Symbol","dataTable":false},"Footnotes":{"name":"Footnotes","dataTable":false},"Full_Question":{"name":"Full_Question","dataTable":false},"GeoLocation_Lat":{"name":"GeoLocation_Lat","dataTable":false},"GeoLocation_Long":{"name":"GeoLocation_Long","dataTable":false},"High_CI":{"name":"High_CI","dataTable":false},"Indicator":{"name":"Indicator","dataTable":false},"Location":{"name":"Location","dataTable":false},"Low_CI":{"name":"Low_CI","dataTable":false},"SubCategory_Filter":{"name":"SubCategory_Filter","dataTable":false},"Topic":{"name":"Topic","dataTable":false},"Population_Survey":{"name":"Population_Survey","dataTable":false},"WHO_Region":{"name":"WHO_Region","dataTable":false},"Year":{"name":"Year","dataTable":true,"label":" "},"Percentage":{"label":"Percentage (%) or Value","dataTable":true,"tooltips":false,"prefix":"","suffix":"","forestPlot":false,"startingPoint":"0","forestPlotAlignRight":false,"roundToPlace":"1","commas":false,"showInViz":false,"forestPlotStartingPoint":0,"name":"Percentage","order":2},"Category_DisplayOrder":{"label":"Category_DisplayOrder","dataTable":false,"tooltips":false,"prefix":"","suffix":"","forestPlot":false,"startingPoint":"0","forestPlotAlignRight":false,"roundToPlace":0,"commas":false,"showInViz":false,"forestPlotStartingPoint":0,"name":"Category_DisplayOrder"},"Location_DisplayOrder":{"label":"Location_DisplayOrder","dataTable":false,"tooltips":false,"prefix":"","suffix":"","forestPlot":false,"startingPoint":"0","forestPlotAlignRight":false,"roundToPlace":0,"commas":false,"showInViz":false,"forestPlotStartingPoint":0,"name":"Location_DisplayOrder"},"Population_Survey_DisplayOrder":{"label":"Population_Survey_DisplayOrder","dataTable":false,"tooltips":false,"prefix":"","suffix":"","forestPlot":false,"startingPoint":"0","forestPlotAlignRight":false,"roundToPlace":0,"commas":false,"showInViz":false,"forestPlotStartingPoint":0,"name":"Population_Survey_DisplayOrder"},"Question_DisplayOrder":{"label":"Question_DisplayOrder","dataTable":false,"tooltips":false,"prefix":"","suffix":"","forestPlot":false,"startingPoint":"0","forestPlotAlignRight":false,"roundToPlace":0,"commas":false,"showInViz":false,"forestPlotStartingPoint":0,"name":"Question_DisplayOrder"},"SubCategory_DisplayOrder":{"label":"SubCategory_DisplayOrder","dataTable":false,"tooltips":false,"prefix":"","suffix":"","forestPlot":false,"startingPoint":"0","forestPlotAlignRight":false,"roundToPlace":0,"commas":false,"showInViz":false,"forestPlotStartingPoint":0,"name":"SubCategory_DisplayOrder"},"Topic_DisplayOrder":{"label":"Topic_DisplayOrder","dataTable":false,"tooltips":false,"prefix":"","suffix":"","forestPlot":false,"startingPoint":"0","forestPlotAlignRight":false,"roundToPlace":0,"commas":false,"showInViz":false,"forestPlotStartingPoint":0,"name":"Topic_DisplayOrder"},"WHO_Region_DisplayOrder":{"label":"WHO_Region_DisplayOrder","dataTable":false,"tooltips":false,"prefix":"","suffix":"","forestPlot":false,"startingPoint":"0","forestPlotAlignRight":false,"roundToPlace":0,"commas":false,"showInViz":false,"forestPlotStartingPoint":0,"name":"WHO_Region_DisplayOrder"},"Year_String":{"label":"Year_String","dataTable":false,"tooltips":false,"prefix":"","suffix":"","forestPlot":false,"startingPoint":"0","forestPlotAlignRight":false,"roundToPlace":0,"commas":false,"showInViz":false,"forestPlotStartingPoint":0,"name":"Year_String"},"95%_CI":{"label":"95% CI","dataTable":true,"tooltips":false,"prefix":"","suffix":"","forestPlot":false,"startingPoint":"0","forestPlotAlignRight":false,"roundToPlace":0,"commas":false,"showInViz":false,"forestPlotStartingPoint":0,"name":"95%_CI"},"Percentage_Format":{"name":"Percentage_Format","dataTable":false},"n":{"label":"n","dataTable":true,"tooltips":false,"prefix":"","suffix":"","forestPlot":false,"startingPoint":"0","forestPlotAlignRight":false,"roundToPlace":0,"commas":true,"showInViz":false,"forestPlotStartingPoint":0,"name":"n"},"SubCategory":{"label":" ","dataTable":true,"tooltips":false,"prefix":"","suffix":"","forestPlot":false,"startingPoint":"0","forestPlotAlignRight":false,"roundToPlace":0,"commas":false,"showInViz":false,"forestPlotStartingPoint":0,"name":"SubCategory"}},"dataFormat":{},"visualizationType":"table","dataKey":"https://nccd-proxy.cdc.gov/NCCD_COVE_API?$datakey=gtss_explorebylocation&$limit=101","dataDescription":{"horizontal":false,"series":false}},"markup-include1741027050466":{"filters":[],"filterBehavior":"Filter Change","openModal":false,"uid":"markup-include1741027050466","type":"markup-include","contentEditor":{"inlineHTML":"<strong>Notes</strong></br>\nNote that the sum of the results for \"Boys\" and \"Girls\" may not equal the \"Total\" results.</br>\nMissing bars in the chart view may indicate no data available or insufficient sample size. The footnote symbol and text is available in the table view, if applicable.</br>\nPercentage (%) is presented for most indicators, except for those that are economics related. Economic indicators will be presented with the applicable value (e.g., local currency).</br></br>\n<strong>Measure Definitions</strong></br>\nConfidence Interval (CI) - A numeric range that consists of 95% confidence limits and indicates the confidence interval in the format (low endpoint – high endpoint)</br>\nPercentage (%) - A weighted percentage reflecting the population estimate</br>\nSample Size (n) - The unweighted number of cases.</br></br>\n<strong>Suggested Citation</strong></br>\nCenters for Disease Control and Prevention. National Center for Chronic Disease</br> Prevention and Health Promotion, Office of Smoking and Health, Global Tobacco Surveillance System Data (GTSSData) [online]. [accessed Feb 26, 2025]. URL: <a href=\"https://www.cdc.gov/tobacco/global/gtss/gtssdata/index.html\">https://www.cdc.gov/tobacco/global/gtss/gtssdata/index.html</a>.","markupVariables":[],"showHeader":true,"srcUrl":"#example","title":"","useInlineHTML":true},"theme":"theme-blue","visual":{"border":false,"accent":false,"background":false,"hideBackgroundColor":false,"borderColorTheme":false},"showEditorPanel":true,"visualizationType":"markup-include","version":"4.25.1","migrations":{"addColorMigration":true}}},"rows":[{"columns":[{"width":12,"widget":"dashboardFilters1728490994697"},{},{}],"dataDescription":{}},{"columns":[{"width":12,"widget":"markup-include1731599569065"}],"uuid":1731599544627,"dataDescription":{},"dataKey":""},{"columns":[{"width":12,"widget":"dashboardFilters1731599671758"}],"uuid":1731599662715,"dataDescription":{"horizontal":false,"series":false}},{"columns":[{"width":12,"widget":"chart1733154229951"},{"width":12,"widget":"table1728589193203"},{"width":12}],"uuid":1735587059106,"toggle":true,"dataDescription":{"horizontal":false,"series":false},"dataKey":"https://nccd-proxy.cdc.gov/NCCD_COVE_API?$datakey=gtss_explorebylocation&$limit=100"},{"columns":[{"width":12,"widget":"markup-include1732125919543"}],"uuid":1735587055923,"dataDescription":{},"dataKey":""},{"columns":[{"width":12,"widget":"dashboardFilters1734380608107"}],"uuid":1735587053866},{"columns":[{"width":12,"widget":"chart1728590913140"},{"width":12,"widget":"table1728590930478"},{"width":12}],"toggle":true,"dataDescription":{"horizontal":false,"series":false},"dataKey":"https://nccd-proxy.cdc.gov/NCCD_COVE_API?$datakey=gtss_explorebylocation&$limit=101","uuid":1735587051795},{"columns":[{"width":12,"widget":"markup-include1741027050466"}]}],"label":"Explore by Location","type":"dashboard","version":"4.25.1","migrations":{"addColorMigration":true}},{"dashboard":{"sharedFilters":[{"key":"Population Survey","showDropdown":true,"type":"urlfilter","apiFilter":{"apiEndpoint":"https://nccd-proxy.cdc.gov/NCCD_COVE_API?$datakey=gtss_explorebyindicator&$select=DISTINCT%20Population_Survey&$order=Population_Survey","valueSelector":"Population_Survey","textSelector":""},"tier":1},{"key":"Topic or MPOWER","showDropdown":true,"type":"urlfilter","apiFilter":{"apiEndpoint":"https://nccd-proxy.cdc.gov/NCCD_COVE_API?$datakey=gtss_explorebyindicator&$select=DISTINCT%20TopicOrMPOWER_SubCategory&$order=TopicOrMPOWER_SubCategory","valueSelector":"TopicOrMPOWER_SubCategory","textSelector":""},"tier":2,"parents":["Population Survey"]},{"key":"Indicator","showDropdown":true,"type":"urlfilter","apiFilter":{"apiEndpoint":"https://nccd-proxy.cdc.gov/NCCD_COVE_API?$datakey=gtss_explorebyindicator&$select=DISTINCT%20Indicator&$order=Indicator","valueSelector":"Indicator","textSelector":""},"tier":2,"parents":["Population Survey","Topic or MPOWER"]},{"key":"Region","showDropdown":true,"type":"urlfilter","apiFilter":{"apiEndpoint":"https://nccd-proxy.cdc.gov/NCCD_COVE_API?$datakey=gtss_explorebyindicator&$select=DISTINCT%20Who_Region&$order=Who_Region","valueSelector":"Who_Region","textSelector":""},"tier":2,"parents":["Population Survey","Topic or MPOWER","Indicator"],"orderedValues":[]},{"key":"Breakdown","showDropdown":true,"type":"urlfilter","apiFilter":{"apiEndpoint":"https://nccd-proxy.cdc.gov/NCCD_COVE_API?$datakey=gtss_explorebyindicator&$limit=200&$select=DISTINCT%20Category&$order=Category","valueSelector":"Category","textSelector":""},"parents":["Population Survey","Topic or MPOWER","Indicator","WHO Region","Region"],"usedBy":[3],"tier":2},{"key":"Breakdown Detail","showDropdown":true,"type":"urlfilter","apiFilter":{"apiEndpoint":"https://nccd-proxy.cdc.gov/NCCD_COVE_API?$datakey=gtss_explorebyindicator&$limit=200&$select=DISTINCT%20SubCategory_Filter&$order=SubCategory_Filter","valueSelector":"SubCategory_Filter","textSelector":""},"parents":["Breakdown","Population Survey","Topic or MPOWER","Indicator","WHO Region","Region"],"usedBy":[3],"tier":2}]},"visualizations":{"dashboardFilters1733159130084":{"filters":[],"filterBehavior":"Apply Button","newViz":true,"openModal":true,"uid":"dashboardFilters1733159130084","type":"dashboardFilters","sharedFilterIndexes":[0,1,2,3],"visualizationType":"dashboardFilters","dataDescription":{"horizontal":false,"series":false},"applyFiltersButtonText":"Run Report"},"markup-include1734386641623":{"filters":[],"filterBehavior":"Filter Change","openModal":false,"uid":"markup-include1734386641623","type":"markup-include","contentEditor":{"inlineHTML":"<h2>{{question3}}</h2>\n<h3><em>Topic: {{topic_perc}}</em></h3>","markupVariables":[{"columnName":"TopicOrMPOWER_SubCategory","conditions":[],"name":"topic_perc","tag":"{{topic_perc}}"},{"columnName":"Full_Question","conditions":[],"name":"question3","tag":"{{question3}}"}],"showHeader":true,"srcUrl":"#example","title":"","useInlineHTML":true,"allowHideSection":false},"theme":"theme-blue","visual":{"border":false,"accent":false,"background":false,"hideBackgroundColor":false,"borderColorTheme":false},"showEditorPanel":true,"visualizationType":"markup-include","dataKey":"https://nccd-proxy.cdc.gov/NCCD_COVE_API?$datakey=gtss_explorebyindicator","dataDescription":{"horizontal":false,"series":false},"version":"4.25.1","migrations":{"addColorMigration":true}},"dashboardFilters1734387344839":{"filters":[],"filterBehavior":"Filter Change","newViz":true,"openModal":true,"uid":"dashboardFilters1734387344839","type":"dashboardFilters","sharedFilterIndexes":[4,5],"visualizationType":"dashboardFilters","autoLoad":true},"map1734387896105":{"annotations":[],"general":{"geoType":"world","noStateFoundMessage":"Map Unavailable","annotationDropdownText":"Annotations","geoBorderColor":"darkGray","headerColor":"theme-blue","title":"","showTitle":true,"showSidebar":true,"showDownloadButton":true,"showDownloadMediaButton":false,"displayAsHex":false,"displayStateLabels":false,"territoriesAlwaysShow":false,"language":"en","geoLabelOverride":"","hasRegions":false,"fullBorder":false,"type":"data","convertFipsCodes":true,"palette":{"isReversed":false},"allowMapZoom":true,"hideGeoColumnInTooltip":false,"hidePrimaryColumnInTooltip":true,"statePicked":{"fipsCode":"01","stateName":"Alabama"},"expandDataTable":false,"navigationTarget":"_self"},"type":"map","color":"pinkpurple","columns":{"geo":{"name":"Location","label":"Location","tooltip":false,"dataTable":true},"primary":{"dataTable":true,"tooltip":true,"prefix":"","suffix":"","name":"Percentage","label":"","roundToPlace":0},"navigate":{"name":""},"latitude":{"name":"GeoLocation_Lat"},"longitude":{"name":"GeoLocation_Long"}},"legend":{"descriptions":{},"specialClasses":[],"unified":false,"singleColumn":false,"singleRow":false,"verticalSorted":false,"showSpecialClassesLast":false,"dynamicDescription":false,"type":"equalinterval","numberOfItems":5,"position":"side","title":"","style":"circles","subStyle":"linear blocks","tickRotation":"","singleColumnLegend":false,"hideBorder":false},"filters":[],"table":{"wrapColumns":false,"label":"Data Table","expanded":false,"limitHeight":false,"height":"","caption":"","showDownloadUrl":false,"showDataTableLink":false,"showDownloadLinkBelow":false,"showFullGeoNameInCSV":false,"forceDisplay":false,"download":true,"indexLabel":""},"tooltips":{"appearanceType":"hover","linkLabel":"Learn More","capitalizeLabels":true,"opacity":90},"visual":{"minBubbleSize":1,"maxBubbleSize":20,"extraBubbleBorder":false,"cityStyle":"circle","cityStyleLabel":"","showBubbleZeros":false,"additionalCityStyles":[],"geoCodeCircleSize":8},"mapPosition":{"coordinates":[0,30],"zoom":1},"map":{"layers":[],"patterns":[]},"hexMap":{"type":"","shapeGroups":[{"legendTitle":"","legendDescription":"","items":[{"key":"","shape":"Arrow Up","column":"","operator":"=","value":""}]}]},"filterBehavior":"Filter Change","filterIntro":"","openModal":true,"uid":"map1734387896105","dataDescription":{"horizontal":false,"series":false},"version":"4.25.1","dataKey":"https://nccd-proxy.cdc.gov/NCCD_COVE_API?$datakey=gtss_explorebyindicator&$limit=200","migrations":{"addColorMigration":true}},"chart1734387923111":{"annotations":[],"type":"chart","debugSvg":false,"chartMessage":{"noData":"No Data Available"},"title":"","showTitle":false,"showDownloadMediaButton":false,"theme":"theme-blue","animate":false,"fontSize":"medium","lineDatapointStyle":"hover","lineDatapointColor":"Same as Line","barHasBorder":"false","isLollipopChart":false,"lollipopShape":"circle","lollipopColorStyle":"two-tone","visualizationSubType":"regular","barStyle":"","roundingStyle":"standard","tipRounding":"top","isResponsiveTicks":false,"general":{"annotationDropdownText":"Annotations","showDownloadButton":false,"showMissingDataLabel":true,"showSuppressedSymbol":true,"showZeroValueData":true,"hideNullValue":true},"padding":{"left":5,"right":5},"preliminaryData":[],"yAxis":{"hideAxis":false,"displayNumbersOnBar":false,"hideLabel":false,"hideTicks":false,"size":50,"gridLines":false,"enablePadding":false,"min":"","max":"","labelColor":"#333","tickLabelColor":"#333","tickColor":"#333","rightHideAxis":false,"rightAxisSize":0,"rightLabel":"","rightLabelOffsetSize":0,"rightAxisLabelColor":"#333","rightAxisTickLabelColor":"#333","rightAxisTickColor":"#333","numTicks":"","axisPadding":0,"scalePadding":10,"tickRotation":0,"anchors":[],"shoMissingDataLabel":true,"showMissingDataLine":true,"categories":[],"labelPlacement":"Below Bar"},"boxplot":{"plots":[],"borders":"true","plotOutlierValues":false,"plotNonOutlierValues":true,"labels":{"q1":"Lower Quartile","q2":"q2","q3":"Upper Quartile","q4":"q4","minimum":"Minimum","maximum":"Maximum","mean":"Mean","median":"Median","sd":"Standard Deviation","iqr":"Interquartile Range","count":"Count","outliers":"Outliers","values":"Values","lowerBounds":"Lower Bounds","upperBounds":"Upper Bounds"}},"topAxis":{"hasLine":false},"isLegendValue":false,"barThickness":0.35,"barHeight":25,"barSpace":15,"heights":{"vertical":300,"horizontal":2340.7999999999997},"xAxis":{"sortDates":false,"anchors":[],"type":"categorical","showTargetLabel":true,"targetLabel":"Target","hideAxis":false,"hideLabel":false,"hideTicks":false,"size":75,"tickRotation":0,"min":"","max":"","labelColor":"#333","tickLabelColor":"#333","tickColor":"#333","numTicks":"","labelOffset":0,"axisPadding":200,"target":0,"maxTickRotation":0,"padding":5,"showYearsOnce":false,"sortByRecentDate":false,"dataKey":"Location","axisBBox":29.193334579467773,"tickWidthMax":33},"table":{"label":"Data Table","expanded":true,"limitHeight":false,"height":"","caption":"","showDownloadUrl":false,"showDataTableLink":true,"showDownloadLinkBelow":true,"indexLabel":"","download":true,"showVertical":true,"dateDisplayFormat":"","showMissingDataLabel":true,"showSuppressedSymbol":true,"show":false},"orientation":"horizontal","color":"pinkpurple","columns":{},"legend":{"hide":false,"behavior":"isolate","axisAlign":true,"singleRow":true,"colorCode":"","reverseLabelOrder":false,"description":"","dynamicLegend":false,"dynamicLegendDefaultText":"Show All","dynamicLegendItemLimit":5,"dynamicLegendItemLimitMessage":"Dynamic Legend Item Limit Hit.","dynamicLegendChartMessage":"Select Options from the Legend","label":"","lineMode":false,"verticalSorted":false,"highlightOnHover":false,"hideSuppressedLabels":false,"hideSuppressionLink":false,"seriesHighlight":[],"style":"circles","subStyle":"linear blocks","shape":"circle","tickRotation":"","hideBorder":{"side":false,"topBottom":true},"position":"right"},"brush":{"height":45,"active":false},"exclusions":{"active":false,"keys":[]},"palette":"qualitative-bold","isPaletteReversed":false,"twoColor":{"palette":"monochrome-1","isPaletteReversed":false},"labels":false,"dataFormat":{"commas":false,"prefix":"","suffix":"","abbreviated":false,"bottomSuffix":"","bottomPrefix":"","bottomAbbreviated":false,"roundTo":"1"},"confidenceKeys":{},"visual":{"border":true,"accent":true,"background":true,"verticalHoverLine":false,"horizontalHoverLine":false,"lineDatapointSymbol":"none","maximumShapeAmount":7},"useLogScale":false,"filterBehavior":"Filter Change","highlightedBarValues":[],"series":[{"dataKey":"Percentage","type":"Bar","axis":"Left","tooltip":true,"dynamicCategory":"SubCategory"}],"tooltips":{"opacity":90,"singleSeries":false,"dateDisplayFormat":""},"forestPlot":{"startAt":0,"colors":{"line":"","shape":""},"lineOfNoEffect":{"show":true},"type":"","pooledResult":{"diamondHeight":5,"column":""},"estimateField":"","estimateRadius":"","shape":"square","rowHeight":20,"description":{"show":true,"text":"description","location":0},"result":{"show":true,"text":"result","location":100},"radius":{"min":2,"max":10,"scalingColumn":""},"regression":{"lower":0,"upper":0,"estimateField":0},"leftWidthOffset":0,"rightWidthOffset":0,"showZeroLine":false,"leftLabel":"","rightLabel":""},"area":{"isStacked":false},"sankey":{"title":{"defaultColor":"black"},"iterations":1,"rxValue":0.9,"overallSize":{"width":900,"height":700},"margin":{"margin_y":25,"margin_x":0},"nodeSize":{"nodeWidth":26,"nodeHeight":40},"nodePadding":55,"nodeFontColor":"black","nodeColor":{"default":"#ff8500","inactive":"#808080"},"linkColor":{"default":"#ffc900","inactive":"#D3D3D3"},"opacity":{"nodeOpacityDefault":1,"nodeOpacityInactive":0.1,"LinkOpacityDefault":1,"LinkOpacityInactive":0.1},"storyNodeFontColor":"#006778","storyNodeText":[],"nodeValueStyle":{"textBefore":"(","textAfter":")"},"data":[]},"filters":[],"openModal":true,"uid":"chart1734387923111","visualizationType":"Bar","dataDescription":{"horizontal":false,"series":false},"version":"4.25.1","dataKey":"https://nccd-proxy.cdc.gov/NCCD_COVE_API?$datakey=gtss_explorebyindicator&$limit=200","dynamicMarginTop":0,"migrations":{"addColorMigration":true}},"table1734387934696":{"filters":[],"filterBehavior":"Filter Change","newViz":false,"openModal":true,"uid":"table1734387934696","type":"table","table":{"label":"Data Table","show":true,"showDownloadUrl":false,"showVertical":true,"expanded":true,"collapsible":true,"groupBy":"Location"},"columns":{"Category_DisplayOrder":{"label":"Category_DisplayOrder","dataTable":false,"tooltips":false,"prefix":"","suffix":"","forestPlot":false,"startingPoint":"0","forestPlotAlignRight":false,"roundToPlace":0,"commas":false,"showInViz":false,"forestPlotStartingPoint":0,"name":"Category_DisplayOrder"},"CreatedOn":{"label":"CreatedOn","dataTable":false,"tooltips":false,"prefix":"","suffix":"","forestPlot":false,"startingPoint":"0","forestPlotAlignRight":false,"roundToPlace":0,"commas":false,"showInViz":false,"forestPlotStartingPoint":0,"name":"CreatedOn"},"DataSource_URL":{"label":"DataSource_URL","dataTable":false,"tooltips":false,"prefix":"","suffix":"","forestPlot":false,"startingPoint":"0","forestPlotAlignRight":false,"roundToPlace":0,"commas":false,"showInViz":false,"forestPlotStartingPoint":0,"name":"DataSource_URL"},"Data_Value_Footnote_Symbol":{"label":"Data_Value_Footnote_Symbol","dataTable":false,"tooltips":false,"prefix":"","suffix":"","forestPlot":false,"startingPoint":"0","forestPlotAlignRight":false,"roundToPlace":0,"commas":false,"showInViz":false,"forestPlotStartingPoint":0,"name":"Data_Value_Footnote_Symbol"},"Footnotes":{"label":"Footnotes","dataTable":false,"tooltips":false,"prefix":"","suffix":"","forestPlot":false,"startingPoint":"0","forestPlotAlignRight":false,"roundToPlace":0,"commas":false,"showInViz":false,"forestPlotStartingPoint":0,"name":"Footnotes"},"Full_Question":{"label":"Full_Question","dataTable":false,"tooltips":false,"prefix":"","suffix":"","forestPlot":false,"startingPoint":"0","forestPlotAlignRight":false,"roundToPlace":0,"commas":false,"showInViz":false,"forestPlotStartingPoint":0,"name":"Full_Question"},"GeoLocation_Lat":{"label":"GeoLocation_Lat","dataTable":false,"tooltips":false,"prefix":"","suffix":"","forestPlot":false,"startingPoint":"0","forestPlotAlignRight":false,"roundToPlace":0,"commas":false,"showInViz":false,"forestPlotStartingPoint":0,"name":"GeoLocation_Lat"},"GeoLocation_Long":{"label":"GeoLocation_Long","dataTable":false,"tooltips":false,"prefix":"","suffix":"","forestPlot":false,"startingPoint":"0","forestPlotAlignRight":false,"roundToPlace":0,"commas":false,"showInViz":false,"forestPlotStartingPoint":0,"name":"GeoLocation_Long"},"Location_DisplayOrder":{"label":"Location_DisplayOrder","dataTable":false,"tooltips":false,"prefix":"","suffix":"","forestPlot":false,"startingPoint":"0","forestPlotAlignRight":false,"roundToPlace":0,"commas":false,"showInViz":false,"forestPlotStartingPoint":0,"name":"Location_DisplayOrder"},"High_CI":{"label":"High_CI","dataTable":false,"tooltips":false,"prefix":"","suffix":"","forestPlot":false,"startingPoint":"0","forestPlotAlignRight":false,"roundToPlace":0,"commas":false,"showInViz":false,"forestPlotStartingPoint":0,"name":"High_CI"},"Low_CI":{"label":"Low_CI","dataTable":false,"tooltips":false,"prefix":"","suffix":"","forestPlot":false,"startingPoint":"0","forestPlotAlignRight":false,"roundToPlace":0,"commas":false,"showInViz":false,"forestPlotStartingPoint":0,"name":"Low_CI"},"MPowerId":{"label":"MPowerId","dataTable":false,"tooltips":false,"prefix":"","suffix":"","forestPlot":false,"startingPoint":"0","forestPlotAlignRight":false,"roundToPlace":0,"commas":false,"showInViz":false,"forestPlotStartingPoint":0,"name":"MPowerId"},"Population_Survey":{"label":"Population_Survey","dataTable":false,"tooltips":false,"prefix":"","suffix":"","forestPlot":false,"startingPoint":"0","forestPlotAlignRight":false,"roundToPlace":0,"commas":false,"showInViz":false,"forestPlotStartingPoint":0,"name":"Population_Survey"},"Population_Survey_DisplayOrder":{"label":"Population_Survey_DisplayOrder","dataTable":false,"tooltips":false,"prefix":"","suffix":"","forestPlot":false,"startingPoint":"0","forestPlotAlignRight":false,"roundToPlace":0,"commas":false,"showInViz":false,"forestPlotStartingPoint":0,"name":"Population_Survey_DisplayOrder"},"Question_DisplayOrder":{"label":"Question_DisplayOrder","dataTable":false,"tooltips":false,"prefix":"","suffix":"","forestPlot":false,"startingPoint":"0","forestPlotAlignRight":false,"roundToPlace":0,"commas":false,"showInViz":false,"forestPlotStartingPoint":0,"name":"Question_DisplayOrder"},"SubCategory_DisplayOrder":{"label":"SubCategory_DisplayOrder","dataTable":false,"tooltips":false,"prefix":"","suffix":"","forestPlot":false,"startingPoint":"0","forestPlotAlignRight":false,"roundToPlace":0,"commas":false,"showInViz":false,"forestPlotStartingPoint":0,"name":"SubCategory_DisplayOrder"},"SubCategory_Filter":{"label":"SubCategory_Filter","dataTable":false,"tooltips":false,"prefix":"","suffix":"","forestPlot":false,"startingPoint":"0","forestPlotAlignRight":false,"roundToPlace":0,"commas":false,"showInViz":false,"forestPlotStartingPoint":0,"name":"SubCategory_Filter"},"TopicId":{"label":"TopicId","dataTable":false,"tooltips":false,"prefix":"","suffix":"","forestPlot":false,"startingPoint":"0","forestPlotAlignRight":false,"roundToPlace":0,"commas":false,"showInViz":false,"forestPlotStartingPoint":0,"name":"TopicId"},"TopicOrMPOWER_Category":{"label":"TopicOrMPOWER_Category","dataTable":false,"tooltips":false,"prefix":"","suffix":"","forestPlot":false,"startingPoint":"0","forestPlotAlignRight":false,"roundToPlace":0,"commas":false,"showInViz":false,"forestPlotStartingPoint":0,"name":"TopicOrMPOWER_Category"},"TopicOrMPOWER_SubCategory":{"label":"TopicOrMPOWER_SubCategory","dataTable":false,"tooltips":false,"prefix":"","suffix":"","forestPlot":false,"startingPoint":"0","forestPlotAlignRight":false,"roundToPlace":0,"commas":false,"showInViz":false,"forestPlotStartingPoint":0,"name":"TopicOrMPOWER_SubCategory"},"Topic_MPOWER_DisplayOrder":{"label":"Topic_MPOWER_DisplayOrder","dataTable":false,"tooltips":false,"prefix":"","suffix":"","forestPlot":false,"startingPoint":"0","forestPlotAlignRight":false,"roundToPlace":0,"commas":false,"showInViz":false,"forestPlotStartingPoint":0,"name":"Topic_MPOWER_DisplayOrder"},"WHO_Region":{"label":"WHO_Region","dataTable":false,"tooltips":false,"prefix":"","suffix":"","forestPlot":false,"startingPoint":"0","forestPlotAlignRight":false,"roundToPlace":0,"commas":false,"showInViz":false,"forestPlotStartingPoint":0,"name":"WHO_Region"},"WHO_Region_DisplayOrder":{"label":"WHO_Region_DisplayOrder","dataTable":false,"tooltips":false,"prefix":"","suffix":"","forestPlot":false,"startingPoint":"0","forestPlotAlignRight":false,"roundToPlace":0,"commas":false,"showInViz":false,"forestPlotStartingPoint":0,"name":"WHO_Region_DisplayOrder"},"Year_String":{"label":"Year_String","dataTable":false,"tooltips":false,"prefix":"","suffix":"","forestPlot":false,"startingPoint":"0","forestPlotAlignRight":false,"roundToPlace":0,"commas":false,"showInViz":false,"forestPlotStartingPoint":0,"name":"Year_String"},"Year":{"label":"Year","dataTable":false,"tooltips":false,"prefix":"","suffix":"","forestPlot":false,"startingPoint":"0","forestPlotAlignRight":false,"roundToPlace":0,"commas":false,"showInViz":false,"forestPlotStartingPoint":0,"name":"Year"},"Category":{"label":"Category","dataTable":false,"tooltips":false,"prefix":"","suffix":"","forestPlot":false,"startingPoint":"0","forestPlotAlignRight":false,"roundToPlace":0,"commas":false,"showInViz":false,"forestPlotStartingPoint":0,"name":"Category"},"SubCategory":{"label":"Country/Location - Survey Site","dataTable":true,"tooltips":false,"prefix":"","suffix":"","forestPlot":false,"startingPoint":"0","forestPlotAlignRight":false,"roundToPlace":0,"commas":false,"showInViz":false,"forestPlotStartingPoint":0,"name":"SubCategory","order":1},"Percentage":{"label":"Percentage (%) or Value","dataTable":true,"tooltips":false,"prefix":"","suffix":"","forestPlot":false,"startingPoint":"0","forestPlotAlignRight":false,"roundToPlace":"1","commas":false,"showInViz":false,"forestPlotStartingPoint":0,"name":"Percentage","order":2},"95%_CI":{"label":"95% CI","dataTable":true,"tooltips":false,"prefix":"","suffix":"","forestPlot":false,"startingPoint":"0","forestPlotAlignRight":false,"roundToPlace":0,"commas":false,"showInViz":false,"forestPlotStartingPoint":0,"name":"95%_CI","order":3},"Indicator":{"label":"Indicator","dataTable":false,"tooltips":false,"prefix":"","suffix":"","forestPlot":false,"startingPoint":"0","forestPlotAlignRight":false,"roundToPlace":0,"commas":false,"showInViz":false,"forestPlotStartingPoint":0,"name":"Indicator"},"Percentage_Format":{"name":"Percentage_Format","dataTable":false}},"dataFormat":{},"visualizationType":"table","dataKey":"https://nccd-proxy.cdc.gov/NCCD_COVE_API?$datakey=gtss_explorebyindicator&$limit=200","dataDescription":{"horizontal":false,"series":false}},"markup-include1741027152849":{"filters":[],"filterBehavior":"Filter Change","openModal":false,"uid":"markup-include1741027152849","type":"markup-include","contentEditor":{"inlineHTML":"<strong>Notes</strong></br>\nNote that the sum of the results for \"Boys\" and \"Girls\" may not equal the \"Total\" results.</br>\nMissing bars in the chart view may indicate no data available or insufficient sample size. The footnote symbol and text is available in the table view, if applicable.</br>\nPercentage (%) is presented for most indicators, except for those that are economics related. Economic indicators will be presented with the applicable value (e.g., local currency).</br></br>\n<strong>Measure Definitions</strong></br>\nConfidence Interval (CI) - A numeric range that consists of 95% confidence limits and indicates the confidence interval in the format (low endpoint – high endpoint)</br>\nPercentage (%) - A weighted percentage reflecting the population estimate</br>\nSample Size (n) - The unweighted number of cases.</br></br>\n<strong>Suggested Citation</strong></br>\nCenters for Disease Control and Prevention. National Center for Chronic Disease</br> Prevention and Health Promotion, Office of Smoking and Health, Global Tobacco Surveillance System Data (GTSSData) [online]. [accessed Feb 26, 2025]. URL: <a href=\"https://www.cdc.gov/tobacco/global/gtss/gtssdata/index.html\">https://www.cdc.gov/tobacco/global/gtss/gtssdata/index.html</a>.","markupVariables":[],"showHeader":true,"srcUrl":"#example","title":"","useInlineHTML":true},"theme":"theme-blue","visual":{"border":false,"accent":false,"background":false,"hideBackgroundColor":false,"borderColorTheme":false},"showEditorPanel":true,"visualizationType":"markup-include","version":"4.25.1","migrations":{"addColorMigration":true}}},"rows":[{"columns":[{"width":12,"widget":"dashboardFilters1733159130084"}],"dataDescription":{}},{"columns":[{"width":12,"widget":"markup-include1734386641623"}],"dataDescription":{"horizontal":false,"series":false},"dataKey":"https://nccd-proxy.cdc.gov/NCCD_COVE_API?$datakey=gtss_explorebyindicator"},{"columns":[{"width":12,"widget":"dashboardFilters1734387344839"}],"dataDescription":{}},{"columns":[{"width":12,"widget":"map1734387896105"},{"width":12,"widget":"chart1734387923111"},{"width":12,"widget":"table1734387934696"}],"toggle":true,"dataDescription":{"horizontal":false,"series":false},"dataKey":"https://nccd-proxy.cdc.gov/NCCD_COVE_API?$datakey=gtss_explorebyindicator&$limit=200"},{"columns":[{"width":12,"widget":"markup-include1741027152849"}]}],"label":"Explore by Indicator","type":"dashboard","version":"4.25.1","migrations":{"addColorMigration":true}}],"migrations":{"addColorMigration":true}}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"dashboard":{"theme":"theme-blue","sharedFilters":[{"key":"Dataset","showDropdown":true,"tier":1,"type":"urlfilter","apiFilter":{"apiEndpoint":"https://nccd-proxy.cdc.gov/NCCD_COVE_API?$datakey=brfss_prevalence_cove_explore_by_location_nationwide_mmsa&$limit=2000&$select=DISTINCT%20Dataset","valueSelector":"Dataset","textSelector":""},"resetLabel":"","setByQueryParameter":""},{"key":"Location","showDropdown":true,"tier":2,"type":"urlfilter","apiFilter":{"apiEndpoint":"https://nccd-proxy.cdc.gov/NCCD_COVE_API?$datakey=brfss_prevalence_cove_explore_by_location_nationwide_mmsa&$limit=2000&$select=DISTINCT%20LocationCategory,State,State_Code&$order=LocationCategory,State","subgroupTextSelector":"State","subgroupValueSelector":"State_Code","textSelector":"-Select Location-","valueSelector":"LocationCategory"},"parents":["Dataset"],"filterStyle":"nested-dropdown","subGrouping":{"columnName":"","setByQueryParameter":"","valuesLookup":{}},"resetLabel":"-Select-","setByQueryParameter":""},{"key":"Class","showDropdown":true,"tier":2,"type":"urlfilter","apiFilter":{"apiEndpoint":"https://nccd-proxy.cdc.gov/NCCD_COVE_API?$datakey=brfss_prevalence_cove_explore_by_location_nationwide_mmsa&$limit=2000&$select=DISTINCT%20Class,Class_DisplayOrder&$order=Class_DisplayOrder","valueSelector":"Class","textSelector":""},"parents":["Dataset","Location"],"setByQueryParameter":""},{"key":"Topic","showDropdown":true,"tier":2,"type":"urlfilter","apiFilter":{"apiEndpoint":"https://nccd-proxy.cdc.gov/NCCD_COVE_API?$datakey=brfss_prevalence_cove_explore_by_location_nationwide_mmsa&$limit=2000&$select=DISTINCT%20Topic&$order=Topic","valueSelector":"Topic","textSelector":""},"parents":["Dataset","Location","Class"],"setByQueryParameter":""},{"key":"Year","showDropdown":true,"tier":1,"type":"urlfilter","apiFilter":{"apiEndpoint":"https://nccd-proxy.cdc.gov/NCCD_COVE_API?$datakey=brfss_prevalence_cove_explore_by_location_nationwide_mmsa&$limit=2000&$select=DISTINCT%20Question_Year&$order=Question_Year%20Desc","valueSelector":"Question_Year","textSelector":""},"parents":["Location","Class","Topic","Dataset"],"usedBy":[],"setByQueryParameter":""},{"key":"Question","showDropdown":true,"tier":1,"type":"urlfilter","apiFilter":{"apiEndpoint":"https://nccd-proxy.cdc.gov/NCCD_COVE_API?$datakey=brfss_prevalence_cove_explore_by_location_nationwide_mmsa&$limit=2000&$select=DISTINCT%20Question,Question_Code&$order=Question_Code","valueSelector":"Question_Code","textSelector":"Question"},"parents":["Dataset","Location","Class","Topic","Year"],"usedBy":[]},{"key":"View By","showDropdown":true,"tier":2,"type":"urlfilter","apiFilter":{"apiEndpoint":"https://nccd-proxy.cdc.gov/NCCD_COVE_API?$datakey=brfss_prevalence_cove_explore_by_location_nationwide_mmsa&$limit=2000&$select=DISTINCT%20Category,%20Category_DisplayOrder&$order=Category_DisplayOrder","valueSelector":"Category","textSelector":""},"parents":["Dataset","Location","Class","Topic","Year","Question"],"usedBy":["chart1729106285960","table1729106290803","footnotes1729516540074","chart1729199128590","table1729200514531","footnotes1734104655867"]},{"key":"Data Type","showDropdown":true,"tier":2,"type":"urlfilter","apiFilter":{"apiEndpoint":"https://nccd-proxy.cdc.gov/NCCD_COVE_API?$datakey=brfss_prevalence_cove_explore_by_location_nationwide_mmsa&$limit=2000&$select=DISTINCT%20Data_Type&$order=Data_Type%20DESC","valueSelector":"Data_Type","textSelector":""},"parents":["Dataset","Location","Class","Topic","Year","Question","View By"],"usedBy":["chart1729106285960","table1729106290803","footnotes1729516540074","chart1729199128590","table1729200514531","footnotes1734104655867"]}]},"rows":[{"columns":[{"width":12,"widget":"dashboardFilters1729110083267"},{},{}]},{"columns":[{"width":12,"widget":"dashboardFilters1729110055653"},{},{}]},{"columns":[{"width":12,"widget":"markup-include1729109453998"}]},{"columns":[{"width":12,"widget":"dashboardFilters1729110055542"}],"uuid":1729110036831},{"columns":[{"width":12,"widget":"markup-include1729518918015"}],"uuid":1730733434732},{"columns":[{"width":12,"widget":"chart1729106285960"},{"width":12,"widget":"table1729106290803"},{"width":12}],"toggle":true,"uuid":1742565249713,"footnotesId":"footnotes1734396315073"},{"columns":[{"width":12,"widget":"markup-include1729199113607"}],"uuid":1742565247168},{"columns":[{"width":12,"widget":"dashboardFilters1730734791987"}],"uuid":1742565244311},{"columns":[{"width":12,"widget":"chart1729199128590"},{"width":12,"widget":"table1729200514531"},{"width":12}],"toggle":true,"uuid":1742565242630,"footnotesId":"footnotes1734104655867"},{"columns":[{"width":12,"widget":"markup-include1733949172178"}],"uuid":1742565241248},{"columns":[{"width":12,"widget":"markup-include1733961395463"}],"uuid":1742565239167},{"columns":[{"width":12,"widget":"markup-include1737744929946"}],"uuid":1742565236775},{"columns":[{"width":12,"widget":"markup-include1730737829692"}],"dataDescription":{"horizontal":false,"series":false},"dataKey":"Get Date","uuid":1742565234615}],"visualizations":{"chart1729106285960":{"annotations":[],"type":"chart","debugSvg":false,"chartMessage":{"noData":"No Data Available"},"title":"","showTitle":false,"showDownloadMediaButton":false,"theme":"theme-blue","animate":false,"fontSize":"medium","lineDatapointStyle":"hover","lineDatapointColor":"Same as Line","barHasBorder":"false","isLollipopChart":false,"lollipopShape":"circle","lollipopColorStyle":"two-tone","visualizationSubType":"regular","barStyle":"flat","roundingStyle":"standard","tipRounding":"top","isResponsiveTicks":true,"general":{"annotationDropdownText":"Annotations","showDownloadButton":false,"showMissingDataLabel":false,"showSuppressedSymbol":true,"showZeroValueData":true,"hideNullValue":true},"padding":{"left":5,"right":5},"preliminaryData":[],"yAxis":{"hideAxis":false,"displayNumbersOnBar":false,"hideLabel":false,"hideTicks":false,"size":"90","gridLines":false,"enablePadding":true,"min":"0","max":"","labelColor":"#333","tickLabelColor":"#333","tickColor":"#333","rightHideAxis":true,"rightAxisSize":0,"rightLabel":"","rightLabelOffsetSize":0,"rightAxisLabelColor":"#333","rightAxisTickLabelColor":"#333","rightAxisTickColor":"#333","numTicks":"10","axisPadding":0,"scalePadding":"0","tickRotation":"0","anchors":[],"shoMissingDataLabel":true,"showMissingDataLine":true,"categories":[],"label":"Percentage","labelOffset":"0","labelPlacement":"Below Bar"},"boxplot":{"plots":[],"borders":"true","plotOutlierValues":false,"plotNonOutlierValues":true,"labels":{"q1":"Lower Quartile","q2":"q2","q3":"Upper Quartile","q4":"q4","minimum":"Minimum","maximum":"Maximum","mean":"Mean","median":"Median","sd":"Standard Deviation","iqr":"Interquartile Range","total":"Total","outliers":"Outliers","values":"Values","lowerBounds":"Lower Bounds","upperBounds":"Upper Bounds","count":"Count"},"firstQuartilePercentage":25,"thirdQuartilePercentage":75,"boxWidthPercentage":40,"legend":{"showHowToReadText":false,"howToReadText":""}},"topAxis":{"hasLine":false},"isLegendValue":false,"barThickness":"0.5","barHeight":25,"barSpace":15,"heights":{"vertical":"400","horizontal":409.79999999999995},"xAxis":{"sortDates":false,"anchors":[],"type":"categorical","showTargetLabel":true,"targetLabel":"Target","hideAxis":false,"hideLabel":false,"hideTicks":false,"size":75,"tickRotation":0,"min":"","max":"","labelColor":"#333","tickLabelColor":"#333","tickColor":"#333","numTicks":"","labelOffset":0,"axisPadding":200,"target":0,"maxTickRotation":"30","padding":0,"showYearsOnce":false,"sortByRecentDate":false,"dataKey":"Response","axisBBox":39.19990539550781,"tickWidthMax":25,"label":"Response"},"table":{"label":"Data Table","expanded":false,"limitHeight":false,"height":"","caption":"","showDownloadUrl":false,"showDataTableLink":false,"showDownloadLinkBelow":true,"indexLabel":"","download":true,"showVertical":false,"dateDisplayFormat":"","showMissingDataLabel":true,"showSuppressedSymbol":true,"show":false,"showDownloadImgButton":true,"collapsible":false},"orientation":"vertical","color":"pinkpurple","columns":{"95%_CI":{"label":"95% CI","dataTable":true,"tooltips":true,"prefix":"","suffix":"","forestPlot":false,"startingPoint":"0","forestPlotAlignRight":false,"roundToPlace":0,"commas":false,"showInViz":false,"forestPlotStartingPoint":0,"name":"95%_CI","series":""},"n":{"label":"n","dataTable":true,"tooltips":true,"prefix":"","suffix":"","forestPlot":false,"startingPoint":"0","forestPlotAlignRight":false,"roundToPlace":0,"commas":true,"showInViz":false,"forestPlotStartingPoint":0,"name":"n","series":""}},"legend":{"hide":false,"behavior":"highlight","axisAlign":true,"singleRow":true,"colorCode":"","reverseLabelOrder":false,"description":"","dynamicLegend":false,"dynamicLegendDefaultText":"Show All","dynamicLegendItemLimit":5,"dynamicLegendItemLimitMessage":"Dynamic Legend Item Limit Hit.","dynamicLegendChartMessage":"Select Options from the Legend","label":"","lineMode":false,"verticalSorted":true,"highlightOnHover":false,"hideSuppressedLabels":false,"hideSuppressionLink":false,"seriesHighlight":[],"style":"circles","subStyle":"linear blocks","shape":"circle","tickRotation":"","hideBorder":{"side":false,"topBottom":false},"position":"bottom"},"brush":{"height":25,"active":false},"exclusions":{"active":false,"keys":[]},"palette":"qualitative-bold","isPaletteReversed":false,"twoColor":{"palette":"monochrome-1","isPaletteReversed":false},"labels":false,"dataFormat":{"commas":false,"prefix":"","suffix":"%","abbreviated":false,"bottomSuffix":"","bottomPrefix":"","bottomAbbreviated":false,"onlyShowTopPrefixSuffix":false,"roundTo":"1"},"confidenceKeys":{"upper":"High_CI","lower":"Low_CI"},"visual":{"border":true,"accent":true,"background":true,"verticalHoverLine":false,"horizontalHoverLine":false,"lineDatapointSymbol":"none","maximumShapeAmount":7},"useLogScale":false,"filterBehavior":"Filter Change","highlightedBarValues":[],"series":[{"dataKey":"Percentage","type":"Bar","axis":"Left","tooltip":true,"dynamicCategory":"Subcategory","name":""}],"tooltips":{"opacity":90,"singleSeries":true,"dateDisplayFormat":""},"forestPlot":{"startAt":0,"colors":{"line":"","shape":""},"lineOfNoEffect":{"show":true},"type":"","pooledResult":{"diamondHeight":5,"column":""},"estimateField":"","estimateRadius":"","shape":"square","rowHeight":20,"description":{"show":true,"text":"description","location":0},"result":{"show":true,"text":"result","location":100},"radius":{"min":2,"max":10,"scalingColumn":""},"regression":{"lower":0,"upper":0,"estimateField":0},"leftWidthOffset":0,"rightWidthOffset":0,"showZeroLine":false,"leftLabel":"","rightLabel":""},"area":{"isStacked":false},"sankey":{"title":{"defaultColor":"black"},"iterations":1,"rxValue":0.9,"overallSize":{"width":900,"height":700},"margin":{"margin_y":25,"margin_x":0},"nodeSize":{"nodeWidth":26,"nodeHeight":40},"nodePadding":55,"nodeFontColor":"black","nodeColor":{"default":"#ff8500","inactive":"#808080"},"linkColor":{"default":"#ffc900","inactive":"#D3D3D3"},"opacity":{"nodeOpacityDefault":1,"nodeOpacityInactive":0.1,"LinkOpacityDefault":1,"LinkOpacityInactive":0.1},"storyNodeFontColor":"#006778","storyNodeText":[],"nodeValueStyle":{"textBefore":"(","textAfter":")"},"data":[]},"filters":[],"openModal":true,"uid":"chart1729106285960","visualizationType":"Bar","dataDescription":{"horizontal":false,"series":false},"dataKey":"Single Year","version":"4.25.1","dynamicMarginTop":53,"description":"<strong>Data Source:</strong> <a href=\"/brfss/\" target=\"_blank\">Behavioral Risk Factor Surveillance System (BRFSS)</a>","rankByValue":"","footnotes":"","migrations":{"addColorMigration":true}},"table1729106290803":{"filters":[],"filterBehavior":"Filter Change","newViz":false,"openModal":true,"uid":"table1729106290803","type":"table","table":{"label":"Data Table","show":true,"showDownloadUrl":false,"showVertical":true,"expanded":true,"collapsible":false,"groupBy":"Response","showDownloadLinkBelow":false,"pivot":{"columnName":"Category","valueColumns":["Subcategory"]},"limitHeight":true,"height":"1252","caption":"","sharedFilterColumns":["Dataset","-Select Location-","State","Class","Topic","Question_Year","Question","Category","Data_Type"]},"columns":{"Response":{"label":"Response","dataTable":true,"tooltips":false,"prefix":"","suffix":"","forestPlot":false,"startingPoint":"0","forestPlotAlignRight":false,"roundToPlace":0,"commas":false,"showInViz":false,"forestPlotStartingPoint":0,"name":"Response","order":3},"n":{"label":"n","dataTable":true,"tooltips":false,"prefix":"","suffix":"","forestPlot":false,"startingPoint":"0","forestPlotAlignRight":false,"roundToPlace":0,"commas":true,"showInViz":false,"forestPlotStartingPoint":0,"name":"n","order":4},"Percentage":{"label":"Percentage","dataTable":false,"tooltips":false,"prefix":"","suffix":"%","forestPlot":false,"startingPoint":"0","forestPlotAlignRight":false,"roundToPlace":"1","commas":false,"showInViz":false,"forestPlotStartingPoint":0,"name":"Percentage","order":5},"95%_CI":{"label":"95% CI","dataTable":true,"tooltips":false,"prefix":"","suffix":"","forestPlot":false,"startingPoint":"0","forestPlotAlignRight":false,"roundToPlace":0,"commas":false,"showInViz":false,"forestPlotStartingPoint":0,"name":"95%_CI","order":6},"Category":{"name":"Category","dataTable":true,"order":1},"Class":{"name":"Class","dataTable":false},"DataSource":{"name":"DataSource","dataTable":false},"Data_Type":{"name":"Data_Type","dataTable":false},"Dataset":{"name":"Dataset","dataTable":false},"Footnotes":{"name":"Footnotes","dataTable":false},"GeoLocation_Lat":{"name":"GeoLocation_Lat","dataTable":false},"GeoLocation_Long":{"name":"GeoLocation_Long","dataTable":false},"High_CI":{"name":"High_CI","dataTable":false},"LocationCategory":{"name":"LocationCategory","dataTable":false},"Low_CI":{"name":"Low_CI","dataTable":false},"Question":{"name":"Question","dataTable":false},"State":{"name":"State","dataTable":false},"State_Abbr":{"name":"State_Abbr","dataTable":false},"Topic":{"name":"Topic","dataTable":false},"Year":{"name":"Year","dataTable":false},"createdon":{"name":"createdon","dataTable":true},"Subcategory_Filter":{"name":"Subcategory_Filter","dataTable":true},"Category_DisplayOrder":{"name":"Category_DisplayOrder","dataTable":false},"Subcategory_DisplayOrder":{"name":"Subcategory_DisplayOrder","dataTable":false},"BreakOutCategoryId":{"name":"BreakOutCategoryId","dataTable":false},"BreakOutId":{"name":"BreakOutId","dataTable":false},"ClassId":{"name":"ClassId","dataTable":false},"Class_DisplayOrder":{"name":"Class_DisplayOrder","dataTable":false},"LocationId":{"name":"LocationId","dataTable":false},"Location_DisplayOrder":{"name":"Location_DisplayOrder","dataTable":false},"Createdon":{"name":"Createdon","dataTable":false},"QuestionId":{"name":"QuestionId","dataTable":false},"Question_DisplayOrder":{"name":"Question_DisplayOrder","dataTable":false},"ResponseId":{"name":"ResponseId","dataTable":false},"Response_DisplayOrder":{"name":"Response_DisplayOrder","dataTable":false},"TopicId":{"name":"TopicId","dataTable":false},"Topic_DisplayOrder":{"name":"Topic_DisplayOrder","dataTable":false},"Question_Year":{"name":"Question_Year","dataTable":false},"Response_Filter":{"name":"Response_Filter","dataTable":false},"Series":{"name":"Series","dataTable":false},"Year_Pivot_Display":{"name":"Year_Pivot_Display","dataTable":false},"Footnotes_Symbol":{"name":"Footnotes_Symbol","dataTable":false},"Percentage_Format":{"name":"Percentage_Format","dataTable":false},"Data_Value_Format":{"label":"Percentage (%)","dataTable":true,"tooltips":false,"prefix":"","suffix":"","forestPlot":false,"startingPoint":"0","forestPlotAlignRight":false,"roundToPlace":"1","commas":false,"showInViz":false,"forestPlotStartingPoint":0,"name":"Data_Value_Format","order":5},"Question_Code":{"name":"Question_Code","dataTable":false},"Series_DisplayOrder":{"name":"Series_DisplayOrder","dataTable":false},"State_Code":{"name":"State_Code","dataTable":false}},"dataFormat":{},"visualizationType":"table","dataDescription":{"horizontal":false,"series":false},"dataKey":"Single Year","general":{"showDownloadButton":false}},"markup-include1729109453998":{"filters":[],"filterBehavior":"Filter Change","openModal":false,"uid":"markup-include1729109453998","type":"markup-include","contentEditor":{"inlineHTML":"<h2 class=\"mb-3\">{{Question}}</h2>\n<h3><em>{{Class}}: {{Topic}}</em></h3>","markupVariables":[{"columnName":"Question","conditions":[],"name":"Question","tag":"{{Question}}"},{"columnName":"Class","conditions":[],"name":"Class","tag":"{{Class}}"},{"columnName":"Topic","conditions":[],"name":"Topic","tag":"{{Topic}}"}],"showHeader":true,"srcUrl":"#example","title":"","useInlineHTML":true,"allowHideSection":true},"theme":"theme-blue","visual":{"border":false,"accent":false,"background":false,"hideBackgroundColor":false,"borderColorTheme":false},"showEditorPanel":true,"visualizationType":"markup-include","version":"4.24.10","dataDescription":{"horizontal":false,"series":false},"dataKey":"Explore by Location Full"},"dashboardFilters1729110055542":{"filters":[],"filterBehavior":"Filter Change","newViz":true,"openModal":true,"uid":"dashboardFilters1729110055542","type":"dashboardFilters","sharedFilterIndexes":[6,7],"visualizationType":"dashboardFilters","autoLoad":true},"dashboardFilters1729110055653":{"filters":[],"filterBehavior":"Filter Change","newViz":true,"openModal":true,"uid":"dashboardFilters1729110055653","type":"dashboardFilters","sharedFilterIndexes":[],"visualizationType":"dashboardFilters","autoLoad":true},"dashboardFilters1729110083267":{"filters":[],"filterBehavior":"Apply Button","newViz":true,"openModal":true,"uid":"dashboardFilters1729110083267","type":"dashboardFilters","sharedFilterIndexes":[0,1,2,3,4,5],"visualizationType":"dashboardFilters","applyFiltersButtonText":"View Results"},"markup-include1729199113607":{"filters":[],"filterBehavior":"Filter Change","openModal":false,"uid":"markup-include1729199113607","type":"markup-include","contentEditor":{"inlineHTML":"<h3>All Available Years, {{State}}</h3>","markupVariables":[{"columnName":"State","conditions":[],"name":"State","tag":"{{State}}"}],"showHeader":true,"srcUrl":"#example","title":"","useInlineHTML":true,"allowHideSection":true},"theme":"theme-blue","visual":{"border":false,"accent":false,"background":true,"hideBackgroundColor":false,"borderColorTheme":false},"showEditorPanel":true,"visualizationType":"markup-include","version":"4.24.10","dataDescription":{"horizontal":false},"dataKey":"Explore by Location Full"},"chart1729199128590":{"annotations":[],"allowLineToBarGraph":false,"type":"chart","debugSvg":false,"chartMessage":{"noData":"No Data Available"},"title":"","showTitle":false,"showDownloadMediaButton":false,"theme":"theme-blue","animate":false,"fontSize":"medium","lineDatapointStyle":"always show","lineDatapointColor":"Same as Line","barHasBorder":"false","isLollipopChart":false,"lollipopShape":"circle","lollipopColorStyle":"two-tone","visualizationSubType":"regular","barStyle":"flat","roundingStyle":"standard","tipRounding":"top","isResponsiveTicks":false,"general":{"annotationDropdownText":"Annotations","showDownloadButton":false,"showMissingDataLabel":false,"showSuppressedSymbol":true,"showZeroValueData":true,"hideNullValue":true},"padding":{"left":5,"right":5},"preliminaryData":[],"yAxis":{"hideAxis":false,"displayNumbersOnBar":false,"hideLabel":false,"hideTicks":false,"size":"90","gridLines":false,"enablePadding":true,"min":"0","max":"","labelColor":"#333","tickLabelColor":"#333","tickColor":"#333","rightHideAxis":true,"rightAxisSize":0,"rightLabel":"","rightLabelOffsetSize":0,"rightAxisLabelColor":"#333","rightAxisTickLabelColor":"#333","rightAxisTickColor":"#333","numTicks":"10","axisPadding":0,"scalePadding":"10","tickRotation":0,"anchors":[],"shoMissingDataLabel":true,"showMissingDataLine":true,"categories":[],"label":"Percentage","labelPlacement":"Below Bar","labelOffset":"10"},"boxplot":{"plots":[],"borders":"true","plotOutlierValues":false,"plotNonOutlierValues":true,"labels":{"q1":"Lower Quartile","q2":"q2","q3":"Upper Quartile","q4":"q4","minimum":"Minimum","maximum":"Maximum","mean":"Mean","median":"Median","sd":"Standard Deviation","iqr":"Interquartile Range","total":"Total","outliers":"Outliers","values":"Values","lowerBounds":"Lower Bounds","upperBounds":"Upper Bounds","count":"Count"},"firstQuartilePercentage":25,"thirdQuartilePercentage":75,"boxWidthPercentage":40,"legend":{"showHowToReadText":false,"howToReadText":""}},"topAxis":{"hasLine":false},"isLegendValue":false,"barThickness":0.35,"barHeight":25,"barSpace":15,"heights":{"vertical":"450","horizontal":246.39999999999998},"xAxis":{"sortDates":false,"anchors":[],"type":"date","showTargetLabel":true,"targetLabel":"Target","hideAxis":false,"hideLabel":false,"hideTicks":false,"size":75,"tickRotation":0,"min":"","max":"","labelColor":"#333","tickLabelColor":"#333","tickColor":"#333","numTicks":"10","labelOffset":0,"axisPadding":200,"target":0,"maxTickRotation":0,"padding":0,"showYearsOnce":false,"sortByRecentDate":false,"dataKey":"Year","axisBBox":61.8355598449707,"tickWidthMax":39,"label":"Year","dateParseFormat":"%Y","manual":true,"dateDisplayFormat":"%Y"},"table":{"label":"Data Table","expanded":false,"limitHeight":false,"height":"","caption":"","showDownloadUrl":false,"showDataTableLink":false,"showDownloadLinkBelow":true,"indexLabel":"","download":true,"showVertical":true,"dateDisplayFormat":"%Y","showMissingDataLabel":true,"showSuppressedSymbol":true,"show":false,"collapsible":false,"showDownloadImgButton":true},"orientation":"vertical","color":"pinkpurple","columns":{"95%_CI":{"label":"95% CI","dataTable":true,"tooltips":true,"prefix":"","suffix":"","forestPlot":false,"startingPoint":"0","forestPlotAlignRight":false,"roundToPlace":0,"commas":false,"showInViz":false,"forestPlotStartingPoint":0,"name":"95%_CI","series":"Percentage"},"n":{"label":"n","dataTable":true,"tooltips":true,"prefix":"","suffix":"","forestPlot":false,"startingPoint":"0","forestPlotAlignRight":false,"roundToPlace":0,"commas":true,"showInViz":false,"forestPlotStartingPoint":0,"name":"n","series":"Percentage"}},"legend":{"hide":false,"behavior":"highlight","axisAlign":true,"singleRow":true,"colorCode":"Response","reverseLabelOrder":false,"description":"","dynamicLegend":false,"dynamicLegendDefaultText":"Show All","dynamicLegendItemLimit":5,"dynamicLegendItemLimitMessage":"Dynamic Legend Item Limit Hit.","dynamicLegendChartMessage":"Select Options from the Legend","label":"","lineMode":false,"verticalSorted":false,"highlightOnHover":false,"hideSuppressedLabels":false,"hideSuppressionLink":false,"seriesHighlight":[],"style":"circles","subStyle":"linear blocks","shape":"circle","tickRotation":"","hideBorder":{"side":false,"topBottom":false},"position":"bottom"},"brush":{"height":25,"active":false},"exclusions":{"active":false,"keys":[]},"palette":"qualitative-bold","isPaletteReversed":false,"twoColor":{"palette":"monochrome-1","isPaletteReversed":false},"labels":false,"dataFormat":{"commas":false,"prefix":"","suffix":"%","abbreviated":false,"bottomSuffix":"","bottomPrefix":"","bottomAbbreviated":false,"onlyShowTopPrefixSuffix":false,"roundTo":"1"},"confidenceKeys":{"upper":"","lower":""},"visual":{"border":true,"accent":true,"background":true,"verticalHoverLine":true,"horizontalHoverLine":false,"lineDatapointSymbol":"none","maximumShapeAmount":7},"useLogScale":false,"filterBehavior":"Filter Change","highlightedBarValues":[],"series":[{"dataKey":"Percentage","type":"Line","axis":"Left","tooltip":true,"dynamicCategory":"Series","lineType":"","weight":1}],"tooltips":{"opacity":90,"singleSeries":false,"dateDisplayFormat":"%Y"},"forestPlot":{"startAt":0,"colors":{"line":"","shape":""},"lineOfNoEffect":{"show":true},"type":"","pooledResult":{"diamondHeight":5,"column":""},"estimateField":"","estimateRadius":"","shape":"square","rowHeight":20,"description":{"show":true,"text":"description","location":0},"result":{"show":true,"text":"result","location":100},"radius":{"min":2,"max":10,"scalingColumn":""},"regression":{"lower":0,"upper":0,"estimateField":0},"leftWidthOffset":0,"rightWidthOffset":0,"showZeroLine":false,"leftLabel":"","rightLabel":""},"area":{"isStacked":false},"sankey":{"title":{"defaultColor":"black"},"iterations":1,"rxValue":0.9,"overallSize":{"width":900,"height":700},"margin":{"margin_y":25,"margin_x":0},"nodeSize":{"nodeWidth":26,"nodeHeight":40},"nodePadding":55,"nodeFontColor":"black","nodeColor":{"default":"#ff8500","inactive":"#808080"},"linkColor":{"default":"#ffc900","inactive":"#D3D3D3"},"opacity":{"nodeOpacityDefault":1,"nodeOpacityInactive":0.1,"LinkOpacityDefault":1,"LinkOpacityInactive":0.1},"storyNodeFontColor":"#006778","storyNodeText":[],"nodeValueStyle":{"textBefore":"(","textAfter":")"},"data":[]},"filters":[{"filterStyle":"dropdown","id":1731078557116,"columnName":"Response_Filter","label":"Response","order":"column","orderColumn":"Response_DisplayOrder"}],"openModal":true,"uid":"chart1729199128590","visualizationType":"Line","dataDescription":{"horizontal":false,"series":false},"dataKey":"All Available Years Chart","version":"4.25.1","dynamicMarginTop":0,"introText":"","description":"<strong>Data Source:</strong> <a href=\"/brfss/\" target=\"_blank\">Behavioral Risk Factor Surveillance System (BRFSS)</a>","rankByValue":"","migrations":{"addColorMigration":true}},"table1729200514531":{"filters":[{"filterStyle":"dropdown","id":1731078880746,"columnName":"Response_Filter","label":"Response","order":"column","orderColumn":"Response_DisplayOrder"}],"filterBehavior":"Filter Change","newViz":false,"openModal":true,"uid":"table1729200514531","type":"table","table":{"label":"Data Table","show":true,"showDownloadUrl":false,"showVertical":true,"expanded":true,"collapsible":false,"groupBy":"Year","showDownloadLinkBelow":true,"pivot":{"columnName":"","valueColumns":["Series"]},"limitHeight":true,"height":"1252","sharedFilterColumns":["Dataset","-Select Location-","State","Class","Topic","Question_Year","Question","Category","Data_Type"]},"columns":{"95%_CI":{"name":"95%_CI","dataTable":true,"label":"95% CI","order":5},"Category":{"name":"Category","dataTable":false},"Class":{"name":"Class","dataTable":false},"DataSource":{"name":"DataSource","dataTable":false},"Data_Type":{"name":"Data_Type","dataTable":false},"Dataset":{"name":"Dataset","dataTable":false},"Footnotes":{"name":"Footnotes","dataTable":false},"GeoLocation_Lat":{"name":"GeoLocation_Lat","dataTable":false},"GeoLocation_Long":{"name":"GeoLocation_Long","dataTable":false},"High_CI":{"name":"High_CI","dataTable":false},"LocationCategory":{"name":"LocationCategory","dataTable":false},"Low_CI":{"name":"Low_CI","dataTable":false},"Question":{"name":"Question","dataTable":false},"State":{"name":"State","dataTable":false},"State_Abbr":{"name":"State_Abbr","dataTable":false},"Subcategory":{"name":"Subcategory","dataTable":false,"order":1},"Topic":{"name":"Topic","dataTable":false},"createdon":{"name":"createdon","dataTable":true},"Response":{"label":"Response Old","dataTable":false,"tooltips":false,"prefix":"","suffix":"","forestPlot":false,"startingPoint":"0","forestPlotAlignRight":false,"roundToPlace":0,"commas":false,"showInViz":false,"forestPlotStartingPoint":0,"name":"Response","order":1},"n":{"label":"n","dataTable":true,"tooltips":false,"prefix":"","suffix":"","forestPlot":false,"startingPoint":"0","forestPlotAlignRight":false,"roundToPlace":0,"commas":true,"showInViz":false,"forestPlotStartingPoint":0,"name":"n","order":2},"Percentage":{"label":"Percentage","dataTable":false,"tooltips":false,"prefix":"","suffix":"%","forestPlot":false,"startingPoint":"0","forestPlotAlignRight":false,"roundToPlace":"1","commas":false,"showInViz":false,"forestPlotStartingPoint":0,"name":"Percentage","order":3},"Year":{"name":"Year","dataTable":true},"Subcategory_Filter":{"name":"Subcategory_Filter","dataTable":true},"Category_DisplayOrder":{"name":"Category_DisplayOrder","dataTable":false},"Subcategory_DisplayOrder":{"name":"Subcategory_DisplayOrder","dataTable":false},"BreakOutCategoryId":{"name":"BreakOutCategoryId","dataTable":false},"BreakOutId":{"name":"BreakOutId","dataTable":false},"ClassId":{"name":"ClassId","dataTable":false},"Class_DisplayOrder":{"name":"Class_DisplayOrder","dataTable":false},"Createdon":{"name":"Createdon","dataTable":false},"LocationId":{"name":"LocationId","dataTable":false},"Location_DisplayOrder":{"name":"Location_DisplayOrder","dataTable":false},"QuestionId":{"name":"QuestionId","dataTable":false},"Question_DisplayOrder":{"name":"Question_DisplayOrder","dataTable":false},"ResponseId":{"name":"ResponseId","dataTable":false},"Response_DisplayOrder":{"name":"Response_DisplayOrder","dataTable":false},"TopicId":{"name":"TopicId","dataTable":false},"Topic_DisplayOrder":{"name":"Topic_DisplayOrder","dataTable":false},"Question_Year":{"name":"Question_Year","dataTable":false},"Response_Filter":{"name":"Response_Filter","dataTable":false},"Series":{"name":"Series","dataTable":true,"order":1,"label":"Year"},"Year_Pivot_Display":{"name":"Year_Pivot_Display","dataTable":false},"Footnotes_Symbol":{"name":"Footnotes_Symbol","dataTable":false},"Percentage_Format":{"name":"Percentage_Format","dataTable":false},"Data_Value_Format":{"label":"Percentage (%)","dataTable":true,"tooltips":false,"prefix":"","suffix":"","forestPlot":false,"startingPoint":"0","forestPlotAlignRight":false,"roundToPlace":"1","commas":false,"showInViz":false,"forestPlotStartingPoint":0,"name":"Data_Value_Format","order":4},"Question_Code":{"name":"Question_Code","dataTable":false},"Series_DisplayOrder":{"name":"Series_DisplayOrder","dataTable":false},"State_Code":{"name":"State_Code","dataTable":false}},"dataFormat":{},"visualizationType":"table","dataDescription":{"horizontal":false,"series":false},"dataKey":"All Available Years Table","general":{"showDownloadButton":false}},"markup-include1729518918015":{"filters":[],"filterBehavior":"Filter Change","openModal":false,"uid":"markup-include1729518918015","type":"markup-include","contentEditor":{"inlineHTML":"<h3>{{Question_Year}}, {{State}}</h3>","markupVariables":[{"columnName":"Question_Year","conditions":[],"name":"Question_Year","tag":"{{Question_Year}}"},{"columnName":"State","conditions":[],"name":"State","tag":"{{State}}"}],"showHeader":true,"srcUrl":"#example","title":"","useInlineHTML":true,"allowHideSection":true},"theme":"theme-blue","visual":{"border":false,"accent":false,"background":true,"hideBackgroundColor":false,"borderColorTheme":false},"showEditorPanel":true,"visualizationType":"markup-include","version":"4.25.1","dataDescription":{"horizontal":false,"series":false},"dataKey":"Explore by Location Full","migrations":{"addColorMigration":true}},"dashboardFilters1730734791987":{"filters":[],"filterBehavior":"Filter Change","newViz":true,"openModal":true,"uid":"dashboardFilters1730734791987","type":"dashboardFilters","sharedFilterIndexes":[],"visualizationType":"dashboardFilters","autoLoad":true},"markup-include1730737829692":{"filters":[],"filterBehavior":"Filter Change","openModal":false,"uid":"markup-include1730737829692","type":"markup-include","contentEditor":{"inlineHTML":"<h4>Suggested Citation</h4>\n<p>Centers for Disease Control and Prevention, National Center for Chronic Disease Prevention and Health Promotion, Division of Population Health. BRFSS Prevalence & Trends Data [online]. 2025. [accessed {{AccessedDate}}]. URL: <a href=\"https://www.cdc.gov/brfss/brfssprevalence/\" target=\"_blank\">https://www.cdc.gov/brfss/brfssprevalence/.</a></p>","markupVariables":[{"columnName":"getdate()","conditions":[],"name":"AccessedDate","tag":"{{AccessedDate}}"}],"showHeader":true,"srcUrl":"#example","title":"","useInlineHTML":true,"allowHideSection":true},"theme":"theme-blue","visual":{"border":false,"accent":false,"background":false,"hideBackgroundColor":false,"borderColorTheme":false},"showEditorPanel":true,"visualizationType":"markup-include","version":"4.25.1","dataKey":"Get Date","dataDescription":{"horizontal":false,"series":false},"migrations":{"addColorMigration":true}},"markup-include1733949172178":{"filters":[],"filterBehavior":"Filter Change","openModal":false,"uid":"markup-include1733949172178","type":"markup-include","contentEditor":{"inlineHTML":"<h4>Calculated Variables</h4><p>Calculated variables are variables that are calculated from one or more BRFSS questions. Refer to <a href=\"https://www.cdc.gov/brfss/annual_data/2023/pdf/2023-calculated-variables-version4-508.pdf\" target=\"_blank\">Calculated Variable Data File</a> for further details.</p>","markupVariables":[],"showHeader":true,"srcUrl":"#example","title":"","useInlineHTML":true},"theme":"theme-blue","visual":{"border":false,"accent":false,"background":false,"hideBackgroundColor":false,"borderColorTheme":false},"showEditorPanel":true,"visualizationType":"markup-include","version":"4.25.1","migrations":{"addColorMigration":true}},"markup-include1733961395463":{"filters":[],"filterBehavior":"Filter Change","openModal":false,"uid":"markup-include1733961395463","type":"markup-include","contentEditor":{"inlineHTML":"<h4>Notes</h4><p>Use caution in interpreting cell sizes less than 50.</p><p>If you see that a question is not available for a particular year, it is because the question was dropped or changed.</p><p>Check the category of interest for that year to find similar items.</p><p>Denominator includes all respondents except those with missing, don't know, and refused answers.</p>","markupVariables":[],"showHeader":true,"srcUrl":"#example","title":"","useInlineHTML":true},"theme":"theme-blue","visual":{"border":false,"accent":false,"background":false,"hideBackgroundColor":false,"borderColorTheme":false},"showEditorPanel":true,"visualizationType":"markup-include","version":"4.24.10"},"footnotes1734104655867":{"uid":"footnotes1734104655867","type":"footnotes","visualizationType":"footnotes","dataKey":"https://nccd-proxy.cdc.gov/NCCD_COVE_API?$datakey=brfss_prevalence_cove_explore_by_location_nationwide_mmsa&$limit=2000&$select=DISTINCT%20Footnotes&$where=subcategory_filter%20like%20%27All%%27","dynamicFootnotes":{"textColumn":"Footnotes","symbolColumn":"Footnotes_Symbol"}},"footnotes1734396315073":{"uid":"footnotes1734396315073","type":"footnotes","visualizationType":"footnotes","dataKey":"https://nccd-proxy.cdc.gov/NCCD_COVE_API?$datakey=brfss_prevalence_cove_explore_by_location_nationwide_mmsa&$limit=2000&$select=DISTINCT%20Footnotes&$where=subcategory_filter%20like%20%27All%%27","dynamicFootnotes":{"textColumn":"Footnotes","orderColumn":"Footnotes","symbolColumn":"Footnotes_Symbol"},"staticFootnotes":[{"text":"The ordering of subcategory rows in the table view may vary across responses."}]},"markup-include1737744929946":{"filters":[],"filterBehavior":"Filter Change","openModal":false,"uid":"markup-include1737744929946","type":"markup-include","contentEditor":{"inlineHTML":"<h4>Measure Definitions</h4><p><strong>% =</strong> Percent</p><p><strong>CI =</strong> 95% Confidence Interval</p><p><strong>n =</strong> “Sample Size”. Translates to the number of adult respondents who answered this question, or were assigned to this category based on question responses for a calculated variable, or the number of states included for a median.</p><p><strong>N/A =</strong> Translates to no data available for a record.</p>","markupVariables":[],"showHeader":true,"srcUrl":"#example","title":"","useInlineHTML":true},"theme":"theme-blue","visual":{"border":false,"accent":false,"background":false,"hideBackgroundColor":false,"borderColorTheme":false},"showEditorPanel":true,"visualizationType":"markup-include","version":"4.25.1","migrations":{"addColorMigration":true}}},"table":{"label":"Data Table","show":false,"showDownloadUrl":false,"showDownloadLinkBelow":true,"showVertical":true,"download":false},"datasets":{"Explore by Location Full":{"dataFileSize":1292219,"dataFileName":"https://nccd-proxy.cdc.gov/NCCD_COVE_API?$datakey=brfss_prevalence_cove_explore_by_location_nationwide_mmsa&$limit=2000","dataFileSourceType":"url","dataFileFormat":"JSON","preview":false,"dataUrl":"https://nccd-proxy.cdc.gov/NCCD_COVE_API?$datakey=brfss_prevalence_cove_explore_by_location_nationwide_mmsa&$limit=2000"},"Explore by Location Full 2":{"dataFileSize":1292219,"dataFileName":"https://nccd-proxy.cdc.gov/NCCD_COVE_API?$datakey=brfss_prevalence_cove_explore_by_location_nationwide_mmsa&$limit=2001","dataFileSourceType":"url","dataFileFormat":"JSON","preview":false,"dataUrl":"https://nccd-proxy.cdc.gov/NCCD_COVE_API?$datakey=brfss_prevalence_cove_explore_by_location_nationwide_mmsa&$limit=2001"},"COVE Footnotes":{"dataFileSize":5489,"dataFileName":"https://nccd-proxy.cdc.gov/NCCD_COVE_API?$datakey=brfss_prevalence_cove_footnotes","dataFileSourceType":"url","dataFileFormat":"JSON","preview":false,"dataUrl":"https://nccd-proxy.cdc.gov/NCCD_COVE_API?$datakey=brfss_prevalence_cove_footnotes"},"Get Date":{"dataFileSize":92002,"dataFileName":"https://nccd-proxy.cdc.gov/NCCD_COVE_API?$datakey=brfss_prevalence_cove_explore_by_location_nationwide_mmsa&$limit=2000&$select=getdate()","dataFileSourceType":"url","dataFileFormat":"JSON","preview":false,"dataUrl":"https://nccd-proxy.cdc.gov/NCCD_COVE_API?$datakey=brfss_prevalence_cove_explore_by_location_nationwide_mmsa&$limit=2000&$select=getdate()"},"https://nccd-proxy.cdc.gov/NCCD_COVE_API?$datakey=brfss_prevalence_cove_explore_by_location_nationwide_mmsa&$limit=2000&$order=Category_DisplayOrder":{"dataFileSize":1460434,"dataFileName":"https://nccd-proxy.cdc.gov/NCCD_COVE_API?$datakey=brfss_prevalence_cove_explore_by_location_nationwide_mmsa&$limit=2000&$order=Category_DisplayOrder","dataFileSourceType":"url","dataFileFormat":"JSON","preview":false,"dataUrl":"https://nccd-proxy.cdc.gov/NCCD_COVE_API?$datakey=brfss_prevalence_cove_explore_by_location_nationwide_mmsa&$limit=2000&$order=Category_DisplayOrder"},"https://nccd-proxy.cdc.gov/NCCD_COVE_API?$datakey=brfss_prevalence_cove_explore_by_location_footnotes&$limit=2000&FootnoteType=%22GlobalNote%22":{"dataFileSize":515,"dataFileName":"https://nccd-proxy.cdc.gov/NCCD_COVE_API?$datakey=brfss_prevalence_cove_explore_by_location_footnotes&$limit=2000&$select=DISTINCT%20FootnoteSymbol,FootnoteText&FootnoteType=%22GlobalNote%22","dataFileSourceType":"url","dataFileFormat":"JSON","preview":false,"dataUrl":"https://nccd-proxy.cdc.gov/NCCD_COVE_API?$datakey=brfss_prevalence_cove_explore_by_location_footnotes&$limit=2000&$select=DISTINCT%20FootnoteSymbol,FootnoteText&FootnoteType=%22GlobalNote%22"},"https://nccd-proxy.cdc.gov/NCCD_COVE_API?$datakey=brfss_prevalence_cove_explore_by_location_footnotes&$limit=2000&FootnoteType=%22MeasureDefinitions%22":{"dataFileSize":480,"dataFileName":"https://nccd-proxy.cdc.gov/NCCD_COVE_API?$datakey=brfss_prevalence_cove_explore_by_location_footnotes&$limit=2000&$select=DISTINCT%20FootnoteSymbol,FootnoteText&FootnoteType=%22MeasureDefinitions%22","dataFileSourceType":"url","dataFileFormat":"JSON","preview":false,"dataUrl":"https://nccd-proxy.cdc.gov/NCCD_COVE_API?$datakey=brfss_prevalence_cove_explore_by_location_footnotes&$limit=2000&$select=DISTINCT%20FootnoteSymbol,FootnoteText&FootnoteType=%22MeasureDefinitions%22"},"https://nccd-proxy.cdc.gov/NCCD_COVE_API?$datakey=brfss_prevalence_cove_explore_by_location_nationwide_mmsa&$limit=2000&$select=DISTINCT%20Footnotes&$where=subcategory_filter%20like%20%27All%%27":{"dataFileSize":1223,"dataFileName":"https://nccd-proxy.cdc.gov/NCCD_COVE_API?$datakey=brfss_prevalence_cove_explore_by_location_nationwide_mmsa&$limit=2000&$select=DISTINCT%20Footnotes_Symbol,Footnotes","dataFileSourceType":"url","dataFileFormat":"JSON","preview":false,"dataUrl":"https://nccd-proxy.cdc.gov/NCCD_COVE_API?$datakey=brfss_prevalence_cove_explore_by_location_nationwide_mmsa&$limit=2000&$select=DISTINCT%20Footnotes_Symbol,Footnotes"},"Single Year":{"dataFileSize":2697225,"dataFileName":"https://nccd-proxy.cdc.gov/NCCD_COVE_API?$datakey=brfss_prevalence_cove_explore_by_location_nationwide_mmsa&$limit=2009&$where=Year=Question_Year&$order=Response_DisplayOrder,Subcategory_DisplayOrder","dataFileSourceType":"url","dataFileFormat":"JSON","preview":false,"dataUrl":"https://nccd-proxy.cdc.gov/NCCD_COVE_API?$datakey=brfss_prevalence_cove_explore_by_location_nationwide_mmsa&$limit=2009&$where=Year=Question_Year&$order=Response_DisplayOrder,Subcategory_DisplayOrder"},"All Available Years Table":{"dataFileSize":2530915,"dataFileName":"https://nccd-proxy.cdc.gov/NCCD_COVE_API?$datakey=brfss_prevalence_cove_explore_by_location_nationwide_mmsa&$limit=2000&$order=-Year,Series_DisplayOrder","dataFileSourceType":"url","dataFileFormat":"JSON","preview":true,"dataUrl":"https://nccd-proxy.cdc.gov/NCCD_COVE_API?$datakey=brfss_prevalence_cove_explore_by_location_nationwide_mmsa&$limit=2000&$order=-Year,Series_DisplayOrder"},"All Available Years Chart":{"dataFileSize":2629767,"dataFileName":"https://nccd-proxy.cdc.gov/NCCD_COVE_API?$datakey=brfss_prevalence_cove_explore_by_location_nationwide_mmsa&$limit=2000&$order=Series_DisplayOrder","dataFileSourceType":"url","dataFileFormat":"JSON","preview":false,"dataUrl":"https://nccd-proxy.cdc.gov/NCCD_COVE_API?$datakey=brfss_prevalence_cove_explore_by_location_nationwide_mmsa&$limit=2000&$order=Series_DisplayOrder"}},"isResponsiveTicks":false,"type":"dashboard","barThickness":"0.37","xAxis":{"type":"categorical","size":75,"maxTickRotation":45,"labelOffset":0},"version":"4.25.1","uuid":1742565135321,"migrations":{"addColorMigration":true}}
|