react-google-charts

A thin, typed, React wrapper over Google Charts Visualization and Charts API.

MIT License

Downloads
551.9K
Stars
1.6K
Committers
59

Bot releases are hidden (Show)

react-google-charts - v5.1.0

Published by rakannimer 15 days ago

Features

  • add support for custom loader.js script location (c11c31c), closes #730

Bug Fixes

  • add and remove event listeners using useEffect (#731) (651d14c)
  • re-draw on any relevant prop change (4da45f6)
  • re-draw when data, columns or rows changed (687521f)
react-google-charts - v5.0.0

Published by rakannimer 15 days ago

Bug Fixes

  • add and remove event listeners using useEffect (#731) (651d14c)
  • re-draw on any relevant prop change (4da45f6)
  • re-draw when data, columns or rows changed (687521f)
react-google-charts - v4.0.6

Published by rakannimer 21 days ago

Bug Fixes

  • mitigates the infinite loading issue while the root cause is being investigated (9957ab7), closes #710 #714 #714
react-google-charts - v4.0.5

Published by rakannimer 25 days ago

Bug Fixes

  • add more types to chart options (55c3d91), closes #362
  • add null as cell type (07487d1), closes #388
  • docs: Update homepage link. (944afc1)
  • fix empty columns check (88e77f2)
  • switch to using a dataView to hide columns (2d91574), closes #391
  • update backgroundColor type (d560a30), closes #375
react-google-charts - v4.0.1 Latest Release

Published by dangreen about 1 year ago

Bug Fixes

  • fix problem loading events in tables when displayed for the first time (#709) (b2ce2c3)
react-google-charts - v4.0.0

Published by dangreen over 2 years ago

⚠ BREAKING CHANGES

  • UMD bundle was dropped. Old browsers, like IE, were dropped.

Features

Bug Fixes

  • fix types for TypeScript 3.8 (#420) (54fad92)
  • package.json: rm invalid type field, fix script name (#413) (6af4c7f)

build

react-google-charts -

Published by rakannimer about 6 years ago

Patches

  • [Docs] replace arrow functions with functions.: b607405be22ffba3a9c7c991e0461d87bb03d2e0
  • Remove charteditor from default chartPackages and update docs accordingly. #234: 19b294de91efdc4cc3896090a447b9c497b1211f
  • Remove unnecessary divs. Pass chart styles to dashboard. #237
react-google-charts -

Published by rakannimer about 6 years ago

Patches

  • Update typescript to fix emitted declarations. #232
  • [Docs] Fix link typo.: 7a28a0b6a0d7915e8d8576925292b8ebe6e226cf
  • Add prop-types as peer dependency (needed by react-load-script): f7a383e25ff824db8f2fd51e1e4f9295453b18f0
  • [Docs] Add link to new docs.: bbc3e6ff5e0060da0ef2c5d7d19a93604b5e2f85
react-google-charts -

Published by rakannimer about 6 years ago

Features

  • Add Chart Editor.: 850b67ba2bed7a00cbd10a177ae71b9d8fbf7c45 and 5baff5a28b1f87665b0bd42137b4ac72509345e5

Docs

  • [Docs] ChartEditor : 4ebf7381e32071f1db5edbed69daa6f7eb0155df
  • [Docs] Add ChartEditor demo.: 7744aec28b35a234d862638c0af4cd390bf33787
react-google-charts -

Published by rakannimer about 6 years ago

Major Changes

  • V3 Add support for controls and dashboard customization: #230

Minor Changes

  • Add spreadsheet loading docs.: 483944859e4a52d30b56c5fe8d1c0fef69cf4d97
  • [Docs] Update docz to 0.9.6: 742f7673dd8243badcbfbd194960d0bd6df2a17b
  • [Docs] Add docs for loading from API.: 3fd1266f1d13abadc1789546a4b77f8ddc7b710f
  • Add From API tests.: 7b075252f262f7550b8ad0fb2785bc3c3ce2248a
  • [Docs] Update website.: fbe932d500c9e537280e90dc1838a385737a0f5c
  • [Docs] Fix typo: a8e00ed1a9c28fc792e92a0f11285b911d86b80f
  • [Docs] Add interactivity to Chart example.: 56996b5c2288e4a2095d1c25f4d221152b88a813
react-google-charts - 1.5.5

Published by rakannimer over 7 years ago

Patches

  • Updated nwb build process: 9b14158ab3db4b20bc6e0e60c78c7ef89815fb11
  • Updated license on github to MIT. Closes #118.: db41283c62c83b09db99f15e3e65baed8cecf890
  • Changed example folder to demo. Fixes #126: bb7a05c8c9c29a0de5a7faa0357c8af41fcf02bf
  • Remove unnecessary warning: #131
  • Import prop-types and demo fixed: #135

Credits

Huge thanks to @rkait and @alexfqc for their help!

react-google-charts -

Published by rakannimer over 7 years ago

Patches

  • Linted examples in README: 2fb152a749c2a17beb24a0e1408ed2313bddf64e
  • Fixing package.json: e0430f6a6143ec07f55777688497e9034947e7c9
react-google-charts -

Published by rakannimer over 7 years ago

Minor Changes

  • Replaced script.js with loadjs: #112
  • Add dateFormat option: #103
  • Remove bluebird dependency. Closes #95: #109

Patches

  • Fix onResize event listener. Fixes #108: #111
  • Updated Jest & nwb and simplified build process: 33d2874c3c40675160851a0ce0961a6b03c6a09b

Credits

Huge thanks to @OracPrime, @dvdplm and @fabriciocolombo for their help!

react-google-charts -

Published by rakannimer over 7 years ago

Patches

  • Remove logging. Fixed #89: 4486948143a071d4cf4eb794673d7b9a8749f9a7
react-google-charts - Added debounce

Published by rakannimer over 7 years ago

Minor Changes

  • Update Changelog: f1bebf8ac0005d96323c26bdc6478b4168048333
  • Update README: #78
  • Fixed missing comma in README: #82
  • Check charts exist before remove event handlers: #99
  • Added support for window.resize (without lodash): #98
  • Added example with cra: 1be4e685b7156f07bc325ef1f44c506aede10126
  • Adding chart debouncing #98: 0f56b91893de4f4e542bc7b7d52389d4182b63f5
  • Bump npm version: 14cccf443e2e7965c00ae590f922e461865148af

Patches

  • Added missing dependency for CI: 4a01d9cd4ffb0ce5865a4c61f0bdd85c6b7ed4fc
  • Fixing tests failing in CI env: 09abae60f27fb613841e03fb5c00ad4ef1298cbe

Credits

Huge thanks to @hozefaj, @coddwrench, @DveMac and @paolorovella for their help!

Package Rankings
Top 0.97% on Npmjs.org
Top 40.42% on Repo1.maven.org
Badges
Extracted from project README
version downloads license bundle size Visit Our Website