Highcharts Ng Versions Save

AngularJS directive for Highcharts

1.2.1

6 years ago

1.2.0

6 years ago

Remove explicit dependency on Highcharts due to licensing concerns and also allows user to choose between Highcharts and Highstocks.

Thanks to @ngehlert and others for their contributions.

1.1.0

7 years ago

Now has explicit dependency on highcharts.js.

1.0.1

7 years ago

1.0.0

7 years ago

First version supporting new highcharts update api.

  • see project Readme for all changes
  • only support Highchart/Highstock >= 5.0.0
  • only support AngularJS >= 1.5 (see https://github.com/toddmotto/angular-component for lower versions)
  • Move to AngularJS Component
  • Now supports vanilla Highcharts config
  • Supports custom change detection functions
  • Should be much more stable and less bugs
  • 2 way axes binding no longer supported
  • loading property no longer supported

0.0.13

7 years ago
  • minor bugfix

0.0.12

7 years ago
  • seperate lazy load functionality
  • use addpoint where possible
  • Lots of cleanup

0.0.11

8 years ago

Fix for axis errors

0.0.10

8 years ago
  • Bug fix for 0.0.9 see #369

0.0.9

8 years ago
  • Lazy loading - thanks @FDIM
  • Better navigator support - thanks @ASethi77
  • Lots of bug fixes - thanks to all contributors