Recharts To Png Versions Save

Creates a PNG from Recharts components

v0.8.0

3 years ago

FIXED

Added hook useRechartToPng for compatibility with React 17 [#6]

v0.7.0

3 years ago

Allow html2canvas configuration options to be passed an an optional parameter to getPngData.

v0.6.0

3 years ago

FIXED

Use html2canvas to capture the entire chart [#1]

BREAKING

Removes optional fill parameter from getPngData

v0.5.2

3 years ago

Remove "type": "module" from package.json and change "module" in tsconfig to "commonjs"

v0.5.1

3 years ago

Add "type": "module" to package.json.

v0.5.0

3 years ago

Add optional fill parameter.

v0.4.2

3 years ago

Update React dependencies to match Recharts.

v0.4.1

3 years ago

Show correct usage of getPngData in example.

v0.4.0

3 years ago

Infer PNG height and width from SVG.

v0.3.0

3 years ago

Fix npm release.