All Projects → A---- → highcharts-export-clientside

A---- / highcharts-export-clientside

Licence: Unlicense License
Module for Highcharts to exports charts client-side

Programming Languages

javascript
184084 projects - #8 most used programming language
HTML
75241 projects

Projects that are alternatives of or similar to highcharts-export-clientside

3dn-bip
A Python library for Blender addons. Blazingly fast preview loads in Blender. Images of arbitrary size. bpy.utils.previews drop-in replacement.
Stars: ✭ 41 (-16.33%)
Mutual labels:  jpg, png
ee.Screen
Takes screenshots of web pages for the list of URLs. Various resolutions, multiple formats (JPG, PDF, PNG and TXT)
Stars: ✭ 19 (-61.22%)
Mutual labels:  jpg, png
dom-to-image-more
Generates an image from a DOM node using HTML5 canvas
Stars: ✭ 231 (+371.43%)
Mutual labels:  jpg, png
HEIF
Mac OS X: Convert any image to HEIF/HEIC format
Stars: ✭ 58 (+18.37%)
Mutual labels:  jpg, png
image-optimizer
Image optimization using PHP
Stars: ✭ 28 (-42.86%)
Mutual labels:  jpg, png
save-html-as-image
Download the HTML (DOM) to Image (JPG, PNG)
Stars: ✭ 26 (-46.94%)
Mutual labels:  jpg, png
ok-file-formats
Decoders for PNG, JPEG, WAV, and a few other file formats
Stars: ✭ 72 (+46.94%)
Mutual labels:  jpg, png
Imageviewer
HDR, PFM, DDS, KTX, EXR, PNG, JPG, BMP image viewer and manipulator
Stars: ✭ 71 (+44.9%)
Mutual labels:  jpg, png
HEIF-converter
Converter for High Efficiency Image Format(HEIF)
Stars: ✭ 24 (-51.02%)
Mutual labels:  jpg, png
tinypng-free
Use the upload api of tinypng's homeage to compress images
Stars: ✭ 29 (-40.82%)
Mutual labels:  jpg, png
wordpress-plugin
Speed up your WordPress website. Optimize your JPEG and PNG images automatically with TinyPNG.
Stars: ✭ 78 (+59.18%)
Mutual labels:  jpg, png
QuickImageFX
Simplifying image manipulation using GDI, Graphics32, OpenCV or Vampyre Imaging libraries
Stars: ✭ 41 (-16.33%)
Mutual labels:  jpg, png
Ccapture.js
A library to capture canvas-based animations at a fixed framerate
Stars: ✭ 2,836 (+5687.76%)
Mutual labels:  jpg, png
oculante
A minimalistic crossplatform image viewer written in rust
Stars: ✭ 169 (+244.9%)
Mutual labels:  jpg, png
Gimage
A PHP library for easy image handling. 🖼
Stars: ✭ 148 (+202.04%)
Mutual labels:  jpg, png
saveddit
Bulk Downloader for Reddit
Stars: ✭ 130 (+165.31%)
Mutual labels:  jpg, png
Image Optimizer
Image optimization / compression library. This library is able to optimize png, jpg and gif files in very easy and handy way. It uses optipng, pngquant, pngcrush, pngout, gifsicle, jpegoptim and jpegtran tools.
Stars: ✭ 785 (+1502.04%)
Mutual labels:  jpg, png
Optimise Images
Batch image resizer, optimiser and profiler using ImageMagick convert, OptiPNG, JpegOptim and optional ZopfliPNG, Guetzli and MozJPEG.
Stars: ✭ 64 (+30.61%)
Mutual labels:  jpg, png
autosvg
Autosvg is tracing tool, which can convert image format like (jpg,png,gif) into vector
Stars: ✭ 35 (-28.57%)
Mutual labels:  jpg, png
heic-convert
🤳 convert heic/heif images to jpeg and png
Stars: ✭ 104 (+112.24%)
Mutual labels:  jpg, png

highcharts-export-clientside

Module for HighCharts to export charts client-side.

Webpage for this project is here: http://a----.github.io/highcharts-export-clientside/

You may need to export a chart you made using HighCharts to an image or a PDF. It has an exporting module but it relies on an export server, which by default is http://export.highcharts.com/ and you also –unlucky you– have one or more of the following:

  • your app doesn't have access to the intertubes;
  • your chart contains sensitive data and you don't want an unsecure channel to carry it;
  • sensitive data or not, you don't trust HighCharts with it;
  • it's against your company policies;
  • you don't want to set an export server up;
  • you think it's 2015 and FFS, browsers should be able to do that.

Additionally, it provides a common interface between the official export module and export-csv.

Documentation

Want to give it a try in your project? Check its Website for installation instructions.

Contribution

First, fork the project and clone it. Then, since dependencies are not shipped, so you will have to do the following:

bower install

Check the example.html file and mess with it. Once you are done, please consider making a pull request.

Dependencies

This module depends on:

  • HighCharts obviously, remember guys, it isn't free for commercial usages;
  • its exporting module, that is bundle with it;
  • for rasterized images (PNG, JPEG), a module called canvas-tools with is based1 on canvg licenced under MIT Licence;
  • jsPDF (its GitHub page is overthere) for PDF support, licenced under MIT Licence;
  • Pseudo-official export-csv module for CSV and XLS support, under MIT Licence.

The only dependencies you must use are HighCharts and HighCharts exporting module. If you want PNG/JPEG, add canvas-tools. If you want PDF support, add both canvas-tools and jsPDF. If a dependency is missing for a file type, the option will not be available in the export menu.

1 There are issues with canvg, title/subtitle appearing twice, this kind of things which canvas-tools fixes. So I'd suggest to go with this one.

Changelog

v1.1.4 – 2015-11-20

  • New option to add BOM to CSV/XLS files. This fixes an issue in Microsoft Excel where file encoding sometimes where not recognized properly (#20)

v1.1.3 – 2015-10-02

  • Fixing an issue where the exported image would be cropped when both scale and sourceWidth/sourceHeight have been specified (#16)

v1.1.2 – 2015-07-08

  • Fixing issue in provided helper function for exporting.filename configuration option (#7)
  • Wider range of dependencies versions in bower.json (#6)

v1.1.1 – 2015-07-07

  • Allow functions for the exporting.filename configuration option (#5)

v1.1.0 – 2015-07-07

Should have been done months ago, sorry. IE9 and below will not be supported in a near future and possibly any kind of future. Look at #4 for discussion on this matter.

  • Async rendering, fixes issues when chart includes resources (icons and the likes, #1)
  • Documentation fixes (#2)

v1.0.1 – 2015-04-27

## Credits

Written with the help of the following resources:

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].