🆕 Enhancements
- Re-added Webpack build for AMD. Fixes loading using Require.js; fixes #357
🐞 Bug fixes
- In multiple yaxis - minWidth was not working for multi-axis chart; fixes #473
- DataLabels should not print null values - fixes #469
xaxis.tickPlacement: 'on'
caused categories labels being neglected - fixes #472- Rotate x-axis labels when they overlap
- Dynamically updating theme mode should update all text colors - fixes #459 - Thanks @cemujax
- When series is updated with a null array, render a blank chart - fixes #428
- paired value data fix - fixes #466