Skip to content

Releases: krispo/angular-nvd3

Release 0.0.9

24 Jul 07:08
Compare
Choose a tag to compare
  • Added new option: refreshDataOnly. It is specified in config directive option.
    It can be especially used in real-time updating charts.
  • Fixed bugs with specifying directive size (height, width).
  • Fixed bugs with wrappers. Added extendDeep function for deep extending json object.
  • Added html to wrappers. Now you can write any html code instead of just text in each wrapper element.
  • Fixed bugs with browsers. Now it is working correctly with IE.