chartjs-chart-geo

Chart.js Choropleth and Bubble Maps

MIT License

Downloads
72.3K
Stars
347
Committers
8

Bot releases are hidden (Show)

chartjs-chart-geo - Release 3.1.0

Published by sgratzl over 3 years ago

  • build: update samples (db65c87)
  • build: fix linting (e60df24)
  • build: avoid dynamic date in build (bcd4428)
  • build: fix dependencies (1a31a69)
  • build: update dependencies (8e1a999)
  • docs: fix linting (b535777)
  • docs: add link to other repos (e6cf4fd)
  • build: update dependencies (177dbca)
chartjs-chart-geo - Release 3.0.2

Published by sgratzl over 3 years ago

  • fix: remove clapping for legend (10d02e7)
  • build: update dependencies (ccb9c15)
chartjs-chart-geo - Release 3.0.1

Published by sgratzl over 3 years ago

  • build: update setup (da64b7f)
  • build: compile to ES2019 (dc5376e)
chartjs-chart-geo - Release 3.0.0

Published by sgratzl over 3 years ago

  • fix: linting (0f550ee)
  • feat: upgrade to chart.js 3.0.0 (93a7dfd)
  • feat: prepare for rc.6 (6cad944)
  • feat: disable scriptable option for function arguments (4fe2e6e)
  • feat: update to rc.2 (51a4a33)
chartjs-chart-geo - Release 3.0.0-rc.0

Published by sgratzl over 3 years ago

  • tests: update snapshots (c1dcf1c)
  • fix: bubble map options (135a873)
  • build: skip lib check for now (f9a534f)
  • feat: refactor scales (263e41b)
  • feat: upgrade (9669f3d)
  • feat: start uprade to rc and setup (fd05a5b)
chartjs-chart-geo - Release 3.0.0-beta.9

Published by sgratzl almost 4 years ago

  • fix: compile error (2bf3f56)
  • feat: upgrade to beta.9 (86556a9)
  • feat: additional projection offset/scale options (89f2a42)
  • fix: not considering area offsets (768e839)
  • fix: z order of color/size scales (49d142f)
chartjs-chart-geo - Release 3.0.0-beta.7

Published by sgratzl almost 4 years ago

  • build: sync version numbers (f677d6c)
  • feat: upgrade to beta.7 (412c155)
  • build: update dependencies (62d6b39)
chartjs-chart-geo - Release 3.0.0-beta.5

Published by sgratzl almost 4 years ago

  • feat: upgrade to beta.5 (0bfb83c)
chartjs-chart-geo - Release 3.0.0-beta.4

Published by sgratzl about 4 years ago

  • feat: upgrade to beta.4 (73eb93b)
chartjs-chart-geo - Release 3.0.0-beta.3

Published by sgratzl about 4 years ago

  • fix: test setup (9c3402b)
  • fix: scale min/max workaround (6507ace)
  • feat: upgrade to beta.3 (7daf74a)
  • add dependabot yarn fix workflow (9deac54)
  • add dependabot (a5c7fc2)
  • cleanup (18f8deb)
chartjs-chart-geo - Release 3.0.0-beta.1

Published by sgratzl about 4 years ago

  • prepare for beta (a45875d)
  • Merge pull request #34 from sgratzl/sgratzl/plain (b6222dd)
  • fix setup (6fd2ada)
  • building helpers (5db1af7)
  • migrate to simple plain build (d9cff1a)
  • work on upgrading to beta (ed3f9e9)
  • simplify README (63afb0f)
  • Merge pull request #32 from sgratzl/sgratzl/ts (6758c95)
  • clean up just own files (7bb0100)
  • update tests and fix setup (b772193)
  • fix prettier (e0c8607)
  • fix formatting (d8b37d3)
  • fix prettier ignore (7dcaf17)
  • fix patch (a31af75)
  • fix exports (7415af5)
  • fix setup (7aa4558)
  • fix setup (cebdf28)
  • update dependencies (902371f)
  • update setup (5e201bf)
  • cleanup (2e3fd25)
  • work on fixing test types (8423042)
  • work on types (d6808ad)
  • compiling version (1591bc6)
  • start migrating to typescript (42766a1)
chartjs-chart-geo - Release 3.0.0-alpha.20

Published by sgratzl over 4 years ago

  • prepare next version (c5724f6)
  • fix tests (5f5aa0e)
  • update to chart.js 3 alpha.2 (1497b7f)
  • add more tests no labels (2fe37b0)
  • add simple image snapshot tests (238f215)
  • enable linting as part of ci (745abde)
chartjs-chart-geo - Release 3.0.0-alpha.4

Published by sgratzl over 4 years ago

  • use helper functions (51ac9f3)
  • cleanup (888fa71)
  • remove unused import (3a91126)
  • fix importts (8dba74a)
chartjs-chart-geo - Release 3.0.0-alpha.3

Published by sgratzl over 4 years ago

  • fix esm build (f21d7e7)
  • remove old functions (47b02ad)
  • update build script (ccde9bb)
  • add colorLogarithmic and sizeLogarithmic (ff222f7)
  • udpate code pens (d70e5b2)
chartjs-chart-geo - Release 3.0.0-alpha.2 - Chart.js v3

Published by sgratzl over 4 years ago

  • chart.js v3.0.0-alpha compatible release

Breaking changes

  • ESM bundle with tree shaking, in a module case one needs to manually register the chart types, see README
  • color / size scale configuration is shifted to scales.color and scales.size respectively. Moreover, the position option has changed to legend.align within the scale.
chartjs-chart-geo - Release 3.0.0-alpha.1 - Chart.js v3

Published by sgratzl over 4 years ago

  • compatible version with chart.js v3.0.0-alpha
  • improved build system
  • enable animation by default
chartjs-chart-geo - Performance and Radius/Area Scale

Published by sgratzl over 4 years ago

  • performance improvement by using caching for tooltip computation
  • rendering performance improvement by rendering into a canvas and reuse that
  • add radius / area scale option for better visual comparison
chartjs-chart-geo - Release 2.0.0

Published by sgratzl over 4 years ago

  • simpler ci (b91ca14)
  • update dependencies and format code (517285e)
  • unify updates (4fdb64e)
chartjs-chart-geo - Release 2.0.0-alpha.0

Published by sgratzl over 4 years ago

  • add docu (bc39f9a)
  • work on 2.8 compatibility (e031e3d)
  • disable legend by default for backwards compatibility (4e99424)
  • size scale (a9e9719)
  • refactor and start with size legend (0177619)
  • cleanup (b0e4ad6)
  • fix linting (58c4bc5)
  • tuning positions (664102e)
  • first running version (8890042)
  • wip (81b7d1d)
  • work on scales (445cf05)
  • work on scale (a249360)
  • better tooltips and more color options (e75d94f)
  • work on integrating a color scale (67b5ece)
  • less specific feature (fdd4c2e)
  • avoid some features (aacce52)
  • update dependencies (06f77d5)
chartjs-chart-geo - Release 1.1.4

Published by sgratzl over 4 years ago

  • Merge pull request #14 from sgratzl/sgratzl/center (200fdd6)
  • closes #13 center map (73e6882)