Skip to content

Latest commit

 

History

History
91 lines (72 loc) · 3.6 KB

CHANGELOG.md

File metadata and controls

91 lines (72 loc) · 3.6 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

0.1.7 - 2024-08-20

Changed

  • Updated leptos-use dependency to 0.12.
  • Skip generating empty line markers with MarkerShape::None for a small performance improvement.

0.1.6 - 2024-06-15

Fixed

  • Panic if Tick::position returns f64::NaN.
  • Compile errors with Leptos nightly.

0.1.5 - 2024-02-23

Added

0.1.4 - 2024-02-16

Added

Changed

0.1.3 - 2024-02-15

Added

0.1.2 - 2024-02-11

Added

0.1.1 - 2024-02-11

Fixed

  • Fix missing crates.io README.

0.1.0 - 2024-02-11

Initial release!

Added

  • Aspect ratio on inner, outer, or from the env chart.
  • Debug (draw bounding boxes, print to console).

Edge layout options:

  • Legends.
  • Rotated labels.
  • Tick labels (aligned floats and periodic timestamps, custom formatting).

Inner layout options:

  • Axis markers (on edges and zero).
  • Grid lines (aligned to ticks).
  • Guide lines (aligned to mouse or data).
  • Inset legends.

Overlay options:

  • Tooltips (with sorting and formatting).

Series options:

  • Line charts.
  • Stacked line charts.
  • X and Y ranges.
  • Colour scheme.