kyper-data / python-highcharts

A simple translation layer between Python and Javascript for Highcharts projects (highcharts, highmaps, and highstocks).
MIT License
395 stars 190 forks source link

ColorAxis Error Fixed [Update highcharts.py] , Heatmap Hover Color Error Fixed [Update common.py] #12

Closed ayamahmod closed 8 years ago

ayamahmod commented 8 years ago
  1. The color axis always appears, even if it's not set in some charts like; line charts, spline charts, column charts, etc. I've fixed this error by updating highcharts.py . capture
  2. The heatmap can't be updated to change the hover color like this url: http://jsfiddle.net/sgurhhm0/1/ I always get an error when I try the following: self.H.add_data_set(yData,'heatmap',Data_Name,states={'hover': {'color': 'red'}}) I've fixed this error by updating the Hover class in common.py
ksolan commented 8 years ago

Merged into v0.3.0. Thanks!!