Skip to content

Releases: CDCgov/cdc-open-viz

4.23.9: Publish

27 Sep 22:08
Compare
Choose a tag to compare

4.23.8

07 Sep 21:33
Compare
Choose a tag to compare

🗺 Maps

  • Data tables now show AS, GU, and MP territories properly
  • Improved zoom on PR for county maps
  • Fixed pin styling on geocode maps
  • Updates for single state map defaulting to Alabama

📊 Charts

  • Updates for paired bars
  • Updates for setting the orientation properly
  • Fixed an issue where values were showing after bars instead of the value

4.23.7

07 Aug 20:38
Compare
Choose a tag to compare
  • Adds Linear Gauge Chart Type
  • Allows dashboard filters to be re-used
  • Adds additional cities to our supported cities dictionary
  • Updates tooltip hovers to use visx
  • Adds an option for custom map layers on state maps
  • Updates to csv loading
  • Updates for forecast charts that make them easier to build
  • Responsive related chart updates

4.23.6

28 Jun 21:36
739e78c
Compare
Choose a tag to compare
  • Various bug fixes
  • Allowing special classes to be last in the legend for maps
  • Allowing users to change the data series name
  • Option to suppression of "FullGeoName" in CSV download
  • Improvements to dual axis charts
  • Additional line styles in line charts (used to only be available in Combo charts)
  • Bar charts filtering dashboards

4.23.5

01 Jun 20:52
Compare
Choose a tag to compare

Enhancements

  • Added support for lines and area shading in the same chart
  • Updates for pill buttons and tabs filters
  • Added ability to restructure charts data tables
  • Added reference lines for Line/Bar Charts
  • Added log scale for chart visualizations
  • County Maps - County/State in CSV Download in addition to FIPS Codes
  • Performance: Re-fetch data when filters change
  • Data Tables: Extract as a module to be used across visualizations
  • Charts: Area Charts
  • Bar Charts: Bar Highlighting
  • Add Chart Anchors

Bugs

  • Always load from URL not working for waffle charts
  • Issues with Number Formatting on Hovers/Labels
  • Map colors not changing in the configuration editor
  • Resolved an issue where dashboards stopped working
  • Vertical chart text color
  • Geopoints US Map - Legend interaction, dots hidden, but hovers remain
  • Legend coloring by category
  • DataFile values missing, add auto-recover

4.23.4

27 Apr 20:24
8d57835
Compare
Choose a tag to compare

Note: this is a pre-release and items are tentative.

📊Charts

  • Users can now hide the data table link on dashboards
  • Updates for handling non-numerics across various chart types
  • Improved user experience for data series selections
  • New Filter Behavior selections
  • Updates for calculating quantiles & various statistics for box plots have been improved
  • Added padding to handle negative values on the horizontal bar charts
  • Added rounding bars on negative values.
  • We changed our abbreviation function from being applied globally to only applying to the axis.
  • Improved logic for calculating the minimum value on deviation bar charts

🗺 Maps

  • New Filter Behavior Selections

Additional Maintenance

  • We cleaned up examples and subfolders for developers in the chart package
  • Improved accessibility on data tables by removing duplicated captions

4.23.3

30 Mar 21:50
8304ac1
Compare
Choose a tag to compare

🎉 New features

  • Deviation Bar Charts
  • World Geocode Maps

Chart Maintenance & Testing

  • Bar Charts: We reduced the padding on bars to allow more labels to fit on bars when users have "show labels on bars" selected.
  • All Charts: We added checks for non-numeric data to show in data tables
  • Combo Charts: Display vertically even if a user has previously changed their selection to horizontal.
  • On confidence interval charts we extended the axis to fit the intervals better
  • We added a padding checkbox to allow users to add padding above their highest value if needed.
  • We changed the way color palettes appear on paired bar charts to work better with both paired bar charts and deviating bar charts.

Map Maintenance & Testing

  • County Maps: we switched from SVG to canvas to improve performance.
  • County Maps: we added a column for the full county and state names when the user downloads data.
  • US Maps: we fixed a regression from 4.23.2 that caused some US Maps to break
  • US Maps: A button has been added to always show territories on maps.
  • We resolved an issue with special classes showing on all map items

Additional Maintenance

  • Map & Charts: Titles are now reset to either Map Title or Chart Title if a title isn't provided for places where the title is used for accessibility purposes. These titles can also be hidden visually from the user if needed.
  • Regression: Resolved an icon import issue from 4.23.2
  • Regression: Resolved general chart loading issues from 4.23.2
  • Filters: Resolved an issue related to filter order not working properly for asc, desc, and custom-ordered filters.
  • We now show special classes last on legends
  • We made the replace section more clear by updating the labels to read "clear" or "replace file" on data imports.
  • We continued improving eslint related issues and prettier related code formatting.
  • Improved labels on tooltips for charts
  • General hotfixes for making the project better (eslint/prettier/refactoring/etc.)

4.23.2

02 Mar 22:50
29631c4
Compare
Choose a tag to compare
Merge pull request #611 from CDCgov/integration

4.23.2 Release

4.23.1

26 Jan 23:25
b76cbeb
Compare
Choose a tag to compare
Merge pull request #468 from CDCgov/dependabot/npm_and_yarn/loader-ut…

4.22.11

13 Dec 00:19
Compare
Choose a tag to compare
  • Users can now create a double value axis in combo charts
  • Bottom Legend Layout Updates
  • Filtered Text Display (Dashboard Component)
  • Global Core Library Updates