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, Heatmap Hover Color Error Fixed #11

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
ayamahmod commented 8 years ago

I've closed this pull request and tried to split them; each in a separate pull request, but I failed. I will open another one again.