prism 0.1.0

An experimental chart library for iced.
Documentation
  • Coverage
  • 5.41%
    4 out of 74 items documented0 out of 48 items with examples
  • Size
  • Source code size: 184.09 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 12.82 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 3m 5s Average build duration of successful builds.
  • all releases: 3m 5s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • Homepage
  • kunerd/prism
    7 1 9
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • kunerd

prism

Made with iced

An experimental chart widget for iced.

Usage

	Chart::new()
	    .width(Length::Fill)
	    .height(Length::Fill)
	    .push_series(line_series(&self.data))

Take a look into examples for more information.

License

MIT