dimple.js v1.1.4 Release Notes

Release Date: 2014-01-28 // about 10 years ago
  • Independent series datasets

    • Data may now be assigned directly to a series, meaning separate filtering or even completely different datasets may now be combined (Pull Request #45).
    • Series category values are now correctly converted to class names by replacing spaces with underscores (Issue #4).
    • Line and area charts now correctly receive event arguments with custom events (Issue #15)
    • Redrawing line or area charts now correctly animate line markers (Issue #28).
    • Tooltips are now correctly classed with the .tooltip class for easier styling (Issue #40).