Skip to content

Releases: cfpb/cfpb-chart-builder

Temporary bug fix for bar charts showing incorrect quarterly data

25 Feb 23:01
Compare
Choose a tag to compare
  • Test IE11 instead of 10 since we don't support IE10 js #166
  • Remove "All" button from bar charts for temporary fix for wrong quarterly data #164

v5.1.1

10 Dec 15:21
Compare
Choose a tag to compare
  • Fixes incorrect method call in document-ready script. It was pointing to ready instead of docReady.

v5.1.0

30 Nov 21:48
bcfd210
Compare
Choose a tag to compare
  • References highcharts directly in main less file
  • Removes gulp-connect and associated compression dependencies
    • Functionality duplicated via already included browser-sync
  • Switches to more robust document-ready check to fix some IE10 issues
  • Converts remaining requires to imports
  • Offscreen content is better hidden

v5.0.0 - highcharts 6.x

16 Nov 19:22
Compare
Choose a tag to compare
  • Upgrades highcharts dependency to 6.x.

  • Upgrade babel and webpack to latest.

  • Update to es6 module import/export

  • Fixes issue with TileMap where tiles at the edge of the map had their borders clipped.

  • Fixes issue with TileMap where cursor and border highlight was not consistent when rolling over tile square and tile text. Sets cursor for both interactions to be default pointer and a consistent 2px border.

  • Fixes an issue where the tooltip legend line that is 1px high disappeared sometimes (presumably because it wasn't landing on a full pixel value).

  • Normalizes tooltip appearance to not have a drop-shadow on the text and to be of "square" style across all three line charts (line, line-comparison, and line-index) and GeoMap, and "callout" style in bar chart.

  • Simplifies responsive styles to two states (except for TileMap, which has it's own responsive nuances that should be re-visited in the future). This fixes an issue where the range selector buttons had several breakpoints, yet still didn't have correct horizontal alignment at several screen sizes.

  • Moves chart-type specific styles to their own stylesheets, to make it easier to see the scope of the styles.

  • Adds additional code comments and organization of what styles control what.

  • Slight tweaks to the layout based on assumptions of what looks best.

  • Removes navigator scrollbar, which does not appear necessary since the navigator can be dragged and it does nothing at the default appearance.

  • Removes IE9 and below support.

v4.0.3

09 Oct 17:11
Compare
Choose a tag to compare
  • Set data source endpoint URL to https.

v4.0.2

01 Oct 20:15
88a8f44
Compare
Choose a tag to compare
  • Use full url for xdr github dependency.

v4.0.1

25 Sep 21:21
Compare
Choose a tag to compare

Fixing the file path for highcharts.css so cfgov-refresh can properly import it

v4.0.0

25 Sep 20:38
Compare
Choose a tag to compare

Update name of data files from inferred denials and den_ prefix to credit tightness and crt_ prefix #144

v3.8.1

21 Sep 21:35
Compare
Choose a tag to compare
  • Fix CSS file path for cfgov-refresh, which couldn't find it in the new forked Highcharts package

v3.8.0

21 Sep 19:12
Compare
Choose a tag to compare
  • Use fork of Highcharts v5.0.11 to backport fix for missing plotline label bug #142
  • Replace String.prototype.includes with String.prototype.indexOf to fix missing LineIndex charts in IE #143
  • Refactored and removed technical debt #138 #139 #141
  • Fix HTML validation warnings #140